@@ -722,14 +722,14 @@ Smooth Scrolling: The 'scroll-behavior' Property</h3>
722722 Name : scroll-behavior
723723 Value : auto | smooth
724724 Initial : auto
725- Applies to : <a>scrolling boxes</a>
725+ Applies to : [=scroll containers=]
726726 Inherited : no
727727 Computed value : specified value
728728 Animatable : no
729729 Canonical Order : per grammar
730730 </pre>
731731
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=] ,
733733 when scrolling happens due to navigation,
734734 scrolling APIs [[!CSSOM-VIEW]] ,
735735 or scroll snapping operations not initiated by the user [[!CSS-SCROLL-SNAP-1]] .
@@ -741,11 +741,11 @@ Smooth Scrolling: The 'scroll-behavior' Property</h3>
741741 <dl dfn-type=value dfn-for=scroll-behavior>
742742 <dt> <dfn>auto</dfn>
743743 <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.
745745
746746 <dt> <dfn>smooth</dfn>
747747 <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
749749 using a user-agent-defined timing function over a user-agent-defined period of time.
750750 User agents should follow platform conventions, if any. <!--fingerprint-->
751751 </dl>
@@ -1712,7 +1712,7 @@ Changes from the <a href="https://www.w3.org/TR/2021/WD-css-overflow-3-20211202/
17121712 for ''continue: discard'' (and that other types of breaks do not);
17131713 and gave examples of what triggers a [=region break=] on such a box.
17141714 * Minor clarifications:
1715- * Annotate <<length-percentage>> value definitions using [=bracketed range notation=] .
1715+ * Annotate <<length-percentage>> value definitions using [=CSS bracketed range notation=] .
17161716
17171717<h3 id="changes-since-2020-06-03">
17181718Changes 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