2929
3030 < h1 > CSS Animations Module Level 3</ h1 >
3131
32- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 23 August 2010</ h2 >
32+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 20 January
33+ 2011</ h2 >
3334
3435 < dl >
3536 < dt > This version:
3637
3738 < dd > < a
38- href ="http://www.w3.org/TR/2010 /ED-css3-animations-20100823 "> http://dev.w3.org/csswg/css3-animations/</ a >
39- <!--http://www.w3.org/TR/2010 /WD-css3-animations-20100823 -->
39+ href ="http://www.w3.org/TR/2011 /ED-css3-animations-20110120 "> http://dev.w3.org/csswg/css3-animations/</ a >
40+ <!--http://www.w3.org/TR/2011 /WD-css3-animations-20110120 -->
4041
4142 < dt > Latest version:
4243
@@ -63,7 +64,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 August 2010</h2>
6364 <!--begin-copyright-->
6465 < p class =copyright > < a
6566 href ="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright "
66- rel =license > Copyright</ a > © 2010 < a
67+ rel =license > Copyright</ a > © 2011 < a
6768 href ="http://www.w3.org/ "> < acronym title ="World Wide Web
6869 Consortium "> W3C</ acronym > </ a > < sup > ®</ sup > (< a
6970 href ="http://www.csail.mit.edu/ "> < acronym title ="Massachusetts Institute
@@ -1085,6 +1086,14 @@ <h3 id=the-animation-shorthand-property-><span class=secno>3.10. </span>
10851086 class =property > animation</ code > </ a > ’</ span > shorthand property
10861087 combines seven of the animation properties into a single property.
10871088
1089+ < p > Note that order is important in this property. The first value that can
1090+ be parsed as a time is assigned to the animation-duration. The second
1091+ value that can be parsed as a time is assigned to animation-delay.
1092+
1093+ < p class =issue > An alternative proposal is to accept the font shorthand
1094+ approach of using a "/" character between the values of the same type. eg.
1095+ 2s/4s would mean a duration of 2 seconds and a delay of 4 seconds.
1096+
10881097 < table class =propdef >
10891098 < tbody >
10901099 < tr >
0 commit comments