Re: [w3c/webcomponents] Theming options for shadow roots (#864)

Web components are a great opportunity to finally be able to mashup components from different vendors/authors into the same app.
When creating apps for consumers (I'm not talking about enterprise apps where everyone is used to broken design) and using components from different vendors, it is absolutely essential to be able to adjust the styles of all bits and pieces.
When being able to inject styles from the outside as part of the standard you would get the best of both worlds:
You get good-looking components out-of-the-box without any danger that you have conflicting styles (so style isolation in shadow DOM is not wasted), but you can adjust them to your needs if you are injecting styles (= I-know-what-I'm-doing-mode).
I think I'm unable to better explain my concerns and I hope that I have been able to provide some input from my end.

-- 
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/864#issuecomment-591432009

Received on Wednesday, 26 February 2020 13:43:18 UTC