We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153f7df commit 2ee8273Copy full SHA for 2ee8273
1 file changed
css-color-adjust-1/Overview.bs
@@ -560,6 +560,9 @@ Changes {#changes}
560
<ul>
561
<li>Forced background colors don't revert, they force all color channels other than alpha (to preserve author’s transparency).
562
<a href="https://github.com/w3c/csswg-drafts/issues/4175">Issue 4175</a>.
563
+ <li>Other properties revert by rewriting author-level rules to specify ''revert'',
564
+ not by injecting ''revert !important'' rules into the cascade.
565
+ <a href="https://github.com/w3c/csswg-drafts/issues/4020">Issue 4020</a>.
566
<li>Force opaque background if color-adjust mismatches between <{iframe}> and embedded document.
567
<a href="https://github.com/w3c/csswg-drafts/issues/4472">Issue 4472</a>.
568
<li>Don't force colors on SVG text.
0 commit comments