Skip to content

Commit ea49e27

Browse files
committed
[cssom-view] Link mentions of "beginning edges" term
1 parent c1739a5 commit ea49e27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)