- From: Peter Linss via GitHub <sysbot+gh@w3.org>
- Date: Mon, 05 Dec 2022 18:51:19 +0000
- To: public-css-archive@w3.org
Unfortunately that would require arbitrary lookahead during parsing.
It also gets weird when one of the legal contents is a style rule without a selector, so you'd get:
```css
selector {{{ color: red; } selector { color: blue; }}}
```
Not sure that helps readability, maintainability, or searchabilty.
--
GitHub Notification of comment by plinss
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7970#issuecomment-1337955338 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 5 December 2022 18:51:21 UTC