- From: Mike Bremford via GitHub <sysbot+gh@w3.org>
- Date: Wed, 11 Dec 2019 10:33:12 +0000
- To: public-css-archive@w3.org
As in, that selector would result in the CSS oscillating between two states? True, but I can also think of: ```css :not(:has(::marker)) { display: list-item } :has(::marker) { display: block } ``` I can't get `:has(::marker)` to match at all, so I've not idea if this sort of loop is already covered. Preventing it is obviously important, but I don't think it's a problem specific to `:inside / :outside`. -- GitHub Notification of comment by faceless2 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4568#issuecomment-564480391 using your GitHub account
Received on Wednesday, 11 December 2019 10:33:13 UTC