Descriptionjquery-1.7.1 checks
document.createElement('nav').cloneNode(true).outerHTML !== '<:nav></:nav>'
to work around a bug in IE<=8, which returns that odd value.
In caja, the createElement throws an error, so jquery fails to start.
This change whitelists <nav>, which seems pretty harmless.
jquery rationale:
http://bugs.jquery.com/ticket/10501
http://bugs.jquery.com/ticket/10682
https://github.com/jquery/jquery/commit/41b31d7386cf00e714d703db773ffa73b6
Patch Set 1 #
MessagesTotal messages: 3
|
|||||||||||||||||||||||||||||||||||||