Re: [csswg-drafts] [css-syntax-3] <hash-token> seems to get type ID for sequence "#-\" followed by EOF

Hm, this seems to be a bug in [check if two code points are a valid escape](https://drafts.csswg.org/css-syntax/#check-if-two-code-points-are-a-valid-escape), actually. `\EOF` isn't a valid escape; it's a bare `\` character.  I think I need to check for that and return false.

It probably doesn't matter in practice, but it's definitely not intentional.  I'll fix after getting confirmation from the WG.

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

Received on Tuesday, 19 September 2017 19:45:43 UTC