@@ -15,6 +15,8 @@ Editor: Rune Lillesveen, Google, futhark@google.com, w3cid 45291
15
15
Editor : Tab Atkins Jr., Google, http://www.xanthir.com/contact/, w3cid 42199
16
16
Abstract : This module introduces a model and controls over automatic color adjustment by the user agent to handle user preferences, such as "Dark Mode", contrast adjustment, or specific desired color schemes.
17
17
Ignored Terms : -webkit-tap-highlight-color, name, the head element
18
+ WPT Path Prefix : css/css-color-adjust/
19
+ WPT Display : open
18
20
</pre>
19
21
<pre class='link-defaults'>
20
22
spec:css2; type:dfn; text:canvas
@@ -140,6 +142,30 @@ Opting Into a Preferred Color Scheme: the 'color-scheme' property {#color-scheme
140
142
Animation type : discrete
141
143
</pre>
142
144
145
+ <wpt>
146
+ parsing/color-scheme-computed.html
147
+ parsing/color-scheme-invalid.html
148
+ parsing/color-scheme-valid.html
149
+ rendering/dark-color-scheme/color-scheme-change-checkbox.html
150
+ rendering/dark-color-scheme/color-scheme-color-property.html
151
+ rendering/dark-color-scheme/color-scheme-iframe-background-mismatch-alpha.html
152
+ rendering/dark-color-scheme/color-scheme-iframe-background-mismatch-opaque-cross-origin.sub.html
153
+ rendering/dark-color-scheme/color-scheme-iframe-background-mismatch-opaque.html
154
+ rendering/dark-color-scheme/color-scheme-iframe-background-mismatch-used-preferred.html
155
+ rendering/dark-color-scheme/color-scheme-iframe-background.html
156
+ rendering/dark-color-scheme/color-scheme-iframe-dynamic.html
157
+ rendering/dark-color-scheme/color-scheme-iframe-preferred-change.html
158
+ rendering/dark-color-scheme/color-scheme-iframe-preferred-page-dark.html
159
+ rendering/dark-color-scheme/color-scheme-iframe-preferred-page-light.html
160
+ rendering/dark-color-scheme/color-scheme-iframe-preferred.html
161
+ rendering/dark-color-scheme/color-scheme-link-crash.html
162
+ rendering/dark-color-scheme/color-scheme-root-background.html
163
+ rendering/dark-color-scheme/color-scheme-rule-cache.html
164
+ rendering/dark-color-scheme/color-scheme-system-colors.html
165
+ rendering/dark-color-scheme/color-scheme-table-border-currentcolor-responsive.html
166
+ rendering/dark-color-scheme/color-scheme-visited-link-initial.html
167
+ </wpt>
168
+
143
169
While the 'prefers-color-scheme' media feature
144
170
allows an author to adapt the page’s colors to the user’s preferred color scheme,
145
171
many parts of the page are not under the author's control
@@ -612,6 +638,13 @@ Opting Out of a Forced Color Palette: the 'forced-color-adjust' property {#force
612
638
(where it can affect e.g. the canvas background).
613
639
Note that 'forced-color-adjust' is <em> not</em> propagated from HTML <{body}> .
614
640
641
+ <wpt>
642
+ /css/css-forced-color-adjust/inheritance.html
643
+ /css/css-forced-color-adjust/parsing/forced-color-adjust-computed.html
644
+ /css/css-forced-color-adjust/parsing/forced-color-adjust-invalid.html
645
+ /css/css-forced-color-adjust/parsing/forced-color-adjust-valid.html
646
+ </wpt>
647
+
615
648
616
649
<!--
617
650
██████ ███████ ██ ███████ ████████ ███ ████████ ██ ██ ██ ██████ ████████
@@ -667,6 +700,10 @@ Ink Economy: the 'print-color-adjust' property {#print-color-adjust}
667
700
Animation type : discrete
668
701
</pre>
669
702
703
+ <wpt>
704
+ parsing/print-color-adjust.html
705
+ </wpt>
706
+
670
707
The 'print-color-adjust' property provides a hint to the user-agent
671
708
about how it should treat color and style choices
672
709
that might be expensive or generally unwise on a printer or similar device,
@@ -727,6 +764,12 @@ The 'color-adjust' Shorthand {#color-adjust}
727
764
to avoid accidentally resetting performance-based color adjustments
728
765
in other contexts than the one intended.
729
766
767
+ <wpt>
768
+ animation/color-scheme-no-interpolation.html
769
+ animation/forced-color-adjust-no-interpolation.html
770
+ inheritance.html
771
+ </wpt>
772
+
730
773
731
774
Privacy Considerations {#privacy}
732
775
===================================
0 commit comments