- From: François REMY via GitHub <sysbot+gh@w3.org>
- Date: Wed, 26 Oct 2022 15:08:06 +0000
- To: public-css-archive@w3.org
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