@@ -829,22 +829,22 @@ Creating Named Containers: the 'container' shorthand</h3>
829829 container-queries/reattach-container-with-dirty-child.html
830830 container-queries/registered-color-style-queries.html
831831 container-queries/resize-while-content-visibility-hidden.html
832- container-queries/scroll-state/at-container-overflowing -parsing.html
833- container-queries/scroll-state/at-container-overflowing -serialization.html
832+ container-queries/scroll-state/at-container-scrollable -parsing.html
833+ container-queries/scroll-state/at-container-scrollable -serialization.html
834834 container-queries/scroll-state/at-container-snapped-parsing.html
835835 container-queries/scroll-state/at-container-snapped-serialization.html
836836 container-queries/scroll-state/at-container-stuck-parsing.html
837837 container-queries/scroll-state/at-container-stuck-serialization.html
838838 container-queries/scroll-state/container-type-scroll-state-computed.html
839839 container-queries/scroll-state/container-type-scroll-state-containment.html
840840 container-queries/scroll-state/container-type-scroll-state-parsing.html
841- container-queries/scroll-state/scroll-state-initially-overflowing .html
841+ container-queries/scroll-state/scroll-state-initially-scrollable .html
842842 container-queries/scroll-state/scroll-state-initially-snapped.html
843843 container-queries/scroll-state/scroll-state-initially-stuck.html
844- container-queries/scroll-state/scroll-state-overflowing -change.html
845- container-queries/scroll-state/scroll-state-overflowing -container-type-change.html
846- container-queries/scroll-state/scroll-state-overflowing -layout-change.html
847- container-queries/scroll-state/scroll-state-overflowing -wm.html
844+ container-queries/scroll-state/scroll-state-scrollable -change.html
845+ container-queries/scroll-state/scroll-state-scrollable -container-type-change.html
846+ container-queries/scroll-state/scroll-state-scrollable -layout-change.html
847+ container-queries/scroll-state/scroll-state-scrollable -wm.html
848848 container-queries/scroll-state/scroll-state-snapped-change.html
849849 container-queries/scroll-state/scroll-state-snapped-container-type-change.html
850850 container-queries/scroll-state/scroll-state-snapped-layout-change.html
@@ -1367,7 +1367,7 @@ Scroll State Container Features</h3>
13671367 [=Scroll-state features=] can either match state of the scroller itself,
13681368 or an element that is affected by the scroll position of an ancestor
13691369 [=scroll container's=] [=scrollport=] . An example of the former is the
1370- ''overflowing '' feature, ''snapped'' the latter.
1370+ ''scrollable '' feature, ''snapped'' the latter.
13711371
13721372<h4 id="updating-scroll-state">
13731373Updating Scroll State</h4>
@@ -1483,27 +1483,27 @@ Scroll snapping: the '@container/snapped' feature</h4>
14831483 in the inline direction of the [=snap container=] .
14841484 </dl>
14851485
1486- <h4 id="overflowing ">
1487- Overflowing : the '@container/overflowing ' feature</h4>
1486+ <h4 id="scrollable ">
1487+ Scrollable : the '@container/scrollable ' feature</h4>
14881488
14891489 <pre class="descdef mq">
1490- Name : overflowing
1490+ Name : scrollable
14911491 For : @container
14921492 Value : none | top | right | bottom | left | block-start | inline-start | block-end | inline-end
14931493 Type : discrete
14941494 </pre>
14951495
1496- The '@container/overflowing ' [=container feature=] queries whether a
1496+ The '@container/scrollable ' [=container feature=] queries whether a
14971497 [=scroll container=] has clipped [=scrollable overflow rectangle=] content
14981498 in the given direction which is reachable through user initiated scrolling.
1499- That is, '@container/overflowing ' does not match for a ''overflow/hidden''
1499+ That is, '@container/scrollable ' does not match for a ''overflow/hidden''
15001500 container, nor for a [=negative scrollable overflow region=] .
15011501
15021502 The logical values map to physical based on the direction and writing-mode of
15031503 the [=query container=] . None of the values match if the container is not a
15041504 [=scroll container=] .
15051505
1506- <dl dfn-type=value dfn-for="@container/overflowing ">
1506+ <dl dfn-type=value dfn-for="@container/scrollable ">
15071507 <dt> <dfn>none</dfn>
15081508 <dd>
15091509 The [=scroll container=] does not have [=scrollable overflow=] in any direction.
@@ -1697,7 +1697,7 @@ Changes since the <a href="https://www.w3.org/TR/2024/WD-css-conditional-5-20240
16971697<ul>
16981698 <!-- To 31 Oct 2024 -->
16991699 <li> Add 'none' -keywords to scroll-state() features (<a href="https://github.com/w3c/csswg-drafts/pull/10874">#10874</a> )</li>
1700- <li> Added container-type:scroll-state, and scroll-state() queries for stuck, snapped, and overflowing features
1700+ <li> Added container-type:scroll-state, and scroll-state() queries for stuck, snapped, and scrollable features
17011701 (<a href="https://github.com/w3c/csswg-drafts/issues/6402#issuecomment-1812973013">#6402</a> ,
17021702 <a href="https://github.com/w3c/csswg-drafts/issues/10784#issuecomment-2379901508">#10784</a> ,
17031703 <a href="https://github.com/w3c/csswg-drafts/issues/10796#issuecomment-2379885032">#10796</a> )</li>
0 commit comments