File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+
142012-01-31 simon.fraser@apple.com
25 Removed unused style, which broke the propdef tables
36 Go back to the Editors Draft stylesheet.
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments