Re: [csswg-drafts] [css-nesting] Allow CSS nesting for inline styles (#8752)

Interesting question arises whether putting `@scope` inside style attribute value should be allowed and equivalent of non-scope/nest as well:
```HTML
<el style="…"></el>
<el style="@scope { … }"></el>
<el style="@scope { & { … } }"></el>
<el style="@scope { @scope { :scope:is(&) { & { … } } } }"></el>
```
 (I see no reason why not, but admittedly it is getting funky.)

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


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

Received on Wednesday, 24 April 2024 14:17:16 UTC