@@ -722,14 +722,14 @@ Smooth Scrolling: The 'scroll-behavior' Property</h3>
722
722
Name : scroll-behavior
723
723
Value : auto | smooth
724
724
Initial : auto
725
- Applies to : <a>scrolling boxes</a>
725
+ Applies to : [=scroll containers=]
726
726
Inherited : no
727
727
Computed value : specified value
728
728
Animatable : no
729
729
Canonical Order : per grammar
730
730
</pre>
731
731
732
- The 'scroll-behavior' property specifies the scrolling behavior for a <a>scrolling box</a> ,
732
+ The 'scroll-behavior' property specifies the scrolling behavior for a [=scroll container=] ,
733
733
when scrolling happens due to navigation,
734
734
scrolling APIs [[!CSSOM-VIEW]] ,
735
735
or scroll snapping operations not initiated by the user [[!CSS-SCROLL-SNAP-1]] .
@@ -741,11 +741,11 @@ Smooth Scrolling: The 'scroll-behavior' Property</h3>
741
741
<dl dfn-type=value dfn-for=scroll-behavior>
742
742
<dt> <dfn>auto</dfn>
743
743
<dd>
744
- The <a>scrolling box</a> is scrolled in an <a spec=cssom-view lt="instant scroll">instant</a> fashion.
744
+ The [=scroll container=] is scrolled in an <a spec=cssom-view lt="instant scroll">instant</a> fashion.
745
745
746
746
<dt> <dfn>smooth</dfn>
747
747
<dd>
748
- The <a>scrolling box</a> is scrolled in a <a spec=cssom-view lt="smooth scroll">smooth</a> fashion
748
+ The [=scroll container=] is scrolled in a <a spec=cssom-view lt="smooth scroll">smooth</a> fashion
749
749
using a user-agent-defined timing function over a user-agent-defined period of time.
750
750
User agents should follow platform conventions, if any. <!--fingerprint-->
751
751
</dl>
@@ -1712,7 +1712,7 @@ Changes from the <a href="https://www.w3.org/TR/2021/WD-css-overflow-3-20211202/
1712
1712
for ''continue: discard'' (and that other types of breaks do not);
1713
1713
and gave examples of what triggers a [=region break=] on such a box.
1714
1714
* Minor clarifications:
1715
- * Annotate <<length-percentage>> value definitions using [=bracketed range notation=] .
1715
+ * Annotate <<length-percentage>> value definitions using [=CSS bracketed range notation=] .
1716
1716
1717
1717
<h3 id="changes-since-2020-06-03">
1718
1718
Changes from the <a href="https://www.w3.org/TR/2020/WD-css-overflow-3-20200603/">2020-06-03 Working Draft</a></h3>
0 commit comments