@@ -88,8 +88,8 @@ This specification defines four types of timing functions whose definitions
8888follow.
8989
9090
91- The linear timing function {#linear-timing-function-section}
92- --------------------------
91+ The linear timing function: ''linear'' {#linear-timing-function-section}
92+ ------------------------------------------------------------------------
9393
9494The <dfn export>linear timing function</dfn> is an identity function
9595meaning that its [=output progress value=] is equal to the
@@ -99,7 +99,7 @@ The syntax for the [=linear timing function=] is simply the
9999<dfn dfn-type=value for=single-timing-function>linear</dfn> keyword.
100100
101101
102- Cubic Bézier timing functions {#cubic-bezier-timing-functions}
102+ Cubic Bézier timing functions: ''ease'' , ''ease-in'' , ''ease-out'' , ''ease-in-out'' , ''cubic-bezier()'' {#cubic-bezier-timing-functions}
103103---------------------------------------------------------------------
104104
105105A <dfn export>cubic Bézier timing function</dfn> is a type of [=timing
@@ -196,8 +196,8 @@ The keyword values listed above are illustrated below.
196196</figure>
197197
198198
199- Step timing functions {#step-timing-functions}
200- ---------------------
199+ Step timing functions: ''step-start'' , ''step-end'' , ''steps()'' {#step-timing-functions}
200+ ----------------------------------------------------------------
201201
202202A <dfn>step timing function</dfn> is a type of <a>timing function</a>
203203that divides the input time into a specified number of intervals that
@@ -324,8 +324,8 @@ The meaning of each value is as follows:
324324
325325</dl>
326326
327- Frames timing functions {#frames-timing-functions}
328- -----------------------
327+ Frames timing functions: ''frames()'' {#frames-timing-functions}
328+ ----------------------------------------------------------------
329329
330330A <dfn>frames timing function</dfn> is a type of <a>timing function</a>
331331that divides the input time into a specified number of intervals of equal
0 commit comments