Skip to content

Commit c2c87e3

Browse files
[css-easing-1] Remove bogus duplicate dfn-for (#7076)
1 parent ec0a51b commit c2c87e3

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

css-easing-1/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ A <a>cubic B&eacute;zier easing function</a> has the following syntax
172172

173173
The 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

260260
The 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.

css-easing-2/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ A <a>cubic B&eacute;zier easing function</a> has the following syntax
169169

170170
The 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

257257
The 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.

0 commit comments

Comments
 (0)