Re: [csswg-drafts] [css‑syntax] The current definition of `ws*` contains a duplicate path (#4521)

Nope, it's valid as-is. Note that comments do *not* produce tokens, but *can* separate tokens that would form a single token if they were adjacent without the comment.

That is, `foo /**/ bar` contains four tokens - a "foo" ident, a whitespace, a whitespace, and a "bar" ident. The two whitespace tokens match `ws*` together.

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

Received on Tuesday, 19 November 2019 21:13:43 UTC