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

This still won't address the issues that @dflorey described in #864: an end user, importing and using 3rd party elements, can not force the components to call their own `attachShadow` methods with a setting to make styles leak in, except by monkey patching `attachShadow` (which may not be possible with declarative ShadowDOM and `elementInternals` where `attachShadow` is not called).

People are still going to be asking how to style 3rd-party elements from outside when the element authors have not called `attachShadow` with `open-stylable` or similar.

-- 
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-812926527

Received on Saturday, 3 April 2021 21:16:27 UTC