Re: [csswg-drafts] [css-scoping][selectors] `:root` should resolve to `:host` in shadow trees (#11000)

`&` 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