- From: Steve Orvell <notifications@github.com>
- Date: Wed, 10 Jan 2024 08:33:36 -0800
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 10 January 2024 16:33:41 UTC
Good discussion, I think one of the core issues here is that fundamentally Shadow DOM provides two (possibly) distinct features: encapsulation and composition. In the [Lit](https://lit.dev) community, we typically get this about once per week: > I'm not using Shadow DOM because X, why aren't my `<slot>` elements working? The list of `X` has, thankfully, been reducing over time, but one of the thorniest persisting ones is: > I must use some legacy stylesheet over which I have no control... This feature mostly takes that `X` off the list. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/909#issuecomment-1885193378 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/909/1885193378@github.com>
Received on Wednesday, 10 January 2024 16:33:41 UTC