- From: Simon Fraser via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 08 Feb 2012 13:59:15 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-animations In directory hutz:/tmp/cvs-serv26256 Modified Files: ChangeLog Overview.html Overview.src.html Log Message: 2012-02-08 simon.fraser@apple.com Fix https://www.w3.org/Bugs/Public/show_bug.cgi?id=14797 - make Animation events non-cancelable. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-animations/Overview.html,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- Overview.html 31 Jan 2012 07:58:27 -0000 1.20 +++ Overview.html 8 Feb 2012 13:59:13 -0000 1.21 @@ -15,15 +15,15 @@ <h1>CSS Animations</h1> - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 January + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 February 2012</h2> <dl> <dt>This version: <dd><a - href="http://www.w3.org/TR/2012/ED-css3-animations-20120131/">http://dev.w3.org/csswg/css3-animations/</a> - <!--http://www.w3.org/TR/2012/WD-css3-animations-20120131--> + href="http://www.w3.org/TR/2012/ED-css3-animations-20120208/">http://dev.w3.org/csswg/css3-animations/</a> + <!--http://www.w3.org/TR/2012/WD-css3-animations-20120208--> <dt>Latest version: @@ -1292,7 +1292,7 @@ <ul> <li>Bubbles: Yes - <li>Cancelable: Yes + <li>Cancelable: No <li>Context Info: animationName </ul> @@ -1304,7 +1304,7 @@ <ul> <li>Bubbles: Yes - <li>Cancelable: Yes + <li>Cancelable: No <li>Context Info: animationName, elapsedTime </ul> @@ -1319,7 +1319,7 @@ <ul> <li>Bubbles: Yes - <li>Cancelable: Yes + <li>Cancelable: No <li>Context Info: animationName, elapsedTime </ul> Index: ChangeLog =================================================================== RCS file: /sources/public/csswg/css3-animations/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- ChangeLog 31 Jan 2012 07:58:27 -0000 1.11 +++ ChangeLog 8 Feb 2012 13:59:12 -0000 1.12 @@ -1,3 +1,6 @@ +2012-02-08 simon.fraser@apple.com + Fix https://www.w3.org/Bugs/Public/show_bug.cgi?id=14797 - make Animation events non-cancelable. + 2012-01-31 simon.fraser@apple.com Removed unused style, which broke the propdef tables Go back to the Editors Draft stylesheet. Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-animations/Overview.src.html,v retrieving revision 1.21 retrieving revision 1.22 diff -u -d -r1.21 -r1.22 --- Overview.src.html 31 Jan 2012 07:58:27 -0000 1.21 +++ Overview.src.html 8 Feb 2012 13:59:13 -0000 1.22 @@ -1323,7 +1323,7 @@ <ul> <li>Bubbles: Yes </li> - <li>Cancelable: Yes + <li>Cancelable: No </li> <li>Context Info: animationName </li> @@ -1337,7 +1337,7 @@ <ul> <li>Bubbles: Yes </li> - <li>Cancelable: Yes + <li>Cancelable: No </li> <li>Context Info: animationName, elapsedTime </li> @@ -1351,7 +1351,7 @@ <ul> <li>Bubbles: Yes </li> - <li>Cancelable: Yes + <li>Cancelable: No </li> <li>Context Info: animationName, elapsedTime </li>
Received on Wednesday, 8 February 2012 14:01:20 UTC