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><ahref="#concept-smooth-scroll-aborted" title="concept-smooth-scroll-aborted">Abort</a> any ongoing <ahref="#concept-smooth-scroll" title="concept-smooth-scroll">smooth scroll</a> for <vartitle="">box</var>.
422
-
<li><p>If the user agent honors the '<code><ahref="#scroll-behavior">scroll-behavior</a></code>' property and one of the following are true:
422
+
<li><p>If the user agent honors the '<ahref="#scroll-behavior">scroll-behavior</a>' property and one of the following are true:
423
423
<ul>
424
424
<li><p><vartitle="">behavior</var> is <codetitle="">auto</code> and <vartitle="">element</var> is not null and its computed value of the
425
-
'<code><ahref="#scroll-behavior">scroll-behavior</a></code>' property is '<codetitle="scroll-behavior-smooth"><ahref="#scroll-behavior-smooth">smooth</a></code>'
425
+
'<ahref="#scroll-behavior">scroll-behavior</a>' property is '<ahref="#scroll-behavior-smooth"title="scroll-behavior-smooth">smooth</a>'
426
426
<li><p><vartitle="">behavior</var> is <codetitle="">smooth</code>
<p>The '<code><ahref="#scroll-behavior">scroll-behavior</a></code>' property specifies the scrolling behavior for a scrolling box, when scrolling happens due to navigation or CSSOM scrolling
1446
+
<p>The '<ahref="#scroll-behavior">scroll-behavior</a>' property specifies the scrolling behavior for a scrolling box, when scrolling happens due to navigation or CSSOM scrolling
1447
1447
APIs. Scrolls that are performed by the user are not affected by this property. When this property is specified on the root element, it applies to the
<dd><p>The scrolling box is scrolled in a smooth fashion using a user agent-defined timing function over a user agent-defined period of time. User agents
Copy file name to clipboardExpand all lines: cssom-view/Overview.src.html
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -387,10 +387,10 @@ <h3>Scrolling</h3>
387
387
388
388
<ol>
389
389
<li><p><spantitle=concept-smooth-scroll-aborted>Abort</span> any ongoing <spantitle=concept-smooth-scroll>smooth scroll</span> for <vartitle>box</var>.
390
-
<li><p>If the user agent honors the '<code>scroll-behavior</code>' property and one of the following are true:
390
+
<li><p>If the user agent honors the '<span>scroll-behavior</span>' property and one of the following are true:
391
391
<ul>
392
392
<li><p><vartitle>behavior</var> is <codetitle>auto</code> and <vartitle>element</var> is not null and its computed value of the
393
-
'<code>scroll-behavior</code>' property is '<codetitle=scroll-behavior-smooth>smooth</code>'
393
+
'<span>scroll-behavior</span>' property is '<spantitle=scroll-behavior-smooth>smooth</span>'
394
394
<li><p><vartitle>behavior</var> is <codetitle>smooth</code>
395
395
</ul>
396
396
<p>...then follow these substeps:
@@ -1396,7 +1396,7 @@ <h2>CSS properties</h2>
1396
1396
1397
1397
<pclass=XXX>The features in this section should be moved to some other specification.
1398
1398
1399
-
<h3>Smooth Scrolling: The '<codetitle>scroll-behavior</code>' Property</h3>
1399
+
<h3>Smooth Scrolling: The 'scroll-behavior' Property</h3>
1400
1400
1401
1401
<preclass=propdef>
1402
1402
Name: <dfn>scroll-behavior</dfn>
@@ -1410,15 +1410,15 @@ <h3>Smooth Scrolling: The '<code title>scroll-behavior</code>' Property</h3>
1410
1410
Canonical Order: per grammar
1411
1411
</pre>
1412
1412
1413
-
<p>The '<code>scroll-behavior</code>' property specifies the scrolling behavior for a scrolling box, when scrolling happens due to navigation or CSSOM scrolling
1413
+
<p>The '<span>scroll-behavior</span>' property specifies the scrolling behavior for a scrolling box, when scrolling happens due to navigation or CSSOM scrolling
1414
1414
APIs. Scrolls that are performed by the user are not affected by this property. When this property is specified on the root element, it applies to the
<dd><p>The scrolling box is scrolled in a smooth fashion using a user agent-defined timing function over a user agent-defined period of time. User agents
0 commit comments