@@ -206,13 +206,13 @@ Scrollable Overflow</h3>
206
206
The <a>scrollable overflow area</a> is the union of:
207
207
<ul>
208
208
<li>
209
- the box ’s own [=padding box=]
209
+ The [=scroll container=] ’s own [=padding box=] .
210
210
211
211
<li>
212
- all line boxes directly contained by the box
212
+ All [= line boxes=] directly contained by the [=scroll container=] .
213
213
214
214
<li>
215
- the border boxes
215
+ The border boxes
216
216
of all boxes for which it is the containing block
217
217
and whose border boxes are positioned not wholly outside
218
218
its <a>block-start</a> or <a>inline-start</a> padding edges,
@@ -224,7 +224,7 @@ Scrollable Overflow</h3>
224
224
sufficiently accurate?
225
225
226
226
<li>
227
- the <a>scrollable overflow areas</a> of all of the above boxes
227
+ The <a>scrollable overflow areas</a> of all of the above boxes
228
228
(accounting for transforms as described above),
229
229
provided they themselves have ''overflow: visible''
230
230
(i.e. do not themselves trap the overflow)
@@ -269,8 +269,9 @@ Scrollable Overflow</h3>
269
269
<!-- Make sure http://jsbin.com/qececaqilo/edit?html,css,output is clearly defined. -->
270
270
271
271
<li>
272
- the margin areas of <a>grid item</a> and <a>flex item</a> boxes
272
+ The margin areas of <a>grid item</a> and <a>flex item</a> boxes
273
273
for which the box establishes a containing block.
274
+
274
275
The UA may <em> additionally</em> include
275
276
the margin areas of other boxes
276
277
for which the box establishes a containing block;
0 commit comments