@@ -545,7 +545,7 @@ The 'animation-timing-function' property</h3>
545545 During the 'animation-delay' , the 'animation-timing-function' is not applied.
546546
547547 Note: This definition is necessary because otherwise a <a spec=css-easing>step
548- timing function</a> with a <a spec=css-easing>step position</a> of <a value
548+ easing function</a> with a <a spec=css-easing>step position</a> of <a value
549549 spec=css-easing for="steps()">start</a> would produce a backwards fill equal
550550 to the top of the first step in the function.
551551
@@ -555,12 +555,12 @@ The 'animation-timing-function' property</h3>
555555
556556 <pre class='propdef'>
557557 Name : animation-timing-function
558- Value : <<timing -function>>#
558+ Value : <<easing -function>>#
559559 Initial : ease
560560 Applies to : all elements
561561 Inherited : no
562562 Percentages : N/A
563- Computed value : list, each item a computed <<timing -function>>
563+ Computed value : list, each item a computed <<easing -function>>
564564 Animation type : not animatable
565565 Canonical order : per grammar
566566 </pre>
@@ -818,7 +818,7 @@ The 'animation' shorthand property</h3>
818818 Canonical order : per grammar
819819 </pre>
820820
821- <dfn><single-animation></dfn> = <<time>> || <<timing -function>> || <<time>> || <<single-animation-iteration-count>> || <<single-animation-direction>> || <<single-animation-fill-mode>> || <<single-animation-play-state>> || [ none | <<keyframes-name>> ]
821+ <dfn><single-animation></dfn> = <<time>> || <<easing -function>> || <<time>> || <<single-animation-iteration-count>> || <<single-animation-direction>> || <<single-animation-fill-mode>> || <<single-animation-play-state>> || [ none | <<keyframes-name>> ]
822822
823823 Note that order is important within each animation definition: the first value in each
824824 <<single-animation>> that can be parsed as a <<time>> is assigned to the 'animation-duration' ,
0 commit comments