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

The problem I have with UA stylesheet is that it would then cascade differently when an actual shadow root is attached on the element. Also `!important` rules set in UA stylesheets override `!important` rules in user stylesheets. It's highly undesirable for authors to be able to override `!important` rules in the user stylesheets.

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

Received on Thursday, 5 April 2018 02:13:39 UTC