- From: Peter Linss via GitHub <sysbot+gh@w3.org>
- Date: Wed, 30 Nov 2022 21:29:32 +0000
- To: public-css-archive@w3.org
One other advantage to this proposal, `@nest` is something that authors can enter into a search engine when they encounter it in the wild for the first time. (It also provides context to figure it out on their own.) An author seeing: ```css foo { color: red; & bar { color: blue; } } ``` or ```css foo { color: red: } { bar { color: blue; } } ``` has no keywords any search engine is going to provide reasonable results for (and no obvious indication that nesting is happening, either could be interpreted as typos). -- GitHub Notification of comment by plinss Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7970#issuecomment-1332756616 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 30 November 2022 21:29:33 UTC