Re: [w3c/webcomponents] Provide a lightweight mechanism to add styles to a custom element (#468)

It seems problematic that as soon as one attaches a shadow root, we'd need a separate style element to decorate the style of shadow tree's content. It would be really annoying if authors had to define styles in two different places depending on whether a shadow tree is needed for a given instance or not.

In fact, the original post by @sorvell mentions that:
> Ideally, developers could include styles targeting elements inside Shadow DOM in addition to the element itself.

Has that ideal changed since the original post was made?

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

Received on Thursday, 28 June 2018 07:08:13 UTC