You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would those parse? We'd need them to roundtrip, you should be able to do ruleA.selectorText = ruleB.selectorText. We'd probably have to change the grammar of the property to allow 0 or more selectors.
: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().
Split from #3264. It's not clear what happens if you add an invalid selector inside
:is
or:not
or:where
in terms of serialization.:not(*|*)
(like invalid media queries which serialize asnot all
)?/cc @ericwilligers
The text was updated successfully, but these errors were encountered: