Skip to content

Commit 57cdee8

Browse files
author
Simon Pieters
committed
[cssom-view] Fix xref of 'instant scroll'
1 parent e75e54e commit 57cdee8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cssom-view/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ <h3 id="scrolling"><span class="secno">4.1 </span>Scrolling</h3>
305305
</ol>
306306
<li><p>Otherwise, follow these substeps:
307307
<ol>
308-
<li><p>Perform an <span>instant scroll</span> of <var title="">box</var> to <var title="">position</var>.
308+
<li><p>Perform an <a href="#concept-instant-scroll" title="concept-instant-scroll">instant scroll</a> of <var title="">box</var> to <var title="">position</var>.
309309
<li><p><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task">Queue a task</a> to run <var title="">task</var>, unless a <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#concept-task" title="concept-task">task</a> to
310310
run <var title="">task</var> is in the <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#queue-a-task" title="queue a task">queue</a>.
311311
</ol>

cssom-view/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ <h3>Scrolling</h3>
275275
</ol>
276276
<li><p>Otherwise, follow these substeps:
277277
<ol>
278-
<li><p>Perform an <span>instant scroll</span> of <var title>box</var> to <var title>position</var>.
278+
<li><p>Perform an <span title=concept-instant-scroll>instant scroll</span> of <var title>box</var> to <var title>position</var>.
279279
<li><p><span data-anolis-spec=html>Queue a task</span> to run <var title>task</var>, unless a <span data-anolis-spec=html title=concept-task>task</span> to
280280
run <var title>task</var> is in the <span data-anolis-spec=html title="queue a task">queue</span>.
281281
</ol>

0 commit comments

Comments
 (0)