Re: [csswg-drafts] [css-nesting-1] Invalid nested selectors (#7503)

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