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

> does that mean `my-element > div {}` is not stylable so that simple Custom
Elements without ShadowDOM are still limited ?

Yes, if you want to style children, your best bet would probably be [Constructable Stylesheets](https://github.com/WICG/construct-stylesheets), thought that needs Shadow DOM on the custom element.

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

Received on Tuesday, 16 October 2018 12:33:54 UTC