Re: [csswg-drafts] [css-nesting] Concern about combinatorial explosion (#2881)

The length of the selector list at a given level doesn't cause any explosion in the `:matches()`-based desugaring; the higher levels gets repeated more, but doubling the length of the top level just approximately doubles the length of the result. It's the nesting level that causes non-linear growth.

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

Received on Monday, 10 February 2020 23:20:41 UTC