Re: [csswg-drafts] [css-nesting-1] Syntax Invites Errors (#7834)

Even more:

* `.foo { .bar &, .baz { … } }` — I assume this should be interpreted as `.bar &, & .baz`?
* `.foo { :is(.bar &, .baz) { … } }` — but this should be interpreted as `:is(.bar &, .baz)`, so not consistent with the previous one?
* `.foo { > .bar, .baz { … } }` — and this should be `& > .bar, & .baz`?
* `.foo { > .bar, + .baz { … } }` — and this should be `& > .bar, & + .baz`?

-- 
GitHub Notification of comment by sesse
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7834#issuecomment-1293465698 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 27 October 2022 12:38:55 UTC