diff --git a/css-color-adjust-1/Overview.bs b/css-color-adjust-1/Overview.bs
index c33bf688382..9bea1ab89d5 100644
--- a/css-color-adjust-1/Overview.bs
+++ b/css-color-adjust-1/Overview.bs
@@ -225,6 +225,11 @@ Opting Into a Preferred Color Scheme: the 'color-scheme' property {#color-scheme
To ensure particular foreground or background colors,
they need to be specified explicitly.
+ Note: [[HTML]] specifies a
+ color-scheme
+ <{meta}> tag which can be used to set the color-scheme on the root element as
+ a [[css-cascade-4#preshint|non-CSS presentational hint]].
+
Note: Earlier versions of this property also defined an
color-scheme
- * the element has a <{meta/content}> attribute,
- whose value is not the empty string
- * the element is a child of the [=the head element=] of the document
-
- 2. For each |element| in |candidate elements|:
- 1. If |element|’s <{meta/content}> attribute's value
- [=CSS/parses=] as a <'color-scheme'> value,
- treat that value as a declaration of the 'color-scheme' property on |element|’s [=tree/root=],
- cascaded as a [[css-cascade-4#preshint|non-CSS presentational hint]].
- Then return.
-
- Note: Because these rules check successive elements until they find a match,
- an author can provide multiple such values
- to handle fallback for legacy user agents.
- Opposite how CSS fallback works for properties,
- the multiple <{meta}> elements must be arranged
- with the legacy values after the newer values.
-