Skip to content

Commit beb8762

Browse files
fantasaimfreed7
authored andcommitted
[css-overflow-3] Exclude zero-area border boxes from overflow contribution. w3c#4791
1 parent dd8dbda commit beb8762

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

css-overflow-3/Overview.bs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ Scrollable Overflow
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
  • 227230
    The margin areas of grid item and flex item boxes
    228231
    for which the box establishes a containing block.
    @@ -238,7 +241,8 @@ Scrollable Overflow
    238241

    239242
  • 240243
    The scrollable overflow areas 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 scrollable overflow is not already clipped

    0 commit comments

    Comments
     (0)