@@ -526,7 +526,7 @@ <h3 id=the-animation-name-property-><span class=secno>3.2. </span> The <a
526526 < tr >
527527 < td > < em > Value:</ em >
528528
529- < td > none | IDENT [, [ none | IDENT ] ]*
529+ < td > [ none | IDENT ] [, [ none | IDENT ] ]*
530530
531531 < tr >
532532 < td > < em > Initial:</ em >
@@ -691,11 +691,11 @@ <h3 id="animation-timing-function_tag"><span class=secno>3.4. </span> The
691691 < tr >
692692 < td > < em > Value:</ em >
693693
694- < td > ease | linear | ease-in | ease-out | ease-in-out | step-start |
694+ < td > [ ease | linear | ease-in | ease-out | ease-in-out | step-start |
695695 step-end | steps(<number>[, [ start | end ] ]?) |
696696 cubic-bezier(<number>, <number>, <number>,
697- <number>) [, [ ease | linear | ease-in | ease-out | ease-in-out |
698- step-start | step-end | steps(<number>[, [ start | end ] ]?) |
697+ <number>) ] [, [ ease | linear | ease-in | ease-out | ease-in-out
698+ | step-start | step-end | steps(<number>[, [ start | end ] ]?) |
699699 cubic-bezier(<number>, <number>, <number>,
700700 <number>)] ]*
701701
@@ -770,7 +770,7 @@ <h3 id=the-animation-iteration-count-property-><span class=secno>3.5.
770770 < tr >
771771 < td > < em > Value:</ em >
772772
773- < td > infinite | <number> [, [ infinite | <number> ] ]*
773+ < td > [ infinite | <number> ] [, [ infinite | <number> ] ]*
774774
775775 < tr >
776776 < 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 | reverse | alternate | alternate-reverse [, [ normal |
828+ < td > [ normal | reverse | alternate | alternate-reverse ] [, [ normal |
829829 reverse | alternate | alternate-reverse ] ]*
830830
831831 < tr >
@@ -908,7 +908,7 @@ <h3 id=the-animation-play-state-property-><span class=secno>3.7. </span>
908908 < tr >
909909 < td > < em > Value:</ em >
910910
911- < td > running | paused [, [ running | paused ] ]*
911+ < td > [ running | paused ] [, [ running | paused ] ]*
912912
913913 < tr >
914914 < td > < em > Initial:</ em >
@@ -1067,8 +1067,8 @@ <h3 id=the-animation-fill-mode-property-><span class=secno>3.9. </span> The
10671067 < tr >
10681068 < td > < em > Value:</ em >
10691069
1070- < td > none | forwards | backwards | both [, [ none | forwards | backwards
1071- | both ] ]*
1070+ < td > [ none | forwards | backwards | both ] [, [ none | forwards |
1071+ backwards | both ] ]*
10721072
10731073 < tr >
10741074 < td > < em > Initial:</ em >
@@ -1582,8 +1582,9 @@ <h2 id=dom-interfaces-><span class=secno>5. </span> DOM Interfaces</h2>
15821582
15831583 < h2 id =acknowledgments > < span class =secno > 6. </ span > Acknowledgments</ h2 >
15841584
1585- < p > Thanks especially to the feedback from Estelle Weyl and all the rest of
1586- the < a href ="http://lists.w3.org/Archives/Public/www-style/ "> www-style</ a >
1585+ < p > Thanks especially to the feedback from Tab Atkins, Estelle Weyl, and all
1586+ the rest of the < a
1587+ href ="http://lists.w3.org/Archives/Public/www-style/ "> www-style</ a >
15871588 community.
15881589
15891590 < h2 id =references > < span class =secno > 7. </ span > References</ h2 >
@@ -1679,7 +1680,7 @@ <h2 class=no-num id=property-index>Property index</h2>
16791680 < th > < a class =property
16801681 href ="#animation-direction "> animation-direction</ a >
16811682<
6CA2
/td>
1682- < td > normal | reverse | alternate | alternate-reverse [, [ normal |
1683+ < td > [ normal | reverse | alternate | alternate-reverse ] [, [ normal |
16831684 reverse | alternate | alternate-reverse ] ]*
16841685
16851686 < td > normal
@@ -1711,8 +1712,8 @@ <h2 class=no-num id=property-index>Property index</h2>
17111712 < th > < a class =property
17121713 href ="#animation-fill-mode "> animation-fill-mode</ a >
17131714
1714- < td > none | forwards | backwards | both [, [ none | forwards | backwards
1715- | both ] ]*
1715+ < td > [ none | forwards | backwards | both ] [, [ none | forwards |
1716+ backwards | both ] ]*
17161717
17171718 < td > none
17181719
@@ -1728,7 +1729,7 @@ <h2 class=no-num id=property-index>Property index</h2>
17281729 < th > < a class =property
17291730 href ="#animation-iteration-count "> animation-iteration-count</ a >
17301731
1731- < td > infinite | <number> [, [ infinite | <number> ] ]*
1732+ < td > [ infinite | <number> ] [, [ infinite | <number> ] ]*
17321733
17331734 < td > 1
17341735
@@ -1743,7 +1744,7 @@ <h2 class=no-num id=property-index>Property index</h2>
17431744 < tr >
17441745 < th > < a class =property href ="#animation-name "> animation-name</ a >
17451746
1746- < td > none | IDENT [, [ none | IDENT ] ]*
1747+ < td > [ none | IDENT ] [, [ none | IDENT ] ]*
17471748
17481749 < td > none
17491750
@@ -1759,7 +1760,7 @@ <h2 class=no-num id=property-index>Property index</h2>
17591760 < th > < a class =property
17601761 href ="#animation-play-state "> animation-play-state</ a >
17611762
1762- < td > running | paused [, [ running | paused ] ]*
1763+ < td > [ running | paused ] [, [ running | paused ] ]*
17631764
17641765 < td > running
17651766
@@ -1775,11 +1776,11 @@ <h2 class=no-num id=property-index>Property index</h2>
17751776 < th > < a class =property
17761777 href ="#animation-timing-function "> animation-timing-function</ a >
17771778
1778- < td > ease | linear | ease-in | ease-out | ease-in-out | step-start |
1779+ < td > [ ease | linear | ease-in | ease-out | ease-in-out | step-start |
17791780 step-end | steps(<number>[, [ start | end ] ]?) |
17801781 cubic-bezier(<number>, <number>, <number>,
1781- <number>) [, [ ease | linear | ease-in | ease-out | ease-in-out |
1782- step-start | step-end | steps(<number>[, [ start | end ] ]?) |
1782+ <number>) ] [, [ ease | linear | ease-in | ease-out | ease-in-out
1783+ | step-start | step-end | steps(<number>[, [ start | end ] ]?) |
17831784 cubic-bezier(<number>, <number>, <number>,
17841785 <number>)] ]*
17851786
0 commit comments