Re: [csswg-drafts] [css-page-3] Whitespace between @page and page selector

That's probably unintentional, but it's also technically valid. The grammar doesn't explicitly require whitespace between `@page` and the following stuff, so per the standard grammar rules, all that's required is that the tokenizer properly separate things. `@page:first` correctly tokenizes (as AT-KEYWORD DELIM IDENT), so it should parse.

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

Received on Tuesday, 23 October 2018 14:03:09 UTC