Re: [csswg-drafts] [css-nesting-1] Yet another nesting proposal (Option 5) (#7970)

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