Skip to content

Commit 720c191

Browse files
committed
[css-timing-1] Rename <single-timing-function> to <timing-function>
See #2028.
1 parent 3da5bcf commit 720c191

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-timing-1/Overview.bs

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ follow.
8989

9090
The syntax for specifying a [=timing function=] is as follows:
9191

92-
<div class="prod"><dfn type>&lt;single-timing-function&gt;</dfn> =
92+
<div class="prod"><dfn type>&lt;timing-function&gt;</dfn> =
9393
''linear'' |
9494
<<cubic-bezier-timing-function>> |
9595
<<step-timing-function>> |
@@ -104,7 +104,7 @@ meaning that its [=output progress value=] is equal to the
104104
[=input progress value=] for all inputs.
105105

106106
The syntax for the [=linear timing function=] is simply the
107-
<dfn dfn-type=value for=single-timing-function>linear</dfn> keyword.
107+
<dfn dfn-type=value for=timing-function>linear</dfn> keyword.
108108

109109

110110
Cubic B&eacute;zier timing functions: ''ease'', ''ease-in'', ''ease-out'', ''ease-in-out'', ''cubic-bezier()'' {#cubic-bezier-timing-functions}

0 commit comments

Comments
 (0)