Skip to content

Commit 39d7450

Browse files
committed
[cssom-view] Fix grammar "all descendant boxes"
Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=29319.
1 parent 3138625 commit 39d7450

File tree

1 file changed

+38
-30
lines changed

1 file changed

+38
-30
lines changed

cssom-view/Overview.bs

Lines changed: 38 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -170,11 +170,11 @@ The term <dfn>scrolling area</dfn> refers to a box of a <a>viewport</a> or an el
170170
<dt>top edge
171171
<dd>The top edge of the <a>initial containing block</a>.
172172
<dt>right edge
173-
<dd>The right-most edge of the right edge of the <a>initial containing block</a> and the right <a>margin edge</a> of the
174-
<a>viewport’s</a> all descendant boxes.
173+
<dd>The right-most edge of the right edge of the <a>initial containing block</a> and the right
174+
<a>margin edge</a> of all of the <a>viewport’s</a> descendants' boxes.
175175
<dt>bottom edge
176-
<dd>The bottom-most edge of the bottom edge of the <a>initial containing block</a> and the bottom <a>margin edge</a> of the
177-
<a>viewport’s</a> all descendant boxes.
176+
<dd>The bottom-most edge of the bottom edge of the <a>initial containing block</a> and the
177+
bottom <a>margin edge</a> of all of the <a>viewport’s</a> descendants' boxes.
178178
<dt>left edge
179179
<dd>The left edge of the <a>initial containing block</a>.
180180
</dl>
@@ -183,10 +183,12 @@ The term <dfn>scrolling area</dfn> refers to a box of a <a>viewport</a> or an el
183183
<dt>top edge
184184
<dd>The element's top <a>padding edge</a>.
185185
<dt>right edge
186-
<dd>The right-most edge of the element's right <a>padding edge</a> and the right <a>margin edge</a> of the element's all descendant boxes,
186+
<dd>The right-most edge of the element's right <a>padding edge</a> and the right <a>margin
187+
edge</a> of all of the element's descendants' boxes,
187188
excluding boxes that have an ancestor of the element as their containing block.
188189
<dt>bottom edge
189-
<dd>The bottom-most edge of the element's bottom <a>padding edge</a> and the bottom <a>margin edge</a> of the element's all descendant
190+
<dd>The bottom-most edge of the element's bottom <a>padding edge</a> and the bottom <a>margin
191+
edge</a> of all of the element's descendants'
190192
boxes, excluding boxes that have an ancestor of the element as their containing block.
191193
<dt>left edge
192194
<dd>The element's left <a>padding edge</a>.
@@ -200,11 +202,11 @@ The term <dfn>scrolling area</dfn> refers to a box of a <a>viewport</a> or an el
200202
<dt>right edge
201203
<dd>The right edge of the <a>initial containing block</a>.
202204
<dt>bottom edge
203-
<dd>The bottom-most edge of the bottom edge of the <a>initial containing block</a> and the bottom <a>margin edge</a> of the
204-
<a>viewport’s</a> all descendant boxes.
205+
<dd>The bottom-most edge of the bottom edge of the <a>initial containing block</a> and the
206+
bottom <a>margin edge</a> of all of the <a>viewport’s</a> descendants' boxes.
205207
<dt>left edge
206-
<dd>The left-most edge of the left edge of the <a>initial containing block</a> and the left <a>margin edge</a> of the
207-
<a>viewport’s</a> all descendant boxes.
208+
<dd>The left-most edge of the left edge of the <a>initial containing block</a> and the left
209+
<a>margin edge</a> of all of the <a>viewport’s</a> descendants' boxes.
208210
</dl>
209211
<td class=long>
210212
<dl>
@@ -213,50 +215,54 @@ The term <dfn>scrolling area</dfn> refers to a box of a <a>viewport</a> or an el
213215
<dt>right edge
214216
<dd>The element's right <a>padding edge</a>.
215217
<dt>bottom edge
216-
<dd>The bottom-most edge of the element's bottom <a>padding edge</a> and the bottom <a>margin edge</a> of the element's all descendant
217-
boxes, excluding boxes that have an ancestor of the element as their containing block.
218+
<dd>The bottom-most edge of the element's bottom <a>padding edge</a> and the bottom <a>margin
219+
edge</a> of all of the element's descendants' boxes, excluding boxes that have an ancestor of
220+
the element as their containing block.
218221
<dt>left edge
219-
<dd>The left-most edge of the element's left <a>padding edge</a> and the left <a>margin edge</a> of the element's all descendant boxes,
220-
excluding boxes that have an ancestor of the element as their containing block.
222+
<dd>The left-most edge of the element's left <a>padding edge</a> and the left <a>margin
223+
edge</a> of all of the element's descendants' boxes, excluding boxes that have an ancestor of
224+
the element as their containing block.
221225
</dl>
222226
<tr>
223227
<td>leftward and upward
224228
<td class=long>
225229
<dl>
226230
<dt>top edge
227-
<dd>The top-most edge of the top edge of the <a>initial containing block</a> and the top <a>margin edge</a> of the
228-
<a>viewport’s</a> all descendant boxes.
231+
<dd>The top-most edge of the top edge of the <a>initial containing block</a> and the top
232+
<a>margin edge</a> of all of the <a>viewport’s</a> descendants' boxes.
229233
<dt>right edge
230234
<dd>The right edge of the <a>initial containing block</a>.
231235
<dt>bottom edge
232236
<dd>The bottom edge of the <a>initial containing block</a>.
233237
<dt>left edge
234-
<dd>The left-most edge of the left edge of the <a>initial containing block</a> and the left <a>margin edge</a> of the
235-
<a>viewport’s</a> all descendant boxes.
238+
<dd>The left-most edge of the left edge of the <a>initial containing block</a> and the left
239+
<a>margin edge</a> of all of the <a>viewport’s</a> descendants' boxes.
236240
</dl>
237241
<td class=long>
238242
<dl>
239243
<dt>top edge
240-
<dd>The top-most edge of the element's top <a>padding edge</a> and the top <a>margin edge</a> of the element's all descendant boxes,
241-
excluding boxes that have an ancestor of the element as their containing block.
244+
<dd>The top-most edge of the element's top <a>padding edge</a> and the top <a>margin edge</a>
245+
of all of the element's descendants' boxes, excluding boxes that have an ancestor of the
246+
element as their containing block.
242247
<dt>right edge
243248
<dd>The element's right <a>padding edge</a>.
244249
<dt>bottom edge
245250
<dd>The element's bottom <a>padding edge</a>.
246251
<dt>left edge
247-
<dd>The left-most edge of the element's left <a>padding edge</a> and the left <a>margin edge</a> of the element's all descendant boxes,
248-
excluding boxes that have an ancestor of the element as their containing block.
252+
<dd>The left-most edge of the element's left <a>padding edge</a> and the left <a>margin
253+
edge</a> of all of the element's descendants' boxes, excluding boxes that have an ancestor of
254+
the element as their containing block.
249255
</dl>
250256
<tr>
251257
<td>rightward and upward
252258
<td class=long>
253259
<dl>
254260
<dt>top edge
255-
<dd>The top-most edge of the top edge of the <a>initial containing block</a> and the top <a>margin edge</a> of the
256-
<a>viewport’s</a> all descendant boxes.
261+
<dd>The top-most edge of the top edge of the <a>initial containing block</a> and the top
262+
<a>margin edge</a> of all of the <a>viewport’s</a> descendants' boxes.
257263
<dt>right edge
258-
<dd>The right-most edge of the right edge of the <a>initial containing block</a> and the right <a>margin edge</a> of the
259-
<a>viewport’s</a> all descendant boxes.
264+
<dd>The right-most edge of the right edge of the <a>initial containing block</a> and the right
265+
<a>margin edge</a> of all of the <a>viewport’s</a> descendants' boxes.
260266
<dt>bottom edge
261267
<dd>The bottom edge of the <a>initial containing block</a>.
262268
<dt>left edge
@@ -265,11 +271,13 @@ The term <dfn>scrolling area</dfn> refers to a box of a <a>viewport</a> or an el
265271
<td class=long>
266272
<dl>
267273
<dt>top edge
268-
<dd>The top-most edge of the element's top <a>padding edge</a> and the top <a>margin edge</a> of the element's all descendant boxes,
269-
excluding boxes that have an ancestor of the element as their containing block.
274+
<dd>The top-most edge of the element's top <a>padding edge</a> and the top <a>margin edge</a>
275+
of all of the element's descendants' boxes, excluding boxes that have an ancestor of the
276+
element as their containing block.
270277
<dt>right edge
271-
<dd>The right-most edge of the element's right <a>padding edge</a> and the right <a>margin edge</a> of the element's all descendant boxes,
272-
excluding boxes that have an ancestor of the element as their containing block.
278+
<dd>The right-most edge of the element's right <a>padding edge</a> and the right <a>margin
279+
edge</a> of all of the element's descendants' boxes, excluding boxes that have an ancestor of
280+
the element as their containing block.
273281
<dt>bottom edge
274282
<dd>The element's bottom <a>padding edge</a>.
275283
<dt>left edge

0 commit comments

Comments
 (0)