Skip to content

Commit 7f5c53f

Browse files
authored
[css-conditional-5] Properly attach values to @container/scrolled (#12894)
The `direction` feature was renamed to `scrolled` in #12881, but feature values were still referencing `direction`.
1 parent 87ca031 commit 7f5c53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-conditional-5/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1604,7 +1604,7 @@ Scrolled: the '@container/scrolled' feature</h4>
16041604
The logical values map to physical based on the direction and writing-mode of the [=query container=].
16051605
None of the values match if the container is not a [=scroll container=].
16061606

1607-
<dl dfn-type=value dfn-for="@container/direction">
1607+
<dl dfn-type=value dfn-for="@container/scrolled">
16081608
<dt><dfn>none</dfn>
16091609
<dd>
16101610
The [=query container=] has not had a [=relative scroll=] yet.

0 commit comments

Comments
 (0)