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

Sure. Very deep nesting of selectors is uncommon in the first place, tho (based on preprocessor experience), and deep nesting of *selector lists* is even less common. When things are deeply nested, they commonly just do appending, like `.foo { & .bar { & .baz {...`, which is easy to handle.

That said, I'm still okay with a maximum nesting depth set to something reasonable, like 5 or 6.

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

Received on Monday, 16 July 2018 22:17:13 UTC