Skip to content

Commit 4d63424

Browse files
committed
[css-color-adjust-1] Fix linking.
1 parent 746a943 commit 4d63424

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-color-adjust-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ The "color-scheme" <{meta}> value {#color-scheme-meta}
204204
(rather than waiting for all CSS in the page to load),
205205
a 'color-scheme' value can also be provided in a <{meta}> element.
206206

207-
If any <{meta}> elements are [=inserted into the document=] or [=removed from the document=],
207+
If any <{meta}> elements are [=inserted into a document=] or [=removed from a document=],
208208
or existing <{meta}> elements have their <{meta/name}> or <{meta/content}> attributes changed,
209209
user agents must run the following algorithm:
210210

@@ -222,7 +222,7 @@ The "color-scheme" <{meta}> value {#color-scheme-meta}
222222
2. For each |element| in |candidate elements|:
223223
1. If |element|’s <{meta/content}> attribute's value
224224
[=CSS/parses=] as a <'color-scheme'> value,
225-
treat that value as a declaration of the 'color-scheme' property on |element|’s [=root=],
225+
treat that value as a declaration of the 'color-scheme' property on |element|’s [=tree/root=],
226226
cascaded as a [[css-cascade-4#preshint|non-CSS presentational hint]].
227227
Then return.
228228

0 commit comments

Comments
 (0)