Skip to content

Commit ef12040

Browse files
committed
2011-07-24 dino@apple.com
- Zero times now have the unit specifier (dbaron feedback 11 April)
1 parent ae516fd commit ef12040

File tree

3 files changed

+36
-31
lines changed

3 files changed

+36
-31
lines changed

css3-animations/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2011-07-24 dino@apple.com
2+
3+
- Zero times now have the unit specifier (dbaron feedback 11 April)
4+
15
2011-04-05 dino@apple.com
26

37
Changes from David Baron's feedback

css3-animations/Overview.html

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929

3030
<h1>CSS Animations</h1>
3131

32-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 5 April 2011</h2>
32+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 July 2011</h2>
3333

3434
<dl>
3535
<dt>This version:
3636

3737
<dd><a
38-
href="http://www.w3.org/TR/2011/ED-css3-animations-20110405">http://dev.w3.org/csswg/css3-animations/</a>
39-
<!--http://www.w3.org/TR/2011/WD-css3-animations-20110405-->
38+
href="http://www.w3.org/TR/2011/ED-css3-animations-20110725/">http://dev.w3.org/csswg/css3-animations/</a>
39+
<!--http://www.w3.org/TR/2011/WD-css3-animations-20110725-->
4040

4141
<dt>Latest version:
4242

@@ -578,10 +578,10 @@ <h3 id=the-animation-name-property-><span class=secno>3.2. </span> The
578578
two animations.
579579
</p>
580580
<p>
581-
At time &lsquo;<code class=css>0s</code>&rsquo; the element's border will be 4px wide (0px from &lsquo;<code class=property>border-bloat</code>&rsquo; plus 4px from &lsquo;<code class=property>border-diet</code>&rsquo;).
582-
At time &lsquo;<code class=css>4s</code>&rsquo; the element's border will be 6px wide (4px from &lsquo;<code class=property>border-bloat</code>&rsquo; plus 2px from &lsquo;<code class=property>border-diet</code>&rsquo;).
583-
At time &lsquo;<code class=css>10s</code>&rsquo; the element's border will be 10px wide (10px from &lsquo;<code class=property>border-bloat</code>&rsquo; and no addition from
584-
&lsquo;<code class=property>border-diet</code>&rsquo; as it is no longer executing).
581+
At time '0s' the element's border will be 4px wide (0px from 'border-bloat' plus 4px from 'border-diet').
582+
At time '4s' the element's border will be 6px wide (4px from 'border-bloat' plus 2px from 'border-diet').
583+
At time '10s' the element's border will be 10px wide (10px from 'border-bloat' and no addition from
584+
'border-diet' as it is no longer executing).
585585
</p>
586586
</div>
587587
-->
@@ -610,7 +610,7 @@ <h3 id=the-animation-duration-property-><span class=secno>3.3. </span> The
610610
<tr>
611611
<td> <em>Initial:</em>
612612

613-
<td> 0
613+
<td> 0s
614614

615615
<tr>
616616
<td> <em>Applies&nbsp;to:</em>
@@ -638,10 +638,10 @@ <h3 id=the-animation-duration-property-><span class=secno>3.3. </span> The
638638
<td> Same as specified value.
639639
</table>
640640

641-
<p> By default the value is &lsquo;<code class=css>0</code>&rsquo;, meaning
642-
that the animation cycle is immediate. A negative value for <a
641+
<p> By default the value is &lsquo;<code class=css>0s</code>&rsquo;,
642+
meaning that the animation cycle is immediate. A negative value for <a
643643
class=prop-name href="#animation-duration">animation-duration</a> is
644-
treated as &lsquo;<code class=css>0</code>&rsquo;. In this case <a
644+
treated as &lsquo;<code class=css>0s</code>&rsquo;. In this case <a
645645
class=prop-name href="#animation-fill-mode">animation-fill-mode</a> still
646646
applies, so an animation that fills backwards will show the value of the
647647
0% keyframe during any delay period, and an animation that fill forwards
@@ -953,7 +953,7 @@ <h3 id=the-animation-delay-property-><span class=secno>3.8. </span> The
953953
<tr>
954954
<td> <em>Initial:</em>
955955

956-
<td> 0
956+
<td> 0s
957957

958958
<tr>
959959
<td> <em>Applies&nbsp;to:</em>
@@ -1272,8 +1272,9 @@ <h2 id=animation-events-><span class=secno>4. </span> Animation Events</h2>
12721272
<code>DOMString</code>
12731273

12741274
<dd> Specifies the <a
1275-
href="http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-Event"><code>Event</code></a>'s
1276-
animation name.<br>
1275+
href="http://www.w3.org/TR/DOM-Level-2-Events/events.html#Events-Event"><code>Event</code></a>&lsquo;<code
1276+
class=css>s animation name.<br>
1277+
</code>
12771278

