@@ -15,6 +15,8 @@ Editor: Rune Lillesveen, Google, futhark@google.com, w3cid 45291
1515Editor : Tab Atkins Jr., Google, http://www.xanthir.com/contact/, w3cid 42199
1616Abstract : 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.
1717Ignored Terms : -webkit-tap-highlight-color, name, the head element
18+ WPT Path Prefix : css/css-color-adjust/
19+ WPT Display : open
1820</pre>
1921<pre class='link-defaults'>
2022spec:css2; type:dfn; text:canvas
@@ -140,6 +142,30 @@ Opting Into a Preferred Color Scheme: the 'color-scheme' property {#color-scheme
140142 Animation type : discrete
141143 </pre>
142144
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+
143169 While the 'prefers-color-scheme' media feature
144170 allows an author to adapt the page’s colors to the user’s preferred color scheme,
145171 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
612638 (where it can affect e.g. the canvas background).
613639 Note that 'forced-color-adjust' is <em> not</em> propagated from HTML <{body}> .
614640
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+
615648
616649<!--
617650 ██████ ███████ ██ ███████ ████████ ███ ████████ ██ ██ ██ ██████ ████████
@@ -667,6 +700,10 @@ Ink Economy: the 'print-color-adjust' property {#print-color-adjust}
667700 Animation type : discrete
668701 </pre>
669702
703+ <wpt>
704+ parsing/print-color-adjust.html
705+ </wpt>
706+
670707 The 'print-color-adjust' property provides a hint to the user-agent
671708 about how it should treat color and style choices
672709 that might be expensive or generally unwise on a printer or similar device,
@@ -727,6 +764,12 @@ The 'color-adjust' Shorthand {#color-adjust}
727764 to avoid accidentally resetting performance-based color adjustments
728765 in other contexts than the one intended.
729766
767+ <wpt>
768+ animation/color-scheme-no-interpolation.html
769+ animation/forced-color-adjust-no-interpolation.html
770+ inheritance.html
771+ </wpt>
772+
730773
731774Privacy Considerations {#privacy}
732775===================================
0 commit comments