Re: [csswg-drafts] [css-nesting-1] Clearer definition of “nest-containing” (#7972)

```

: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