2012-02-08 simon.fraser@apple.com

Wed, 08 Feb 2012 13:59:13 +0000

author
Simon Fraser <simon.fraser@apple.com>
date
Wed, 08 Feb 2012 13:59:13 +0000
changeset 4466
f10deba803c4
parent 4465
77d4f7fcb5f7
child 4467
c53a3fd91546

2012-02-08 simon.fraser@apple.com
Fix https://www.w3.org/Bugs/Public/show_bug.cgi?id=14797 - make Animation events non-cancelable.

css3-animations/ChangeLog file | annotate | diff | comparison | revisions
css3-animations/Overview.html file | annotate | diff | comparison | revisions
css3-animations/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css3-animations/ChangeLog	Wed Feb 08 10:06:38 2012 +0000
     1.2 +++ b/css3-animations/ChangeLog	Wed Feb 08 13:59:13 2012 +0000
     1.3 @@ -1,3 +1,6 @@
     1.4 +2012-02-08 simon.fraser@apple.com
     1.5 +	Fix https://www.w3.org/Bugs/Public/show_bug.cgi?id=14797 - make Animation events non-cancelable.
     1.6 +
     1.7  2012-01-31 simon.fraser@apple.com
     1.8  	Removed unused style, which broke the propdef tables
     1.9  	Go back to the Editors Draft stylesheet.
     2.1 --- a/css3-animations/Overview.html	Wed Feb 08 10:06:38 2012 +0000
     2.2 +++ b/css3-animations/Overview.html	Wed Feb 08 13:59:13 2012 +0000
     2.3 @@ -15,15 +15,15 @@
     2.4  
     2.5     <h1>CSS Animations</h1>
     2.6  
     2.7 -   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 January
     2.8 +   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 February
     2.9      2012</h2>
    2.10  
    2.11     <dl>
    2.12      <dt>This version:
    2.13  
    2.14      <dd><a
    2.15 -     href="http://www.w3.org/TR/2012/ED-css3-animations-20120131/">http://dev.w3.org/csswg/css3-animations/</a>
    2.16 -     <!--http://www.w3.org/TR/2012/WD-css3-animations-20120131-->
    2.17 +     href="http://www.w3.org/TR/2012/ED-css3-animations-20120208/">http://dev.w3.org/csswg/css3-animations/</a>
    2.18 +     <!--http://www.w3.org/TR/2012/WD-css3-animations-20120208-->
    2.19  
    2.20      <dt>Latest version:
    2.21  
    2.22 @@ -1292,7 +1292,7 @@
    2.23      <ul>
    2.24       <li>Bubbles: Yes
    2.25  
    2.26 -     <li>Cancelable: Yes
    2.27 +     <li>Cancelable: No
    2.28  
    2.29       <li>Context Info: animationName
    2.30      </ul>
    2.31 @@ -1304,7 +1304,7 @@
    2.32      <ul>
    2.33       <li>Bubbles: Yes
    2.34  
    2.35 -     <li>Cancelable: Yes
    2.36 +     <li>Cancelable: No
    2.37  
    2.38       <li>Context Info: animationName, elapsedTime
    2.39      </ul>
    2.40 @@ -1319,7 +1319,7 @@
    2.41      <ul>
    2.42       <li>Bubbles: Yes
    2.43  
    2.44 -     <li>Cancelable: Yes
    2.45 +     <li>Cancelable: No
    2.46  
    2.47       <li>Context Info: animationName, elapsedTime
    2.48      </ul>
     3.1 --- a/css3-animations/Overview.src.html	Wed Feb 08 10:06:38 2012 +0000
     3.2 +++ b/css3-animations/Overview.src.html	Wed Feb 08 13:59:13 2012 +0000
     3.3 @@ -1323,7 +1323,7 @@
     3.4            <ul>
     3.5              <li>Bubbles: Yes
     3.6              </li>
     3.7 -            <li>Cancelable: Yes
     3.8 +            <li>Cancelable: No
     3.9              </li>
    3.10              <li>Context Info: animationName
    3.11              </li>
    3.12 @@ -1337,7 +1337,7 @@
    3.13            <ul>
    3.14              <li>Bubbles: Yes
    3.15              </li>
    3.16 -            <li>Cancelable: Yes
    3.17 +            <li>Cancelable: No
    3.18              </li>
    3.19              <li>Context Info: animationName, elapsedTime
    3.20              </li>
    3.21 @@ -1351,7 +1351,7 @@
    3.22            <ul>
    3.23              <li>Bubbles: Yes
    3.24              </li>
    3.25 -            <li>Cancelable: Yes
    3.26 +            <li>Cancelable: No
    3.27              </li>
    3.28              <li>Context Info: animationName, elapsedTime
    3.29              </li>

mercurial