- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Mon, 16 Jul 2018 18:21:00 +0000
- To: public-css-archive@w3.org
I like, this is a markup error. They're written in the source file as `<'justify-items'>`, when they should be `<<'justify-items'>>`, to get properly recognized as grammar non-terminals. In the absence of that they're just getting recognized as property/value links, with raw text `<` and `>` characters. (Luckily the single quotes prevent them from being parsed as start tags!) -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2912#issuecomment-405334495 using your GitHub account
Received on Monday, 16 July 2018 18:21:02 UTC