css-transitions/Overview.src.html

changeset 9871
de0aa877c41b
parent 9840
6a829ba57172
child 14185
f89d8556ad29
     1.1 --- a/css-transitions/Overview.src.html	Wed Jan 29 10:44:45 2014 -0800
     1.2 +++ b/css-transitions/Overview.src.html	Wed Jan 29 13:29:37 2014 -0800
     1.3 @@ -988,9 +988,9 @@
     1.4        <p class="issue">
     1.5          This wording needs to handle already-running transitions better!
     1.6          Need to cancel a transition that hasn't moved yet when we're
     1.7 -        resetting to its start value!  Define cancelling as not
     1.8 +        resetting to its start value!  Define canceling as not
     1.9          firing transition events.  And point to other occurrence of
    1.10 -        cancelling in reversing section.
    1.11 +        canceling in reversing section.
    1.12        </p>
    1.13  
    1.14        <div class="note">
    1.15 @@ -1325,7 +1325,7 @@
    1.16                  </dt>
    1.17                  <dd>
    1.18                    The name (beginning with two colons) of the CSS
    1.19 -                  pseudo-element on which the transition occured (in
    1.20 +                  pseudo-element on which the transition occurred (in
    1.21                    which case the target of the event is that
    1.22                    pseudo-element's corresponding element), or the empty
    1.23                    string if the transition occurred on an element (which
    1.24 @@ -1753,7 +1753,7 @@
    1.25  dated 19 November 2013</a>:</p>
    1.26  
    1.27  <ul>
    1.28 -  <li>The transitionend event is no longer cancelable.  This is since it has no default action, so cancelling it would have no meaning.  It also matches the animation events.</p>
    1.29 +  <li>The transitionend event is no longer cancelable.  This is since it has no default action, so canceling it would have no meaning.  It also matches the animation events.</p>
    1.30    <li class="issue">... ADD CHANGES HERE ...
    1.31  </ul>
    1.32  

mercurial