[Webkit-unassigned] [Bug 186234] Tag ID's can start with a number

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 2 07:33:02 PDT 2018


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

--- Comment #1 from Blake McBride <blake1024 at gmail.com> ---
HTML specification is not applicable to CSS selectors. Per the CSS specification: an all-numeric id should be escaped, see https://www.w3.org/International/questions/qa-escapes#css_identifiers

However, if you change the CSS selector to #\222 it still doesn't work.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180602/9ec63ba4/attachment.html>


More information about the webkit-unassigned mailing list