mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 16:38:10 -05:00
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.