Skip to content

Commit 53d6722

Browse files
committed
[css-overflow-3] Clarify application to tables
1 parent 41ec95a commit 53d6722

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

css-overflow-3/Overview.bs

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ Module Interactions</h3>
124124
and [[!CSS-UI-3]] section
125125
<a href="https://www.w3.org/TR/css-ui-3/#text-overflow">5.2. Overflow Ellipsis: the text-overflow property</a>.
126126

127+
When applied to 'display: table' elements,
128+
the properties defined in this module apply to the [=table grid box=]
129+
(not the [=table wrapper box=]).
130+
[[!CSS2]] [[!CSS-TABLES-3]]
131+
127132
<!--
128133
████████ ██ ██ ████████ ████████ ██████
129134
██ ██ ██ ██ ██ ██ ██ ██
@@ -348,7 +353,7 @@ Managing Overflow: the 'overflow-x', 'overflow-y', and 'overflow' properties</h3
348353
Name: overflow-x, overflow-y, overflow-block, overflow-inline
349354
Value: visible | hidden | clip | scroll | auto
350355
Initial: ''visible''
351-
Applies to: block containers [[!CSS2]], flex containers [[!CSS3-FLEXBOX]], grid containers [[!CSS3-GRID-LAYOUT]]
356+
Applies to: [=block containers=] [[!CSS2]], [=flex containers=] [[!CSS-FLEXBOX-1]], [=grid containers=] [[!CSS-GRID-1]], and [=table grid boxes=] [[!CSS-TABLES-3]]
352357
Inherited: no
353358
Logical property group: overflow
354359
Percentages: N/A
@@ -1338,6 +1343,10 @@ ellipsis interaction with scrolling interfaces</h4>
13381343
* Allow combining ''overflow: clip'' behavior in one axis with scrolling in the other,
13391344
to allow single-axis trapping for e.g. [=sticky positioning=].
13401345
(<a href="https://github.com/w3c/csswg-drafts/issues/12289">Issue 12289</a>)
1346+
* Clarify which clipping affects limit contributions to the scrollable overflow area of the nearest [=scroll container=].
1347+
(<a href="https://github.com/w3c/csswg-drafts/issues/8607">Issue 8607</a>)
1348+
* Clarify application of 'overflow' to tables.
1349+
(<a href="https://github.com/w3c/csswg-drafts/issues/10881">Isue 10881</a>)
13411350

13421351
Significant changes since the <a href="https://www.w3.org/TR/2023/WD-css-overflow-3-20230329/">29 March 2023 Working Draft</a>:
13431352

0 commit comments

Comments
 (0)