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

Something that still bugs me about the proposals 1 and 3 is the inconsistency.

```
element { ...; .class { ... } }
element { ...; & element { ... } }
element { ...; @nest element & { ... } }
```
three different syntaxes for three reasonable use cases, versus
```
element { ...; } { .class { ... } }
element { ...; } { element { ... } }
element { ...; } { element & { ... } }
```
one syntax for all cases

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


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

Received on Wednesday, 26 October 2022 15:08:09 UTC