File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ A <a>cubic Bézier easing function</a> has the following syntax
172172
173173The meaning of each value is as follows:
174174
175- <dl dfn-type="value" dfn-for="cubic-bezier-easing-function, <cubic-bezier-easing-function> ">
175+ <dl dfn-type="value" dfn-for="<cubic-bezier-easing-function> ">
176176
177177: <dfn>ease</dfn>
178178:: Equivalent to ''cubic-bezier(0.25, 0.1, 0.25, 1)'' .
@@ -259,7 +259,7 @@ It has following syntax:
259259
260260The meaning of each value is as follows:
261261
262- <dl dfn-type=value dfn-for="step-easing-function, <step-easing-function> ">
262+ <dl dfn-type=value dfn-for="<step-easing-function> ">
263263
264264: <dfn>step-start</dfn>
265265:: Computes to ''steps(1, start)''
@@ -283,7 +283,7 @@ The meaning of each value is as follows:
283283 The second parameter, which is optional, specifies the [=step position=]
284284 using one of the following values:
285285
286- <dl dfn-type=value dfn-for="step-position, <step-position> ">
286+ <dl dfn-type=value dfn-for="<step-position> ">
287287
288288 : <dfn value for="steps()">jump-start</dfn>
289289 :: The first rise occurs at [=input progress value=] of 0.
Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ A <a>cubic Bézier easing function</a> has the following syntax
169169
170170The meaning of each value is as follows:
171171
172- <dl dfn-type="value" dfn-for="cubic-bezier-easing-function, <cubic-bezier-easing-function> ">
172+ <dl dfn-type="value" dfn-for="<cubic-bezier-easing-function> ">
173173
174174: <dfn>ease</dfn>
175175:: Equivalent to ''cubic-bezier(0.25, 0.1, 0.25, 1)'' .
@@ -256,7 +256,7 @@ It has following syntax:
256256
257257The meaning of each value is as follows:
258258
259- <dl dfn-type=value dfn-for="step-easing-function, <step-easing-function> ">
259+ <dl dfn-type=value dfn-for="<step-easing-function> ">
260260
261261: <dfn>step-start</dfn>
262262:: Computes to ''steps(1, start)''
@@ -280,7 +280,7 @@ The meaning of each value is as follows:
280280 The second parameter, which is optional, specifies the [=step position=]
281281 using one of the following values:
282282
283- <dl dfn-type=value dfn-for="step-position, <step-position> ">
283+ <dl dfn-type=value dfn-for="<step-position> ">
284284
285285 : <dfn value for="steps()">jump-start</dfn>
286286 :: The first rise occurs at [=input progress value=] of 0.
You can’t perform that action at this time.
0 commit comments