Skip to content

Commit 1b7bbc7

Browse files
author
Simon Pieters
committed
[cssom-view] xref terms in the definition of 'scrolling area'
1 parent 57cdee8 commit 1b7bbc7

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

cssom-view/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -247,15 +247,15 @@ <h2 id="terminology"><span class="secno">3 </span>Terminology</h2>
247247

248248
<dl>
249249
<dt>top edge
250-
<dd><p>The element's top padding edge.
250+
<dd><p>The element's top <a href="#padding-edge">padding edge</a>.
251251
<dt>right edge
252-
<dd><p>The right-most edge of the element's right padding edge and the right margin edge of the element's all descendant boxes, excluding boxes that have an
253-
ancestor of element as their containing block.
252+
<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,
253+
excluding boxes that have an ancestor of element as their containing block.
254254
<dt>bottom edge
255-
<dd><p>The bottom-most edge of the element's bottom padding edge and the bottom margin edge of the element's all descendant boxes, excluding boxes that have an
256-
ancestor of element as their containing block.
255+
<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,
256+
excluding boxes that have an ancestor of element as their containing block.
257257
<dt>left edge
258-
<dd><p>The element's left padding edge.
258+
<dd><p>The element's left <a href="#padding-edge">padding edge</a>.
259259
</dl>
260260

261261
<p>The term <dfn id="document-content">document content</dfn> refers to the area on the

cssom-view/Overview.src.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -217,15 +217,15 @@ <h2>Terminology</h2>
217217

218218
<dl>
219219
<dt>top edge
220-
<dd><p>The element's top padding edge.
220+
<dd><p>The element's top <span>padding edge</span>.
221221
<dt>right edge
222-
<dd><p>The right-most edge of the element's right padding edge and the right margin edge of the element's all descendant boxes, excluding boxes that have an
223-
ancestor of element as their containing block.
222+
<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,
223+
excluding boxes that have an ancestor of element as their containing block.
224224
<dt>bottom edge
225-
<dd><p>The bottom-most edge of the element's bottom padding edge and the bottom margin edge of the element's all descendant boxes, excluding boxes that have an
226-
ancestor of element as their containing block.
225+
<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,
226+
excluding boxes that have an ancestor of element as their containing block.
227227
<dt>left edge
228-
<dd><p>The element's left padding edge.
228+
<dd><p>The element's left <span>padding edge</span>.
229229
</dl>
230230

231231
<p>The term <dfn>document content</dfn> refers to the area on the

0 commit comments

Comments
 (0)