- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Tue, 23 Oct 2018 14:03:00 +0000
- To: public-css-archive@w3.org
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