- From: David Baron via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 25 Nov 2011 23:57:34 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-animations In directory hutz:/tmp/cvs-serv1648 Modified Files: Overview.html Log Message: Regenerate using current version of preprocessor. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-animations/Overview.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- Overview.html 25 Jul 2011 00:36:17 -0000 1.10 +++ Overview.html 25 Nov 2011 23:57:32 -0000 1.11 @@ -29,19 +29,20 @@ <h1>CSS Animations</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 July 2011</h2> + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 November + 2011</h2> <dl> <dt>This version: <dd><a - href="http://www.w3.org/TR/2011/ED-css3-animations-20110725/">http://dev.w3.org/csswg/css3-animations/</a> - <!--http://www.w3.org/TR/2011/WD-css3-animations-20110725--> + href="http://www.w3.org/TR/2011/ED-css3-animations-20111125/">http://dev.w3.org/csswg/css3-animations/</a> + <!--http://www.w3.org/TR/2011/WD-css3-animations-20111125--> <dt>Latest version: <dd><a - href="http://www.w3.org/TR/css3-animations">http://www.w3.org/TR/css3-animations</a> + href="http://www.w3.org/TR/css3-animations">http://www.w3.org/TR/css3-animations/</a> <dt>Previous version: @@ -64,13 +65,13 @@ <p class=copyright><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" rel=license>Copyright</a> © 2011 <a - href="http://www.w3.org/"><acronym title="World Wide Web - Consortium">W3C</acronym></a><sup>®</sup> (<a - href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute - of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym - title="European Research Consortium for Informatics and - Mathematics">ERCIM</acronym></a>, <a - href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a + href="http://www.w3.org/"><acronym + title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a + href="http://www.csail.mit.edu/"><acronym + title="Massachusetts Institute of Technology">MIT</acronym></a>, <a + href="http://www.ercim.eu/"><acronym + title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, + <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> @@ -1618,7 +1619,7 @@ <tbody> <tr> - <td><a class=property href="#animation">animation</a> + <th><a class=property href="#animation">animation</a> <td>[<animation-name> || <animation-duration> || <animation-timing-function> || <animation-delay> || @@ -1639,7 +1640,7 @@ <td>visual <tr> - <td><a class=property href="#animation-delay">animation-delay</a> + <th><a class=property href="#animation-delay">animation-delay</a> <td><time> [, <time>]* @@ -1654,7 +1655,7 @@ <td>visual <tr> - <td><a class=property + <th><a class=property href="#animation-direction">animation-direction</a> <td>normal | alternate [, normal | alternate]* @@ -1670,7 +1671,7 @@ <td>visual <tr> - <td><a class=property href="#animation-duration">animation-duration</a> + <th><a class=property href="#animation-duration">animation-duration</a> <td><time> [, <time>]* @@ -1685,7 +1686,7 @@ <td>visual <tr> - <td><a class=property + <th><a class=property href="#animation-fill-mode">animation-fill-mode</a> <td>none | forwards | backwards | both [, none | forwards | backwards | @@ -1702,7 +1703,7 @@ <td>visual <tr> - <td><a class=property + <th><a class=property href="#animation-iteration-count">animation-iteration-count</a> <td>infinite | <number> [, infinite | <number>]* @@ -1718,7 +1719,7 @@ <td>visual <tr> - <td><a class=property href="#animation-name">animation-name</a> + <th><a class=property href="#animation-name">animation-name</a> <td>none | IDENT [, none | IDENT ]* @@ -1733,7 +1734,7 @@ <td>visual <tr> - <td><a class=property + <th><a class=property href="#animation-play-state">animation-play-state</a> <td>running | paused [, running | paused]* @@ -1749,7 +1750,7 @@ <td>visual <tr> - <td><a class=property + <th><a class=property href="#animation-timing-function">animation-timing-function</a> <td>ease | linear | ease-in | ease-out | ease-in-out | step-start |
Received on Friday, 25 November 2011 23:57:36 UTC