We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8087a55 commit 43a6cbcCopy full SHA for 43a6cbc
css-overflow-3/Overview.bs
@@ -146,11 +146,12 @@ Scrollable overflow</h3>
146
the minimal rectangle whose axis is aligned to the box's axes
147
and contains the <a>scrollable overflow region</a>.
148
149
- The <a>scrollable overflow region</a> of a box includes:
+ The <a>scrollable overflow region</a> is the union of:
150
<ul>
151
<li>the box’s own content and padding areas
152
<li>all line boxes directly contained by the box
153
- <li>the margin boxes of all in-flow and floated boxes
+ <li>the margin boxes <em>and</em> border boxes
154
+ of all in-flow and floated boxes
155
for which it is the containing block
156
(accounting for transforms as described below).
157
<li>the padding boxes of all absolutely-positioned boxes
0 commit comments