Skip to content

Commit aa578d7

Browse files
committed
2012-02-08 simon.fraser@apple.com
Fix https://www.w3.org/Bugs/Public/show_bug.cgi?id=14797 - make Animation events non-cancelable.
1 parent 4505d1b commit aa578d7

3 files changed

Lines changed: 12 additions & 9 deletions

File tree

css3-animations/ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2012-02-08 simon.fraser@apple.com
2+
Fix https://www.w3.org/Bugs/Public/show_bug.cgi?id=14797 - make Animation events non-cancelable.
3+
14
2012-01-31 simon.fraser@apple.com
25
Removed unused style, which broke the propdef tables
36
Go back to the Editors Draft stylesheet.

css3-animations/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515

1616
<h1>CSS Animations</h1>
1717

18-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 January
18+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 February
1919
2012</h2>
2020

2121
<dl>
2222
<dt>This version:
2323

2424
<dd><a
25-
href="http://www.w3.org/TR/2012/ED-css3-animations-20120131/">http://dev.w3.org/csswg/css3-animations/</a>
26-
<!--http://www.w3.org/TR/2012/WD-css3-animations-20120131-->
25+
href="http://www.w3.org/TR/2012/ED-css3-animations-20120208/">http://dev.w3.org/csswg/css3-animations/</a>
26+
<!--http://www.w3.org/TR/2012/WD-css3-animations-20120208-->
2727

2828
<dt>Latest version:
2929

@@ -1292,7 +1292,7 @@ <h2 id=animation-events-><span class=secno>4. </span> Animation Events</h2>
12921292
<ul>
12931293
<li>Bubbles: Yes
12941294

1295-
<li>Cancelable: Yes
1295+
<li>Cancelable: No
12961296

12971297
<li>Context Info: animationName
12981298
</ul>
@@ -1304,7 +1304,7 @@ <h2 id=animation-events-><span class=secno>4. </span> Animation Events</h2>
13041304
<ul>
13051305
<li>Bubbles: Yes
13061306

1307-
<li>Cancelable: Yes
1307+
<li>Cancelable: No
13081308

13091309
<li>Context Info: animationName, elapsedTime
13101310
</ul>
@@ -1319,7 +1319,7 @@ <h2 id=animation-events-><span class=secno>4. </span> Animation Events</h2>
13191319
<ul>
13201320
<li>Bubbles: Yes
13211321

1322-
<li>Cancelable: Yes
1322+
<li>Cancelable: No
13231323

13241324
<li>Context Info: animationName, elapsedTime
13251325
</ul>

css3-animations/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1323,7 +1323,7 @@ <h2>
13231323
<ul>
13241324
<li>Bubbles: Yes
13251325
</li>
1326-
<li>Cancelable: Yes
1326+
<li>Cancelable: No
13271327
</li>
13281328
<li>Context Info: animationName
13291329
</li>
@@ -1337,7 +1337,7 @@ <h2>
13371337
<ul>
13381338
<li>Bubbles: Yes
13391339
</li>
1340-
<li>Cancelable: Yes
1340+
<li>Cancelable: No
13411341
</li>
13421342
<li>Context Info: animationName, elapsedTime
13431343
</li>
@@ -1351,7 +1351,7 @@ <h2>
13511351
<ul>
13521352
<li>Bubbles: Yes
13531353
</li>
1354-
<li>Cancelable: Yes
1354+
<li>Cancelable: No
13551355
</li>
13561356
<li>Context Info: animationName, elapsedTime
13571357
</li>

0 commit comments

Comments
 (0)