Re: [whatwg/dom] Declarative Shadow DOM (#510)

@prlbr  If I get your use-case correctly, what you are looking was once there as a `::shadow` but was removed in V1. There is alternative proposition, to let you expose from shadow root, the parts to style using `part` attribute, then style them from outside using `::part()` and `::theme`, see https://github.com/w3c/webcomponents/issues/300

I would consider that a feature needed for Shadow DOM in general, once it will become available in imperative Shadow DOM, it should work in Declarative as well.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/510#issuecomment-363765321

Received on Wednesday, 7 February 2018 13:16:32 UTC