Skip to content

Commit f0cb347

Browse files
committed
[css-overflow-3][editorial] Capitalization/punctuation/paragraphing fixes.
1 parent c096bbe commit f0cb347

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

css-overflow-3/Overview.bs

+6-5
Original file line numberDiff line numberDiff line change
@@ -206,13 +206,13 @@ Scrollable Overflow</h3>
206206
The <a>scrollable overflow area</a> is the union of:
207207
<ul>
208208
<li>
209-
the box’s own [=padding box=]
209+
The [=scroll container=]’s own [=padding box=].
210210

211211
<li>
212-
all line boxes directly contained by the box
212+
All [=line boxes=] directly contained by the [=scroll container=].
213213

214214
<li>
215-
the border boxes
215+
The border boxes
216216
of all boxes for which it is the containing block
217217
and whose border boxes are positioned not wholly outside
218218
its <a>block-start</a> or <a>inline-start</a> padding edges,
@@ -224,7 +224,7 @@ Scrollable Overflow</h3>
224224
sufficiently accurate?
225225

226226
<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
228228
(accounting for transforms as described above),
229229
provided they themselves have ''overflow: visible''
230230
(i.e. do not themselves trap the overflow)
@@ -269,8 +269,9 @@ Scrollable Overflow</h3>
269269
<!-- Make sure http://jsbin.com/qececaqilo/edit?html,css,output is clearly defined. -->
270270

271271
<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
273273
for which the box establishes a containing block.
274+
274275
The UA may <em>additionally</em> include
275276
the margin areas of other boxes
276277
for which the box establishes a containing block;

0 commit comments

Comments
 (0)