- From: Takayoshi Kochi <notifications@github.com>
- Date: Wed, 31 Aug 2016 19:40:44 -0700
- To: w3c/webcomponents <webcomponents@noreply.github.com>
Received on Thursday, 1 September 2016 02:41:14 UTC
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