Skip to content

Commit 10f6656

Browse files
author
Simon Pieters
committed
[cssom-view] typo
1 parent d1ad53c commit 10f6656

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

cssom-view/Overview.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -298,10 +298,10 @@ <h2 id="terminology"><span class="secno">3 </span>Terminology</h2>
298298
<dd><p>The element's top <a href="#padding-edge">padding edge</a>.
299299
<dt>right edge
300300
<dd><p>The right-most edge of the element's right <a href="#padding-edge">padding edge</a> and the right <a href="#margin-edge">margin edge</a> of the element's all descendant boxes,
301-
excluding boxes that have an ancestor of element as their containing block.
301+
excluding boxes that have an ancestor of the element as their containing block.
302302
<dt>bottom edge
303303
<dd><p>The bottom-most edge of the element's bottom <a href="#padding-edge">padding edge</a> and the bottom <a href="#margin-edge">margin edge</a> of the element's all descendant boxes,
304-
excluding boxes that have an ancestor of element as their containing block.
304+
excluding boxes that have an ancestor of the element as their containing block.
305305
<dt>left edge
306306
<dd><p>The element's left <a href="#padding-edge">padding edge</a>.
307307
</dl>
@@ -328,10 +328,10 @@ <h2 id="terminology"><span class="secno">3 </span>Terminology</h2>
328328
<dd><p>The element's right <a href="#padding-edge">padding edge</a>.
329329
<dt>bottom edge
330330
<dd><p>The bottom-most edge of the element's bottom <a href="#padding-edge">padding edge</a> and the bottom <a href="#margin-edge">margin edge</a> of the element's all descendant boxes,
331-
excluding boxes that have an ancestor of element as their containing block.
331+
excluding boxes that have an ancestor of the element as their containing block.
332332
<dt>left edge
333333
<dd><p>The left-most edge of the element's left <a href="#padding-edge">padding edge</a> and the left <a href="#margin-edge">margin edge</a> of the element's all descendant boxes,
334-
excluding boxes that have an ancestor of element as their containing block.
334+
excluding boxes that have an ancestor of the element as their containing block.
335335
</dl>
336336
<tr>
337337
<td>leftward and upward
@@ -352,14 +352,14 @@ <h2 id="terminology"><span class="secno">3 </span>Terminology</h2>
352352
<dl>
353353
<dt>top edge
354354
<dd><p>The top-most edge of the element's top <a href="#padding-edge">padding edge</a> and the top <a href="#margin-edge">margin edge</a> of the element's all descendant boxes,
355-
excluding boxes that have an ancestor of element as their containing block.
355+
excluding boxes that have an ancestor of the element as their containing block.
356356
<dt>right edge
357357
<dd><p>The element's right <a href="#padding-edge">padding edge</a>.
358358
<dt>bottom edge
359359
<dd><p>The element's bottom <a href="#padding-edge">padding edge</a>.
360360
<dt>left edge
361361
<dd><p>The left-most edge of the element's left <a href="#padding-edge">padding edge</a> and the left <a href="#margin-edge">margin edge</a> of the element's all descendant boxes,
362-
excluding boxes that have an ancestor of element as their containing block.
362+
excluding boxes that have an ancestor of the element as their containing block.
363363
</dl>
364364
<tr>
365365
<td>rightward and upward
@@ -380,10 +380,10 @@ <h2 id="terminology"><span class="secno">3 </span>Terminology</h2>
380380
<dl>
381381
<dt>top edge
382382
<dd><p>The top-most edge of the element's top <a href="#padding-edge">padding edge</a> and the top <a href="#margin-edge">margin edge</a> of the element's all descendant boxes,
383-
excluding boxes that have an ancestor of element as their containing block.
383+
excluding boxes that have an ancestor of the element as their containing block.
384384
<dt>right edge
385385
<dd><p>The right-most edge of the element's right <a href="#padding-edge">padding edge</a> and the right <a href="#margin-edge">margin edge</a> of the element's all descendant boxes,
386-
excluding boxes that have an ancestor of element as their containing block.
386+
excluding boxes that have an ancestor of the element as their containing block.
387387
<dt>bottom edge
388388
<dd><p>The element's bottom <a href="#padding-edge">padding edge</a>.
389389
<dt>left edge

