File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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> ,
You can’t perform that action at this time.
0 commit comments