1515
1616 < h1 > CSS Animations</ h1 >
1717
18- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 28 March 2012</ h2 >
18+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 29 March 2012</ h2 >
1919
2020 < dl >
2121 < dt > This version:
2222
2323 < dd > < a
24- href ="http://www.w3.org/TR/2012/ED-css3-animations-20120328 / "> http://dev.w3.org/csswg/css3-animations/</ a >
25- <!--http://www.w3.org/TR/2012/WD-css3-animations-20120328 -->
24+ href ="http://www.w3.org/TR/2012/ED-css3-animations-20120329 / "> http://dev.w3.org/csswg/css3-animations/</ a >
25+ <!--http://www.w3.org/TR/2012/WD-css3-animations-20120329 -->
2626
2727 < dt > Latest version:
2828
@@ -523,7 +523,7 @@ <h3 id=the-animation-name-property-><span class=secno>3.2. </span> The <a
523523 < tr >
524524 < td > < em > Value:</ em >
525525
526- < td > none | IDENT [, none | IDENT ]*
526+ < td > none | IDENT [, [ none | IDENT ] ]*
527527
528528 < tr >
529529 < td > < em > Initial:</ em >
@@ -691,10 +691,10 @@ <h3 id="animation-timing-function_tag"><span class=secno>3.4. </span> The
691691 < td > ease | linear | ease-in | ease-out | ease-in-out | step-start |
692692 step-end | steps(<number>[, start | end ]) |
693693 cubic-bezier(<number>, <number>, <number>,
694- <number>) [, ease | linear | ease-in | ease-out | ease-in-out |
694+ <number>) [, [ ease | linear | ease-in | ease-out | ease-in-out |
695695 step-start | step-end | steps(<number>[, start | end ]) |
696696 cubic-bezier(<number>, <number>, <number>,
697- <number>)]*
697+ <number>)] ] *
698698
699699 < tr >
700700 < td > < em > Initial:</ em >
@@ -767,7 +767,7 @@ <h3 id=the-animation-iteration-count-property-><span class=secno>3.5.
767767 < tr >
768768 < td > < em > Value:</ em >
769769
770- < td > infinite | <number> [, infinite | <number>]*
770+ < td > infinite | <number> [, [ infinite | <number> ] ]*
771771
772772 < tr >
773773 < td > < em > Initial:</ em >
@@ -825,7 +825,7 @@ <h3 id=the-animation-direction-property-><span class=secno>3.6. </span> The
825825 < tr >
826826 < td > < em > Value:</ em >
827827
828- < td > normal | alternate [, normal | alternate]*
828+ < td > normal | alternate [, [ normal | alternate ] ]*
829829
830830 < tr >
831831 < td > < em > Initial:</ em >
@@ -884,7 +884,7 @@ <h3 id=the-animation-play-state-property-><span class=secno>3.7. </span>
884884 < tr >
885885 < td > < em > Value:</ em >
886886
887- < td > running | paused [, running | paused]*
887+ < td > running | paused [, [ running | paused ] ]*
888888
889889 < tr >
890890 < td > < em > Initial:</ em >
@@ -1043,8 +1043,8 @@ <h3 id=the-animation-fill-mode-property-><span class=secno>3.9. </span> The
10431043 < tr >
10441044 < td > < em > Value:</ em >
10451045
1046- < td > none | forwards | backwards | both [, none | forwards | backwards |
1047- both]*
1046+ < td > none | forwards | backwards | both [, [ none | forwards | backwards
1047+ | both ] ]*
10481048
10491049 < tr >
10501050 < td > < em > Initial:</ em >
@@ -1649,7 +1649,7 @@ <h2 class=no-num id=property-index>Property index</h2>
16491649 < th > < a class =property
16501650 href ="#animation-direction "> animation-direction</ a >
16511651
1652- < td > normal | alternate [, normal | alternate]*
1652+ < td > normal | alternate [, [ normal | alternate ] ]*
16531653
16541654 < td > normal
16551655
@@ -1680,8 +1680,8 @@ <h2 class=no-num id=property-index>Property index</h2>
16801680 < th > < a class =property
16811681 href ="#animation-fill-mode "> animation-fill-mode</ a >
16821682
1683- < td > none | forwards | backwards | both [, none | forwards | backwards |
1684- both]*
1683+ < td > none | forwards | backwards | both [, [ none | forwards | backwards
1684+ | both ] ]*
16851685
16861686 < td > none
16871687
@@ -1697,7 +1697,7 @@ <h2 class=no-num id=property-index>Property index</h2>
16971697 < th > < a class =property
16981698 href ="#animation-iteration-count "> animation-iteration-count</ a >
16991699
1700- < td > infinite | <number> [, infinite | <number>]*
1700+ < td > infinite | <number> [, [ infinite | <number> ] ]*
17011701
17021702 < td > 1
17031703
@@ -1712,7 +1712,7 @@ <h2 class=no-num id=property-index>Property index</h2>
17121712 < tr >
17131713 < th > < a class =property href ="#animation-name "> animation-name</ a >
17141714
1715- < td > none | IDENT [, none | IDENT ]*
1715+ < td > none | IDENT [, [ none | IDENT ] ]*
17161716
17171717 < td > none
17181718
@@ -1728,7 +1728,7 @@ <h2 class=no-num id=property-index>Property index</h2>
17281728 < th > < a class =property
17291729 href ="#animation-play-state "> animation-play-state</ a >
17301730
1731- < td > running | paused [, running | paused]*
1731+ < td > running | paused [, [ running | paused ] ]*
17321732
17331733 < td > running
17341734
@@ -1747,10 +1747,10 @@ <h2 class=no-num id=property-index>Property index</h2>
17471747 < td > ease | linear | ease-in | ease-out | ease-in-out | step-start |
17481748 step-end | steps(<number>[, start | end ]) |
17491749 cubic-bezier(<number>, <number>, <number>,
1750- <number>) [, ease | linear | ease-in | ease-out | ease-in-out |
1750+ <number>) [, [ ease | linear | ease-in | ease-out | ease-in-out |
17511751 step-start | step-end | steps(<number>[, start | end ]) |
17521752 cubic-bezier(<number>, <number>, <number>,
1753- <number>)]*
1753+ <number>)] ] *
17541754
17551755 < td > ease
17561756
0 commit comments