- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Wed, 23 Jul 2014 23:14:44 +0100
- To: Antony Kennedy <booshtukka@me.com>
- CC: Michael Cooper <cooper@w3.org>, CSS WG <www-style@w3.org>, WAI Liaison <wai-liaison@w3.org>
On 07/23/2014 06:26 PM, Antony Kennedy wrote: > >> A user can disable such modifications by restricting it via !important >> rules in the user style sheet (or an equivalent UI control) just like >> disabling author-specified colors and fonts. > > A user can set their own outline with !important, but out of interest, > is there a way for them to stop the author overriding browser defaults? Yes. From CSS’s perspective, the browser defaults are represented in the cascade as user-level style rules. So making those rules !important (or in any case having them enter the cascade at the user !important level) will "stop the author overriding browser defaults". This is how we represent all such preferences, such as default colors and fonts. ~fantasai
Received on Wednesday, 23 July 2014 22:15:26 UTC