Skip to content

Commit 416c971

Browse files
committed
[css-conditional-5] Clarify a little bit that we can skip containers.
1 parent 23ba67b commit 416c971

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

css-conditional-5/Overview.bs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,10 @@ Creating Query Containers: the 'container-type' property</h3>
632632
(such as ''@container/scrollable''),
633633
the element is only a [=query container=]
634634
on the element's own [=scrollable axises=].
635+
636+
Note: This means that a ''scrollable'' query, for example,
637+
could query against different containers
638+
for ''scroll-state(scrollable: block)'' and ''scroll-state(scrollable: inline)'' queries.
635639
<dt><dfn>normal</dfn>
636640
<dd>
637641
The element is not a [=query container=]
@@ -1555,7 +1559,7 @@ Scroll State Container Features</h3>
15551559
a feature name, a comparator, and a value.
15561560

15571561
[=Scroll-state features=] can either match state of the scroller itself
1558-
(such as the ''scollable'' feature),
1562+
(such as the ''scrollable'' feature),
15591563
or an element that is affected by the scroll position
15601564
of an ancestor [=scroll container's=] [=scrollport=]
15611565
(such as the ''snapped'' feature).

0 commit comments

Comments
 (0)