Skip to content

Commit f01c678

Browse files
committed
[css-color-adjust-1] Tweaks: wording, move note, fix link.
1 parent 257383f commit f01c678

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-color-adjust-1/Overview.bs

+6-6
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Opting Into a Preferred Color Scheme: the 'color-scheme' property {#color-scheme
120120
that affects UI things such as
121121
the default colors of form controls and scrollbars
122122
as well as the used values of the CSS system colors.
123-
Its values are defined as follows:
123+
Values are defined as follows:
124124

125125
<dl dfn-type=value dfn-for=color-scheme>
126126
: <dfn>normal</dfn>
@@ -132,15 +132,15 @@ Opting Into a Preferred Color Scheme: the 'color-scheme' property {#color-scheme
132132
and expresses an ordered preference between them.
133133
(See [[#color-scheme-processing]] for details on how this choice is resolved.)
134134

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+
135139
''light'' represents a “Light” [=color scheme=],
136140
with light background colors and dark foreground colors.
137141
''dark'' represents the opposite,
138142
with dark background colors and light foreground colors.
139143

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-
144144
<<custom-ident>> values are meaningless,
145145
and exist only for future compatibility,
146146
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}
398398
UA may further tweak these <a>forced colors mode</a> heuristics
399399
to provide better user experience.
400400

401-
Note: See [[css-cascade-4]] for information about
401+
Note: See [[CSS-CASCADE-4]] for information about
402402
[=cascade origins=] and the ''revert'' keyword.
403403

404404
Opting Out of a Forced Color Scheme: the 'forced-color-adjust' property {#forced-color-adjust-prop}

0 commit comments

Comments
 (0)