Skip to content

Commit b5cf7d9

Browse files
committed
[css-easing-2] Fix syntax definition
1 parent 21cf976 commit b5cf7d9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

css-easing-2/Overview.bs

+2-3
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The syntax for specifying an [=easing function=] is as follows:
133133

134134
<div class="prod"><dfn type>&lt;easing-function&gt;</dfn> =
135135
''linear'' |
136-
''linear()'' |
136+
<<linear-easing-function>> |
137137
<<cubic-bezier-easing-function>> |
138138
<<step-easing-function>></div>
139139

@@ -168,9 +168,8 @@ that has:
168168

169169
A [=linear easing function=] has the following syntax:
170170

171-
<dfn function lt="linear()">linear(<<linear-stop-list>>)</dfn>
172-
173171
<pre class="prod">
172+
<dfn>&lt;linear-easing-function></dfn> = <dfn function lt="linear()">linear(<<linear-stop-list>>)</dfn>
174173
<dfn>&lt;linear-stop-list></dfn> = [ <<linear-stop>> ]#
175174
<dfn>&lt;linear-stop></dfn> = <<number>> && <<linear-stop-length>>?
176175
<dfn>&lt;linear-stop-length></dfn> = <<percentage>>{1,2}

0 commit comments

Comments
 (0)