Re: [csswg-drafts] [css-scoping][selectors] Should :where(:host) work? (#6420)

I'm confused, how is this related to `:where()` at all? Any author selector will override UA styles, so this already doesn't work:

```html
<!doctype html>
<style>
:where(.foo) {
  display: block;
}
</style>
<div class="foo" hidden>Can you see me?</div>
```

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


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

Received on Saturday, 3 July 2021 14:29:12 UTC