- From: mantou via GitHub <noreply@w3.org>
- Date: Thu, 05 Jun 2025 08:55:07 +0000
- To: public-css-archive@w3.org
`&` should resolve to `:root`(light dom) or `:host`(shadow dom) ? ```css & { color: red; } ``` This allows you to write the [same css in the light dom and shadow dom for sharing](https://github.com/w3c/csswg-drafts/issues/9496#issuecomment-2942634310) -- GitHub Notification of comment by mantou132 Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11000#issuecomment-2943322835 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 5 June 2025 08:55:07 UTC