[Webkit-unassigned] [Bug 81752] Selectors should be ASCII case-insensitive in HTML

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 21 15:08:52 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=81752


Ian 'Hixie' Hickson <ian at hixie.ch> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at hixie.ch




--- Comment #5 from Ian 'Hixie' Hickson <ian at hixie.ch>  2012-03-21 15:08:52 PST ---
In the HTML parser, we're ASCII case-insensitive (and not Unicode case-insensitive) so that you can do the logic using only ASCII-range single-byte manipulation.

It doesn't make sense for a selector for element "А" to match an element "a" because those elements are different everywhere else too (in XML, where it's case-sensitive, and in HTML, where they're not collapsed to one either).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list