Skip to content

Commit f8a9817

Browse files
committed
Merge pull request #93 from cvrebert/patch-1
[cssom-view] Link mentions of "beginning edges" term
2 parents ab308f2 + ea49e27 commit f8a9817

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cssom-view/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@ To <dfn>scroll to the beginning of the document</dfn> for a document <var>docume
388388
<ol>
389389
<li>Let <var>viewport</var> be the <a>viewport</a> that is associated with <var>document</var>. <!-- This assumes that there is a viewport, since
390390
it is only invoked when navigating -->
391-
<li>Let <var>position</var> be the the scroll position <var>viewport</var> would have by aligning the <span>beginning edges</span> of the
392-
<a>scrolling area</a> with the <span>beginning edges</span> of <var>viewport</var>.
391+
<li>Let <var>position</var> be the the scroll position <var>viewport</var> would have by aligning the <a>beginning edges</a> of the
392+
<a>scrolling area</a> with the <a>beginning edges</a> of <var>viewport</var>.
393393
<li>If <var>position</var> is the same as <var>viewport</var>'s current scroll position, and <var>viewport</var> does not have an ongoing
394394
<a>smooth scroll</a>, abort these steps.
395395
<li><a>Perform a scroll</a> of <var>viewport</var> to <var>position</var>,

0 commit comments

Comments
 (0)