Changes between Initial Version and Version 1 of Ticket #4283, comment 15
- Timestamp:
- Mar 26, 2011, 8:33:07 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4283, comment 15
initial v1 23 23 Calling it on index.xhtml, as it is classed as an xml document, returns "html", obvously due to xml node names being case sensitive. 24 24 25 This is used in Sizzle.isXML and is only checking for "HTML" (unless there is a reason for this). 25 This is used in Sizzle.isXML and is only checking for "HTML" (unless there is a reason for this). I think this is the reason why this bug occurs. 26 26 27 27 Because of this, some jQuery methods are affected when they shouldn't be, so attrHooks might not get called if document.documentElement.nodeName returns "html"