Skip to content

Commit 1de4f91

Browse files
committed
[css-overflow-3] Exclude zero-area border boxes from overflow contribution. w3c#4791
1 parent 1e556b1 commit 1de4f91

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

css-overflow-3/Overview.bs

+5-1
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ Scrollable Overflow</h3>
223223
Issue: Is this description of handling transforms
224224
sufficiently accurate?
225225

226+
Border boxes with zero area
227+
do not affect the [=scrollable overflow area=].
228+
226229
<li>
227230
The margin areas of <a>grid item</a> and <a>flex item</a> boxes
228231
for which the box establishes a containing block.
@@ -238,7 +241,8 @@ Scrollable Overflow</h3>
238241

239242
<li>
240243
The <a>scrollable overflow areas</a> of all of the above boxes
241-
(accounting for transforms as described above),
244+
(including zero-area boxes
245+
and accounting for transforms as described above),
242246
provided they themselves have ''overflow: visible''
243247
(i.e. do not themselves trap the overflow)
244248
and that <a>scrollable overflow</a> is not already clipped

0 commit comments

Comments
 (0)