- From: Romain Menke via GitHub <sysbot+gh@w3.org>
- Date: Tue, 29 Nov 2022 08:52:39 +0000
- To: public-css-archive@w3.org
Those are only invalid when treating the selectors as strings but that is something only preprocessors do. I would assume `type { &type {} }` to be valid because these work fine : ```css p:is(p) { color: green; } is(p):is(p) { color: green; } ``` -- GitHub Notification of comment by romainmenke Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7503#issuecomment-1330290530 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 29 November 2022 08:52:52 UTC