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

@bahrus RE:
>Possibly a bit off topic, but StencilJS went through great lengths to support both ShadowDOM and non-ShadowDOM, using the same component / syntax. It sounds like the biggest challenge was how to emulate slots without the help of ShadowDOM. Performance is an issue with this emulation, apparently.

This is a hugely nice feature of Stencil that I find myself taking advantage of when building form-associated custom elements, but I have come across bugs with this, namely this one https://github.com/ionic-team/stencil/issues/2801 which has to do with their internal logic that relocates slotted content in non-shadow components.

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

Received on Wednesday, 10 March 2021 23:27:42 UTC