Re: [WICG/webcomponents] "open-stylable" Shadow Roots (#909)

This is contrived but it seems very likely this will come up in the wild:

```css
// in the page...
.container .item {
  background: red;
}
```

```html
<div class="container">
  <my-element>
    #shadowRoot
      <div class="item"> <!-- won't be red -->
      ...
```

-- 
Reply to this email directly or view it on GitHub:
https://github.com/WICG/webcomponents/issues/909#issuecomment-1885333583
You are receiving this because you are subscribed to this thread.

Message ID: <WICG/webcomponents/issues/909/1885333583@github.com>

Received on Wednesday, 10 January 2024 17:47:39 UTC