Re: [csswg-drafts] [css-nesting] Concern about combinatorial explosion

> Just run the desugaring twice, man: `e f :matches(:matches(a b) c d)`.

That's different, no? In your expanded form it requires all of the a, b, c, d, e, f to appear in the path somehow, while in the original form, only a and b must appear, while either c and d, or e and f need to also appear.

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

Received on Thursday, 5 July 2018 13:16:29 UTC