Re: [csswg-drafts] [css-syntax] Tokenization rules don't allow parsing of CSS variables (#4018)

"starts with an identifier" correctly returns true for `--foo`, right?

> **U+002D HYPHEN-MINUS** <br>
> If the second code point is a name-start code point or a U+002D HYPHEN-MINUS, or the second and third code points are a valid escape, return true. Otherwise, return false.

-- 
GitHub Notification of comment by tabatkins
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4018#issuecomment-500242960 using your GitHub account

Received on Sunday, 9 June 2019 20:35:03 UTC