- From: Joel Drapper <notifications@github.com>
- Date: Mon, 29 Sep 2025 05:32:19 -0700
- To: WICG/webcomponents <webcomponents@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 29 September 2025 12:32:22 UTC
joeldrapper left a comment (WICG/webcomponents#909) My primary use of web components at the moment is a mechanism for mounting small Svelte components in an otherwise traditional server-rendered web application. See [docs](https://svelte.dev/docs/svelte/custom-elements). In order to disable style encapsulation, we have to specify `shadow: "none"`, but that prevents us from using slots. I would love to be able to use slots and not encapsulate styles. -- Reply to this email directly or view it on GitHub: https://github.com/WICG/webcomponents/issues/909#issuecomment-3346674185 You are receiving this because you are subscribed to this thread. Message ID: <WICG/webcomponents/issues/909/3346674185@github.com>
Received on Monday, 29 September 2025 12:32:22 UTC