Skip to content

Commit 8f47ae4

Browse files
committed
fixup! [css-color-adjust-1] Move color-scheme meta to HTML
1 parent e5035fe commit 8f47ae4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

css-color-adjust-1/Overview.bs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -218,17 +218,18 @@ Opting Into a Preferred Color Scheme: the 'color-scheme' property {#color-scheme
218218
affects what <<system-color>>s resolve to.
219219
</div>
220220

221-
[[HTML]] specifies a <a href="https://html.spec.whatwg.org/multipage/semantics.html#meta-color-scheme">color-scheme</a>
222-
<{meta}> tag which can be used to set the color-scheme on the root element as
223-
a [[css-cascade-4#preshint|non-CSS presentational hint]].
224-
225221
Note: “Light” and “dark” color schemes are not specific color palettes.
226222
For example,
227223
both a stark black-on-white scheme and a sepia dark-on-tan scheme
228224
would both be considered “Light” color schemes.
229225
To ensure particular foreground or background colors,
230226
they need to be specified explicitly.
231227

228+
Note: [[HTML]] specifies a
229+
<a href="https://html.spec.whatwg.org/multipage/semantics.html#meta-color-scheme">color-scheme</a>
230+
<{meta}> tag which can be used to set the color-scheme on the root element as
231+
a [[css-cascade-4#preshint|non-CSS presentational hint]].
232+
232233
Note: Earlier versions of this property also defined an <css>only</css> keyword
233234
to be specified alongside a preferred color scheme,
234235
indicating a stronger author preference.

0 commit comments

Comments
 (0)