Closed
Description
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
.