File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -598,6 +598,12 @@ Opting Out of a Forced Color Palette: the 'forced-color-adjust' property {#force
598
598
svg|foreignObject { forced-color-adjust: auto; }
599
599
</pre>
600
600
601
+ UAs must propagate the 'forced-color-adjust' value set on the root element
602
+ to the document viewport
603
+ (where it can affect e.g. the canvas background).
604
+ Note that 'forced-color-adjust' is <em> not</em> propagated from HTML <{body}> .
605
+
606
+
601
607
<!--
602
608
██████ ███████ ██ ███████ ████████ ███ ████████ ██ ██ ██ ██████ ████████
603
609
██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
@@ -687,6 +693,11 @@ Ink Economy: the 'print-color-adjust' property {#print-color-adjust}
687
693
when distracted in a car.
688
694
</dl>
689
695
696
+ UAs must propagate the 'print-color-adjust' value set on the root element
697
+ to the document viewport
698
+ (where it can affect e.g. the canvas background).
699
+ Note that 'print-color-adjust' is <em> not</em> propagated from HTML <{body}> .
700
+
690
701
The 'color-adjust' Shorthand {#color-adjust}
691
702
--------------------------------------------
692
703
You can’t perform that action at this time.
0 commit comments