- From: Brad Kemper via GitHub <sysbot+gh@w3.org>
- Date: Sat, 29 Oct 2022 19:52:04 +0000
- To: public-css-archive@w3.org
``` :is(& .bar, &:thispseudodoesnotexist) ``` And since `:is()` is forgiving, then becomes this: ``` :is(& .bar) ``` which is equivalent to: ``` & .bar ``` -- GitHub Notification of comment by bradkemper Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7972#issuecomment-1295954083 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Saturday, 29 October 2022 19:52:06 UTC