Skip to content

Commit d6891e8

Browse files
birtlessvgeesus
authored andcommitted
Fix grammar for cubic-bezier timing functions to match CSS transitions
1 parent 67ac2f7 commit d6891e8

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

web-animations/index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2588,9 +2588,8 @@ <h3>Scaling using a cubic Bézier curve</h3>
25882588
<div
25892589
class="production"><dfn>&lt;cubic-bezier-timing-function&gt;</dfn> =
25902590
ease | ease-in | ease-out | ease-in-out |
2591-
<span class="atom">cubic-bezier(&lt;number&gt; &lt;number&gt;
2592-
&lt;number&gt;
2593-
&lt;number&gt;)</span></div>
2591+
<span class="atom">cubic-bezier(&lt;number&gt;, &lt;number&gt;,
2592+
&lt;number&gt;, &lt;number&gt;)</span></div>
25942593
</blockquote>
25952594
<p>
25962595
The meaning of each value is as follows:
@@ -8164,9 +8163,11 @@ <h2>Changes since last publication</h2>
81648163
href="http://www.w3.org/TR/2013/WD-web-animations-20140605/">5 June
81658164
2014 Working Draft</a>:
81668165
</p>
8166+
<ul>
8167+
<li>Fixed the grammar for <a>&lt;cubic-bezier-timing-function&gt;</a> to
8168+
match CSS Transitions.
8169+
</ul>
81678170
<p>
8168-
(None)
8169-
</p>
81708171
Changes since the <a
81718172
href="http://www.w3.org/TR/2013/WD-web-animations-20130625/">25 June
81728173
2013 Working Draft</a> are included in <a

0 commit comments

Comments
 (0)