You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><p>Let <var>viewport</var> be the <ahref="#viewport">viewport</a> that is associated with <var>document</var>. <!-- This assumes that there is a viewport, since
488
488
it is only invoked when navigating -->
489
-
<li><p>Let <var>position</var> be the the scroll position the <ahref="#viewport">viewport</a> would have by aligning the <ahref="#beginning-edges">beginning edges</a> of the
490
-
<ahref="#scrolling-area">scrolling area</a> with the <ahref="#beginning-edges">beginning edges</a> of the <ahref="#viewport">viewport</a>.
489
+
<li><p>Let <var>position</var> be the the scroll position <var>viewport</var> would have by aligning the <ahref="#beginning-edges">beginning edges</a> of the
490
+
<ahref="#scrolling-area">scrolling area</a> with the <ahref="#beginning-edges">beginning edges</a> of <var>viewport</var>.
491
491
<li><p>If <var>position</var> is the same as <var>viewport</var>'s current scroll position, and <var>viewport</var> does not have an ongoing
492
492
<ahref="#concept-smooth-scroll" title="concept-smooth-scroll">smooth scroll</a>, abort these steps.
Copy file name to clipboardExpand all lines: cssom-view/Overview.src.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -448,8 +448,8 @@ <h3>Scrolling</h3>
448
448
<ol>
449
449
<li><p>Let <var>viewport</var> be the <span>viewport</span> that is associated with <var>document</var>. <!-- This assumes that there is a viewport, since
450
450
it is only invoked when navigating -->
451
-
<li><p>Let <var>position</var> be the the scroll position the <span>viewport</span> would have by aligning the <span>beginning edges</span> of the
452
-
<span>scrolling area</span> with the <span>beginning edges</span> of the <span>viewport</span>.
451
+
<li><p>Let <var>position</var> be the the scroll position <var>viewport</var> would have by aligning the <span>beginning edges</span> of the
452
+
<span>scrolling area</span> with the <span>beginning edges</span> of <var>viewport</var>.
453
453
<li><p>If <var>position</var> is the same as <var>viewport</var>'s current scroll position, and <var>viewport</var> does not have an ongoing
454
454
<spantitle=concept-smooth-scroll>smooth scroll</span>, abort these steps.
0 commit comments