@@ -120,7 +120,7 @@ Opting Into a Preferred Color Scheme: the 'color-scheme' property {#color-scheme
120
120
that affects UI things such as
121
121
the default colors of form controls and scrollbars
122
122
as well as the used values of the CSS system colors.
123
- Its values are defined as follows:
123
+ Values are defined as follows:
124
124
125
125
<dl dfn-type=value dfn-for=color-scheme>
126
126
: <dfn>normal</dfn>
@@ -132,15 +132,15 @@ Opting Into a Preferred Color Scheme: the 'color-scheme' property {#color-scheme
132
132
and expresses an ordered preference between them.
133
133
(See [[#color-scheme-processing]] for details on how this choice is resolved.)
134
134
135
+ Note: Providing both keywords indicates that the first scheme is preferred,
136
+ but the second is also acceptable
137
+ if the user prefers it instead.
138
+
135
139
''light'' represents a “Light” [=color scheme=] ,
136
140
with light background colors and dark foreground colors.
137
141
''dark'' represents the opposite,
138
142
with dark background colors and light foreground colors.
139
143
140
- Note: Providing both keywords indicates that the first scheme is preferred,
141
- but the second is also acceptable
142
- if the user prefers it instead.
143
-
144
144
<<custom-ident>> values are meaningless,
145
145
and exist only for future compatibility,
146
146
so that future added color schemes do not invalidate the 'color-scheme' declaration
@@ -398,7 +398,7 @@ Properties Affected by Forced Colors Mode {#forced-colors-properties}
398
398
UA may further tweak these <a>forced colors mode</a> heuristics
399
399
to provide better user experience.
400
400
401
- Note: See [[css-cascade -4]] for information about
401
+ Note: See [[CSS-CASCADE -4]] for information about
402
402
[=cascade origins=] and the ''revert'' keyword.
403
403
404
404
Opting Out of a Forced Color Scheme: the 'forced-color-adjust' property {#forced-color-adjust-prop}
0 commit comments