- From: Steve Orvell <notifications@github.com>
- Date: Wed, 10 Jan 2024 09:47:32 -0800
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 10 January 2024 17:47:39 UTC
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