Skip to content

Commit c73af4a

Browse files
committed
[css-animations] Make it clear that "first value" and "second value" refer to being within a <single-animation>.
Fixes http://lists.w3.org/Archives/Public/www-style/2011Oct/0410.html
1 parent 25be8cb commit c73af4a

2 files changed

Lines changed: 13 additions & 9 deletions

File tree

css-animations/Overview.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<meta content="CSS Animations" name=dcterms.title>
1212
<meta content=text name=dcterms.type>
13-
<meta content=2014-01-08 name=dcterms.date>
13+
<meta content=2014-01-22 name=dcterms.date>
1414
<meta content="L. David Baron" name=dcterms.creator>
1515
<meta content=W3C name=dcterms.publisher>
1616
<meta content="http://dev.w3.org/csswg/css3-animations/"
@@ -33,7 +33,7 @@
3333

3434
<h1>CSS Animations</h1>
3535

36-
<h2 class="no-num no-toc">Editor's Draft 8 January 2014</h2>
36+
<h2 class="no-num no-toc">Editor's Draft 22 January 2014</h2>
3737

3838
<dl>
3939
<dt>This version:
@@ -1457,8 +1457,9 @@ <h3 id=animation-shorthand-property><span class=secno>4.10. </span> The
14571457
|| &lt;single-animation-play-state&gt;</div>
14581458

14591459
<p> Note that order is important within each animation definition: the
1460-
first value that can be parsed as a <var>&lt;time&gt;</var> is assigned to
1461-
the animation-duration, and the second value that can be parsed as a
1460+
first value in each &lt;single-animation&gt; that can be parsed as a
1461+
<var>&lt;time&gt;</var> is assigned to the animation-duration, and the
1462+
second value in each &lt;single-animation&gt; that can be parsed as a
14621463
<var>&lt;time&gt;</var> is assigned to animation-delay.
14631464

14641465
<p class=issue> An alternative proposal is to accept the font shorthand
@@ -1784,7 +1785,7 @@ <h4 id=CSSKeyframesRule-findRule><span class=secno>6.3.5. </span> The
17841785
<h2 id=acknowledgments><span class=secno>7. </span>Acknowledgments</h2>
17851786

17861787
<p>Thanks especially to the feedback from Tab Atkins, Carine Bournez, Anne
1787-
van Kesteren, Estelle Weyl, and all the rest of the <a
1788+
van Kesteren, Øyvind Stenhaug, Estelle Weyl, and all the rest of the <a
17881789
href="http://lists.w3.org/Archives/Public/www-style/">www-style</a>
17891790
community.
17901791

css-animations/Overview.src.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1043,10 +1043,12 @@ <h3 id="animation-shorthand-property">
10431043

10441044
<p>
10451045
Note that order is important within each animation definition:
1046-
the first value that can be parsed as a <var>&lt;time&gt;</var> is assigned to the
1047-
animation-duration,
1048-
and the second value that can be parsed as a <var>&lt;time&gt;</var> is assigned to
1049-
animation-delay.
1046+
the first value in each &lt;single-animation&gt;
1047+
that can be parsed as a <var>&lt;time&gt;</var>
1048+
is assigned to the animation-duration,
1049+
and the second value in each &lt;single-animation&gt;
1050+
that can be parsed as a <var>&lt;time&gt;</var>
1051+
is assigned to animation-delay.
10501052
</p>
10511053

10521054
<p class="issue">
@@ -1372,6 +1374,7 @@ <h2 id="acknowledgments">Acknowledgments</h2>
13721374
Tab Atkins,
13731375
Carine Bournez,
13741376
Anne van Kesteren,
1377+
&Oslash;yvind Stenhaug,
13751378
Estelle Weyl,
13761379
and all the rest of the
13771380
<a href="http://lists.w3.org/Archives/Public/www-style/">www-style</a> community.

0 commit comments

Comments
 (0)