@@ -829,22 +829,22 @@ Creating Named Containers: the 'container' shorthand</h3>
829
829
container-queries/reattach-container-with-dirty-child.html
830
830
container-queries/registered-color-style-queries.html
831
831
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
834
834
container-queries/scroll-state/at-container-snapped-parsing.html
835
835
container-queries/scroll-state/at-container-snapped-serialization.html
836
836
container-queries/scroll-state/at-container-stuck-parsing.html
837
837
container-queries/scroll-state/at-container-stuck-serialization.html
838
838
container-queries/scroll-state/container-type-scroll-state-computed.html
839
839
container-queries/scroll-state/container-type-scroll-state-containment.html
840
840
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
842
842
container-queries/scroll-state/scroll-state-initially-snapped.html
843
843
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
848
848
container-queries/scroll-state/scroll-state-snapped-change.html
849
849
container-queries/scroll-state/scroll-state-snapped-container-type-change.html
850
850
container-queries/scroll-state/scroll-state-snapped-layout-change.html
@@ -1367,7 +1367,7 @@ Scroll State Container Features</h3>
1367
1367
[=Scroll-state features=] can either match state of the scroller itself,
1368
1368
or an element that is affected by the scroll position of an ancestor
1369
1369
[=scroll container's=] [=scrollport=] . An example of the former is the
1370
- ''overflowing '' feature, ''snapped'' the latter.
1370
+ ''scrollable '' feature, ''snapped'' the latter.
1371
1371
1372
1372
<h4 id="updating-scroll-state">
1373
1373
Updating Scroll State</h4>
@@ -1483,27 +1483,27 @@ Scroll snapping: the '@container/snapped' feature</h4>
1483
1483
in the inline direction of the [=snap container=] .
1484
1484
</dl>
1485
1485
1486
- <h4 id="overflowing ">
1487
- Overflowing : the '@container/overflowing ' feature</h4>
1486
+ <h4 id="scrollable ">
1487
+ Scrollable : the '@container/scrollable ' feature</h4>
1488
1488
1489
1489
<pre class="descdef mq">
1490
- Name : overflowing
1490
+ Name : scrollable
1491
1491
For : @container
1492
1492
Value : none | top | right | bottom | left | block-start | inline-start | block-end | inline-end
1493
1493
Type : discrete
1494
1494
</pre>
1495
1495
1496
- The '@container/overflowing ' [=container feature=] queries whether a
1496
+ The '@container/scrollable ' [=container feature=] queries whether a
1497
1497
[=scroll container=] has clipped [=scrollable overflow rectangle=] content
1498
1498
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''
1500
1500
container, nor for a [=negative scrollable overflow region=] .
1501
1501
1502
1502
The logical values map to physical based on the direction and writing-mode of
1503
1503
the [=query container=] . None of the values match if the container is not a
1504
1504
[=scroll container=] .
1505
1505
1506
- <dl dfn-type=value dfn-for="@container/overflowing ">
1506
+ <dl dfn-type=value dfn-for="@container/scrollable ">
1507
1507
<dt> <dfn>none</dfn>
1508
1508
<dd>
1509
1509
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
1697
1697
<ul>
1698
1698
<!-- To 31 Oct 2024 -->
1699
1699
<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
1701
1701
(<a href="https://github.com/w3c/csswg-drafts/issues/6402#issuecomment-1812973013">#6402</a> ,
1702
1702
<a href="https://github.com/w3c/csswg-drafts/issues/10784#issuecomment-2379901508">#10784</a> ,
1703
1703
<a href="https://github.com/w3c/csswg-drafts/issues/10796#issuecomment-2379885032">#10796</a> )</li>
0 commit comments