cssom-view/Overview.src.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,10 @@ <h2>Terminology</h2>
266266
<dd><p>The element's top <span>padding edge</span>.
267267
<dt>right edge
268268
<dd><p>The right-most edge of the element's right <span>padding edge</span> and the right <span>margin edge</span> of the element's all descendant boxes,
269-
excluding boxes that have an ancestor of element as their containing block.
269+
excluding boxes that have an ancestor of the element as their containing block.
270270
<dt>bottom edge
271271
<dd><p>The bottom-most edge of the element's bottom <span>padding edge</span> and the bottom <span>margin edge</span> of the element's all descendant boxes,
272-
excluding boxes that have an ancestor of element as their containing block.
272+
excluding boxes that have an ancestor of the element as their containing block.
273273
<dt>left edge
274274
<dd><p>The element's left <span>padding edge</span>.
275275
</dl>
@@ -296,10 +296,10 @@ <h2>Terminology</h2>
296296
<dd><p>The element's right <span>padding edge</span>.
297297
<dt>bottom edge
298298
<dd><p>The bottom-most edge of the element's bottom <span>padding edge</span> and the bottom <span>margin edge</span> of the element's all descendant boxes,
299-
excluding boxes that have an ancestor of element as their containing block.
299+
excluding boxes that have an ancestor of the element as their containing block.
300300
<dt>left edge
301301
<dd><p>The left-most edge of the element's left <span>padding edge</span> and the left <span>margin edge</span> of the element's all descendant boxes,
302-
excluding boxes that have an ancestor of element as their containing block.
302+
excluding boxes that have an ancestor of the element as their containing block.
303303
</dl>
304304
<tr>
305305
<td>leftward and upward
@@ -320,14 +320,14 @@ <h2>Terminology</h2>
320320
<dl>
321321
<dt>top edge
322322
<dd><p>The top-most edge of the element's top <span>padding edge</span> and the top <span>margin edge</span> of the element's all descendant boxes,
323-
excluding boxes that have an ancestor of element as their containing block.
323+
excluding boxes that have an ancestor of the element as their containing block.
324324
<dt>right edge
325325
<dd><p>The element's right <span>padding edge</span>.
326326
<dt>bottom edge
327327
<dd><p>The element's bottom <span>padding edge</span>.
328328
<dt>left edge
329329
<dd><p>The left-most edge of the element's left <span>padding edge</span> and the left <span>margin edge</span> of the element's all descendant boxes,
330-
excluding boxes that have an ancestor of element as their containing block.
330+
excluding boxes that have an ancestor of the element as their containing block.
331331
</dl>
332332
<tr>
333333
<td>rightward and upward
@@ -348,10 +348,10 @@ <h2>Terminology</h2>
348348
<dl>
349349
<dt>top edge
350350
<dd><p>The top-most edge of the element's top <span>padding edge</span> and the top <span>margin edge</span> of the element's all descendant boxes,
351-
excluding boxes that have an ancestor of element as their containing block.
351+
excluding boxes that have an ancestor of the element as their containing block.
352352
<dt>right edge
353353
<dd><p>The right-most edge of the element's right <span>padding edge</span> and the right <span>margin edge</span> of the element's all descendant boxes,
354-
excluding boxes that have an ancestor of element as their containing block.
354+
excluding boxes that have an ancestor of the element as their containing block.
355355
<dt>bottom edge
356356
<dd><p>The element's bottom <span>padding edge</span>.
357357
<dt>left edge

0 commit comments

Comments
 (0)