- From: Michal Čaplygin via GitHub <sysbot+gh@w3.org>
- Date: Wed, 24 Apr 2024 14:17:15 +0000
- To: public-css-archive@w3.org
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