2929
3030 < h1 > CSS Animations</ h1 >
3131
32- < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 25 July 2011</ h2 >
32+ < h2 class ="no-num no-toc " id =longstatus-date > Editor's Draft 25 November
33+ 2011</ h2 >
3334
3435 < dl >
3536 < dt > This version:
3637
3738 < dd > < a
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 -->
39+ href ="http://www.w3.org/TR/2011/ED-css3-animations-20111125 / "> http://dev.w3.org/csswg/css3-animations/</ a >
40+ <!--http://www.w3.org/TR/2011/WD-css3-animations-20111125 -->
4041
4142 < dt > Latest version:
4243
4344 < dd > < a
44- href ="http://www.w3.org/TR/css3-animations "> http://www.w3.org/TR/css3-animations</ a >
45+ href ="http://www.w3.org/TR/css3-animations "> http://www.w3.org/TR/css3-animations/ </ a >
4546
4647
4748 < dt > Previous version:
@@ -64,13 +65,13 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 July 2011</h2>
6465 < p class =copyright > < a
6566 href ="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright "
6667 rel =license > Copyright</ a > © 2011 < a
67- href ="http://www.w3.org/ "> < acronym title =" World Wide Web
68- Consortium "> W3C</ acronym > </ a > < sup > ®</ sup > (< a
69- href ="http://www.csail.mit.edu/ "> < acronym title =" Massachusetts Institute
70- of Technology "> MIT</ acronym > </ a > , < a href =" http://www.ercim.eu/ " > < acronym
71- title =" European Research Consortium for Informatics and
72- Mathematics "> ERCIM</ acronym > </ a > , < a
73- href ="http://www.keio.ac.jp/ "> Keio</ a > ), All Rights Reserved. W3C < a
68+ href ="http://www.w3.org/ "> < acronym
69+ title =" World Wide Web Consortium "> W3C</ acronym > </ a > < sup > ®</ sup > (< a
70+ href ="http://www.csail.mit.edu/ "> < acronym
71+ title =" Massachusetts Institute of Technology "> MIT</ acronym > </ a > , < a
72+ href =" http://www.ercim.eu/ " > < acronym
73+ title =" European Research Consortium for Informatics and Mathematics "> ERCIM</ acronym > </ a > ,
74+ < a href ="http://www.keio.ac.jp/ "> Keio</ a > ), All Rights Reserved. W3C < a
7475 href ="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer "> liability</ a > ,
7576 < a
7677 href ="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks "> trademark</ a >
@@ -1618,7 +1619,7 @@ <h2 class=no-num id=property-index>Property index</h2>
16181619
16191620 < tbody >
16201621 < tr >
1621- < td > < a class =property href ="#animation "> animation</ a >
1622+ < th > < a class =property href ="#animation "> animation</ a >
16221623
16231624 < td > [<animation-name> || <animation-duration> ||
16241625 <animation-timing-function> || <animation-delay> ||
@@ -1639,7 +1640,7 @@ <h2 class=no-num id=property-index>Property index</h2>
16391640 < td > visual
16401641
16411642 < tr >
1642- < td > < a class =property href ="#animation-delay "> animation-delay</ a >
1643+ < th > < a class =property href ="#animation-delay "> animation-delay</ a >
16431644
16441645 < td > <time> [, <time>]*
16451646
@@ -1654,7 +1655,7 @@ <h2 class=no-num id=property-index>Property index</h2>
16541655 < td > visual
16551656
16561657 < tr >
1657- < td > < a class =property
1658+ < th > < a class =property
16581659 href ="#animation-direction "> animation-direction</ a >
16591660
16601661 < td > normal | alternate [, normal | alternate]*
@@ -1670,7 +1671,7 @@ <h2 class=no-num id=property-index>Property index</h2>
16701671 < td > visual
16711672
16721673 < tr >
1673- < td > < a class =property href ="#animation-duration "> animation-duration</ a >
1674+ < th > < a class =property href ="#animation-duration "> animation-duration</ a >
16741675
16751676 < td > <time> [, <time>]*
16761677
@@ -1685,7 +1686,7 @@ <h2 class=no-num id=property-index>Property index</h2>
16851686 < td > visual
16861687
16871688 < tr >
1688- < td > < a class =property
1689+ < th > < a class =property
16891690 href ="#animation-fill-mode "> animation-fill-mode</ a >
16901691
16911692 < td > none | forwards | backwards | both [, none | forwards | backwards |
@@ -1702,7 +1703,7 @@ <h2 class=no-num id=property-index>Property index</h2>
17021703 < td > visual
17031704
17041705 < tr >
1705- < td > < a class =property
1706+ < th > < a class =property
17061707 href ="#animation-iteration-count "> animation-iteration-count</ a >
17071708
17081709 < td > infinite | <number> [, infinite | <number>]*
@@ -1718,7 +1719,7 @@ <h2 class=no-num id=property-index>Property index</h2>
17181719 < td > visual
17191720
17201721 < tr >
1721- < td > < a class =property href ="#animation-name "> animation-name</ a >
1722+ < th > < a class =property href ="#animation-name "> animation-name</ a >
17221723
17231724 < td > none | IDENT [, none | IDENT ]*
17241725
@@ -1733,7 +1734,7 @@ <h2 class=no-num id=property-index>Property index</h2>
17331734 < td > visual
17341735
17351736 < tr >
1736- < td > < a class =property
1737+ < th > < a class =property
17371738 href ="#animation-play-state "> animation-play-state</ a >
17381739
17391740 < td > running | paused [, running | paused]*
@@ -1749,7 +1750,7 @@ <h2 class=no-num id=property-index>Property index</h2>
17491750 < td > visual
17501751
17511752 < tr >
1752- < td > < a class =property
1753+ < th > < a class =property
17531754 href ="#animation-timing-function "> animation-timing-function</ a >
17541755
17551756 < td > ease | linear | ease-in | ease-out | ease-in-out | step-start |
0 commit comments