Re: [csswg-drafts] [selectors] [cssom] How should invalid selectors inside :is(), :where(), and :not() be treated for serialization? (#3676)

`:not` would be just like any other traditional selector with no error recovery. `:not(<invalid>, <invalid>)` and `:nth-col(random .nonsense)` do not parse, they never become `:not()` or `:nth-col()`.

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

Received on Monday, 25 February 2019 23:02:08 UTC