]> source.dussan.org Git - jquery.git/commit
Fix #11547. toLowerCase not work good on XML attributes.
authorDave Methvin <dave.methvin@gmail.com>
Thu, 12 Jul 2012 02:46:34 +0000 (22:46 -0400)
committerDave Methvin <dave.methvin@gmail.com>
Thu, 12 Jul 2012 03:09:07 +0000 (23:09 -0400)
commitf4e5c1729a2efe6086ac2407f82e928b26991f83
treedf610b4ddf8d3b3f3aa1c7eb606b3f3ba903a215
parent0bde43aeee5bed5fdfb5bffaecb8c1f43c8fdf19
Fix #11547. toLowerCase not work good on XML attributes.

This was fixed to some extent in gh-724 but there were insufficient test cases. Removing the lowercase completely allows IE 6/7 to work properly since there you need an exact case match for attributes, even in HTML docs. More discussion and test cases in the comments on gh-724.
src/attributes.js
test/data/testinit.js
test/unit/attributes.js