Closed
Description
https://drafts.csswg.org/selectors/#id-selectors says:
An ID selector consists of a “number sign” (U+0023, #) immediately followed by the ID value, which must be a CSS identifier.
But in the grammar <id-selector>
is defined as <hash-token>
which would appear to allow a sequence beginning with numbers.