Re: [w3c/webcomponents] Best practices for styling web components (#510)

Contructable Stylesheets have been referenced by this group [a](82) [few](99) [times](282) as a solution for shared styles across web components. From what [I could gather](https://lists.w3.org/Archives/Public/www-style/2015Mar/0320.html), it would allow a web component to link a stylesheet into the shadow dom via JavaScript, essentially allowing a web component to apply a stylesheet from the DOM or URL without having to reparse it or add it as an inline stylesheet.

Because it's just a stylesheet that you link to the web component, it doesn't disallow CSS Custom Properties once those are supported natively. 

---
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/510#issuecomment-223617248

Received on Friday, 3 June 2016 15:52:43 UTC