[css-transitions] Add missing statement that transition needs to be canceled.

Tue, 09 Dec 2014 15:14:00 -0800

author
L. David Baron <dbaron@dbaron.org>
date
Tue, 09 Dec 2014 15:14:00 -0800
changeset 14852
1f23cdfa32bd
parent 14851
b75fd150599f
child 14853
8f3f0594619e

[css-transitions] Add missing statement that transition needs to be canceled.

css-transitions/Overview.html file | annotate | diff | comparison | revisions
css-transitions/Overview.src.html file | annotate | diff | comparison | revisions
     1.1 --- a/css-transitions/Overview.html	Tue Dec 09 15:12:29 2014 -0800
     1.2 +++ b/css-transitions/Overview.html	Tue Dec 09 15:14:00 2014 -0800
     1.3 @@ -1137,7 +1137,8 @@
     1.4          in the <a href="#after-change-style">after-change style</a>,
     1.5        </ul>
     1.6  
     1.7 -     <li> Otherwise, implementations must start a new transition whose:
     1.8 +     <li> Otherwise, implementations must cancel the running transition and
     1.9 +      start a new transition whose:
    1.10        <ul>
    1.11         <li> <a href="#start-time">start time</a> is the time of the <a
    1.12          href="#style-change-event">style change event</a> plus the matching
     2.1 --- a/css-transitions/Overview.src.html	Tue Dec 09 15:12:29 2014 -0800
     2.2 +++ b/css-transitions/Overview.src.html	Tue Dec 09 15:14:00 2014 -0800
     2.3 @@ -1160,8 +1160,8 @@
     2.4              </ul>
     2.5            </li>
     2.6            <li>
     2.7 -            Otherwise, implementations must start a new transition
     2.8 -            whose:
     2.9 +            Otherwise, implementations must cancel the running transition
    2.10 +            and start a new transition whose:
    2.11              <ul>
    2.12                <li>
    2.13                  <span>start time</span> is

mercurial