[csswg-drafts] [css-color-adjust-1] User origin !important vs. forced colors mode (#4020)

andruud has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-color-adjust-1] User origin !important vs. forced colors mode ==
So let's say I have a user stylesheet:
```
color: red !important;
```
In forced colors mode, what applies? The spec says `revert !important` is added to the cascade at the user level (when?), which may or may not win over my `red !important`.

I don't think it's enough to state that the value is added at the user level. Clearly we need `revert !very important`.

cc @fantasai, @lilles 

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4020 using your GitHub account

Received on Friday, 7 June 2019 18:54:09 UTC