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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 22 05:29:22 PST 2016


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

Simon Pieters <zcorpan at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |zcorpan at gmail.com

--- Comment #15 from Simon Pieters <zcorpan at gmail.com> ---
<!DOCTYPE html>
<style>
p { color:red }
[data-Ã…] { color:green }
[data-Ã¥] { color:green }
</style>
<p data-Ã…>This should be green.
<p data-Ã¥>This should be green.

This is a simple interop bug. Please fix. :-)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160122/b57d125c/attachment-0001.html>


More information about the webkit-unassigned mailing list