Skip to content

Commit 43a6cbc

Browse files
committed
[css-overflow-3] Handle negative margins.
1 parent 8087a55 commit 43a6cbc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-overflow-3/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,12 @@ Scrollable overflow</h3>
146146
the minimal rectangle whose axis is aligned to the box's axes
147147
and contains the <a>scrollable overflow region</a>.
148148

149-
The <a>scrollable overflow region</a> of a box includes:
149+
The <a>scrollable overflow region</a> is the union of:
150150
<ul>
151151
<li>the box’s own content and padding areas
152152
<li>all line boxes directly contained by the box
153-
<li>the margin boxes of all in-flow and floated boxes
153+
<li>the margin boxes <em>and</em> border boxes
154+
of all in-flow and floated boxes
154155
for which it is the containing block
155156
(accounting for transforms as described below).
156157
<li>the padding boxes of all absolutely-positioned boxes

0 commit comments

Comments
 (0)