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 accountReceived on Tuesday, 19 November 2019 21:13:43 UTC
This archive was generated by hypermail 2.4.0 : Saturday, 2 July 2022 03:21:25 UTC