Re: [w3c/webcomponents] :focus behavior of delegatesFocus:true will be confusing for users (#554)

Hmm, if UA stylesheet has `!important`, author `!important` cannot override according to [cascading order](https://drafts.csswg.org/css-cascade/#cascading), but isn't it a UA bug (or policy, maybe)?
If UA stylesheet had `:focus { ... !important}`,  an author could not style like e.g. `input:focus { ... !important }` regardless of Shadow DOM or `delegatesFocus` flag.

What is the point of guaranteeing it is overridable even for `!important` UA rules?

-- 
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/554#issuecomment-243960303

Received on Thursday, 1 September 2016 02:41:14 UTC