Re: [csswg-drafts] [css-syntax-3] - !important diagram forgot to allow whitespaces before "!" (#6335)

> Even then, the present page shows that for values other than preserved tokens there is can be no whitespace

What's the problem? Is there any place not using `ws*` or a superset, but which needs to allow whitespace?

> so there would be totally nothing between ":" and "!", not a byte.

Yeah, that seems a valid declaration, though then the grammar of most CSS properties will reject that. But `--foo:!important` should be valid if I understand #774 correctly.

> asterisk means: "zero or any positive number of".

I mean that `ws*` can't be removed from the diagram. When writing CSS you may then use 0 or more spaces.

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


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 1 June 2021 16:36:15 UTC