12781279
<dt> <code class=parameter-name>elapsedTimeArg</code> of type
12791280
<code>float</code>
@@ -1298,8 +1299,8 @@ <h2 id=animation-events-><span class=secno>4. </span> Animation Events</h2>
12981299
<dl>
12991300
<dt> <b>animationstart</b>
13001301

1301-
<dd> The &lsquo;<code class=property>animationstart</code>&rsquo; event
1302-
occurs at the start of the animation. If there is an <a class=prop-name
1302+
<dd> The &rsquo;animationstart' event occurs at the start of the
1303+
animation. If there is an <a class=prop-name
13031304
href="#animation-delay">animation-delay</a> then this event will fire
13041305
once the delay period has expired. A negative delay will cause the event
13051306
to fire with an elapsedTime equal to the absolute value of the delay.
@@ -1616,7 +1617,7 @@ <h2 class=no-num id=property-index>Property index</h2>
16161617
<th>Media
16171618

16181619
<tbody>
1619-
<tr valign=baseline>
1620+
<tr>
16201621
<td><a class=property href="#animation">animation</a>
16211622

16221623
<td>[&lt;animation-name&gt; || &lt;animation-duration&gt; ||
@@ -1637,12 +1638,12 @@ <h2 class=no-num id=property-index>Property index</h2>
16371638

16381639
<td>visual
16391640

1640-
<tr valign=baseline>
1641+
<tr>
16411642
<td><a class=property href="#animation-delay">animation-delay</a>
16421643

16431644
<td>&lt;time&gt; [, &lt;time&gt;]*
16441645

1645-
<td>0
1646+
<td>0s
16461647

16471648
<td>block-level and inline-level elements
16481649

@@ -1652,7 +1653,7 @@ <h2 class=no-num id=property-index>Property index</h2>
16521653

16531654
<td>visual
16541655

1655-
<tr valign=baseline>
1656+
<tr>
16561657
<td><a class=property
16571658
href="#animation-direction">animation-direction</a>
16581659

@@ -1668,12 +1669,12 @@ <h2 class=no-num id=property-index>Property index</h2>
16681669

16691670
<td>visual
16701671

1671-
<tr valign=baseline>
1672+
<tr>
16721673
<td><a class=property href="#animation-duration">animation-duration</a>
16731674

16741675
<td>&lt;time&gt; [, &lt;time&gt;]*
16751676

1676-
<td>0
1677+
<td>0s
16771678

16781679
<td>block-level and inline-level elements
16791680

@@ -1683,7 +1684,7 @@ <h2 class=no-num id=property-index>Property index</h2>
16831684

16841685
<td>visual
16851686

1686-
<tr valign=baseline>
1687+
<tr>
16871688
<td><a class=property
16881689
href="#animation-fill-mode">animation-fill-mode</a>
16891690

@@ -1700,7 +1701,7 @@ <h2 class=no-num id=property-index>Property index</h2>
17001701

17011702
<td>visual
17021703

1703-
<tr valign=baseline>
1704+
<tr>
17041705
<td><a class=property
17051706
href="#animation-iteration-count">animation-iteration-count</a>
17061707

@@ -1716,7 +1717,7 @@ <h2 class=no-num id=property-index>Property index</h2>
17161717

17171718
<td>visual
17181719

1719-
<tr valign=baseline>
1720+
<tr>
17201721
<td><a class=property href="#animation-name">animation-name</a>
17211722

17221723
<td>none | IDENT [, none | IDENT ]*
@@ -1731,7 +1732,7 @@ <h2 class=no-num id=property-index>Property index</h2>
17311732

17321733
<td>visual
17331734

1734-
<tr valign=baseline>
1735+
<tr>
17351736
<td><a class=property
17361737
href="#animation-play-state">animation-play-state</a>
17371738

@@ -1747,7 +1748,7 @@ <h2 class=no-num id=property-index>Property index</h2>
17471748

17481749
<td>visual
17491750

1750-
<tr valign=baseline>
1751+
<tr>
17511752
<td><a class=property
17521753
href="#animation-timing-function">animation-timing-function</a>
17531754

css3-animations/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ <h3>
498498
<em>Initial:</em>
499499
</td>
500500
<td>
501-
0
501+
0s
502502
</td>
503503
</tr>
504504
<tr>
@@ -545,9 +545,9 @@ <h3>
545545
</table>
546546

547547
<p>
548-
By default the value is '0', meaning that the animation cycle is
548+
By default the value is '0s', meaning that the animation cycle is
549549
immediate. A negative value for <span
550-
class="prop-name">animation-duration</span> is treated as '0'. In this
550+
class="prop-name">animation-duration</span> is treated as '0s'. In this
551551
case <span class="prop-name">animation-fill-mode</span> still applies,
552552
so an animation that fills backwards will show the value of the 0%
553553
keyframe during any delay period, and an animation that fill forwards
@@ -905,7 +905,7 @@ <h3>
905905
<em>Initial:</em>
906906
</td>
907907
<td>
908-
0
908+
0s
909909
</td>
910910
</tr>
911911
<tr>

0 commit comments

Comments
 (0)