|
10 | 10 | rel=dcterms.rights> |
11 | 11 | <meta content="CSS Transitions" name=dcterms.title> |
12 | 12 | <meta content=text name=dcterms.type> |
13 | | - <meta content=2014-01-27 name=dcterms.date> |
| 13 | + <meta content=2014-01-29 name=dcterms.date> |
14 | 14 | <meta content="L. David Baron" name=dcterms.creator> |
15 | 15 | <meta content=W3C name=dcterms.publisher> |
16 | 16 | <meta content="http://dev.w3.org/csswg/css3-transitions/" |
|
40 | 40 |
|
41 | 41 | <h1>CSS Transitions</h1> |
42 | 42 |
|
43 | | - <h2 class="no-num no-toc">Editor's Draft 27 January 2014</h2> |
| 43 | + <h2 class="no-num no-toc">Editor's Draft 29 January 2014</h2> |
44 | 44 |
|
45 | 45 | <dl> |
46 | 46 | <dt>This version: |
@@ -994,8 +994,8 @@ <h2 id=starting><span class=secno>3. </span> Starting of transitions</h2> |
994 | 994 |
|
995 | 995 | <p class=issue> This wording needs to handle already-running transitions |
996 | 996 | better! Need to cancel a transition that hasn't moved yet when we're |
997 | | - resetting to its start value! Define cancelling as not firing transition |
998 | | - events. And point to other occurrence of cancelling in reversing section. |
| 997 | + resetting to its start value! Define canceling as not firing transition |
| 998 | + events. And point to other occurrence of canceling in reversing section. |
999 | 999 |
|
1000 | 1000 | <div class=note> |
1001 | 1001 | <p> Note that this definition of the <a |
@@ -1287,7 +1287,7 @@ <h2 id=transition-events><span class=secno>5. </span><a |
1287 | 1287 | type <code>DOMString</code>, readonly |
1288 | 1288 |
|
1289 | 1289 | <dd> The name (beginning with two colons) of the CSS pseudo-element on |
1290 | | - which the transition occured (in which case the target of the event |
| 1290 | + which the transition occurred (in which case the target of the event |
1291 | 1291 | is that pseudo-element's corresponding element), or the empty string |
1292 | 1292 | if the transition occurred on an element (which means the target of |
1293 | 1293 | the event is that element). |
@@ -1767,8 +1767,8 @@ <h2 id=changes><span class=secno>8. </span>Changes since Working Draft of |
1767 | 1767 |
|
1768 | 1768 | <ul> |
1769 | 1769 | <li>The transitionend event is no longer cancelable. This is since it has |
1770 | | - no default action, so cancelling it would have no meaning. It also |
1771 | | - matches the animation events. |
| 1770 | + no default action, so canceling it would have no meaning. It also matches |
| 1771 | + the animation events. |
1772 | 1772 |
|
1773 | 1773 | <li class=issue>... ADD CHANGES HERE ... |
1774 | 1774 | </ul> |
|
0 commit comments