Skip to content

Commit 3da5bcf

Browse files
committed
[css-timing-1] Move <single-timing-function> production
This addresses the second issue raisd in w3c#2027.
1 parent ee3b72b commit 3da5bcf

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

css-timing-1/Overview.bs

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,14 @@ input which is defined subsequently.
8787
This specification defines four types of timing functions whose definitions
8888
follow.
8989

90+
The syntax for specifying a [=timing function=] is as follows:
91+
92+
<div class="prod"><dfn type>&lt;single-timing-function&gt;</dfn> =
93+
''linear'' |
94+
<<cubic-bezier-timing-function>> |
95+
<<step-timing-function>> |
96+
<<frames-timing-function>></div>
97+
9098

9199
The linear timing function: ''linear'' {#linear-timing-function-section}
92100
------------------------------------------------------------------------
@@ -378,17 +386,6 @@ The parameter to the function specifies the number of [=frames=].
378386
It must be a positive integer greater than 1.
379387

380388

381-
The &lt;single-timing-function&gt; production {#single-timing-function-production}
382-
=============================================
383-
384-
The syntax for specifying a [=timing function=] is as follows:
385-
386-
<div class="prod"><dfn type>&lt;single-timing-function&gt;</dfn> =
387-
''linear'' |
388-
<<cubic-bezier-timing-function>> |
389-
<<step-timing-function>> |
390-
<<frames-timing-function>></div>
391-
392389
Serialization {#serializing-a-timing-function}
393390
-------------
394391

0 commit comments

Comments
 (0)