Skip to content

Commit 3802922

Browse files
committed
[css-transitions] Add missing statement that transition needs to be canceled.
1 parent 7b7542f commit 3802922

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

css-transitions/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1137,7 +1137,8 @@ <h2 id=starting><span class=secno>3. </span> Starting of transitions</h2>
11371137
in the <a href="#after-change-style">after-change style</a>,
11381138
</ul>
11391139

1140-
<li> Otherwise, implementations must start a new transition whose:
1140+
<li> Otherwise, implementations must cancel the running transition and
1141+
start a new transition whose:
11411142
<ul>
11421143
<li> <a href="#start-time">start time</a> is the time of the <a
11431144
href="#style-change-event">style change event</a> plus the matching

css-transitions/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,8 +1160,8 @@ <h2 id="starting">
11601160
</ul>
11611161
</li>
11621162
<li>
1163-
Otherwise, implementations must start a new transition
1164-
whose:
1163+
Otherwise, implementations must cancel the running transition
1164+
and start a new transition whose:
11651165
<ul>
11661166
<li>
11671167
<span>start time</span> is

0 commit comments

Comments
 (0)