You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
</pre>
18
+
<pre class='link-defaults'>
19
+
spec:css2;type:dfn;text:canvas
20
+
</pre>
18
21
19
22
Introduction {#intro}
20
23
=====================
@@ -79,7 +82,7 @@ Preferred Color Schemes {#preferred}
79
82
(see 'color-scheme'),
80
83
the user agent must match the following to the user's preferred [=color scheme=]:
81
84
82
-
* the initial color of the <a href="https://www.w3.org/TR/CSS2/intro.html#canvas">canvas</a>
85
+
* the initial color of the [=canvas=]
83
86
<span class=issue>find what we name this in other specs</span>,
84
87
the initial value of the '/color' property,
85
88
and the [[css-color-4#css-system-colors|system colors]]
@@ -237,7 +240,7 @@ Effects of the Used Color Scheme {#color-scheme-effect}
237
240
to match with the intent of the [=color scheme=].
238
241
239
242
On the root element,
240
-
rendering with a [=color scheme=] additionally must affect the background of the canvas,
243
+
rendering with a [=color scheme=] additionally must affect the background of the [=canvas=],
241
244
the initial value of the '/color' property,
242
245
and the used values of the [[css-color-4#css-system-colors|system colors]],
243
246
and should also affect the viewport's scrollbars.
@@ -329,7 +332,7 @@ Forced Color Schemes: the 'forced-color-adjust' property {#forced}
329
332
(see [[CSS-COLOR-4]]).
330
333
Additionally,
331
334
if the UA determines, based on Lab lightness,
332
-
that the canvas color
335
+
that the ''Canvas'' color
333
336
is clearly either dark (L < 33%) or light (L > 67%),
0 commit comments