Re: [csswg-drafts] [css-align] [css-flexbox] [css-overflow] [css-rhythm] [css-shapes] [css-ui] Missing quotes around property refs

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