- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Mon, 10 Feb 2020 23:20:39 +0000
- To: public-css-archive@w3.org
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