Skip to content

Commit a9f5688

Browse files
committed
[css-animations-2] Update conditions for dispatching animationcancel to match animations level 1 and CSS transitions
1 parent a456944 commit a9f5688

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-animations-2/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,8 @@ comparing the animation's phase before and after the sample as follows:
496496
<td><a>interval start</a></td>
497497
</tr>
498498
<tr>
499-
<td>Not <a lt="idle phase">idle</a> &rarr;
499+
<td><em>not</em> <a lt="idle phase">idle</a> and <em>not</em>
500+
<a lt="after phase">after</a>&rarr;
500501
<a lt="idle phase">idle</a></td>
501502
<td><a idl>animationcancel</a></td>
502503
<td>The <a>active time</a> of the animation at the moment it was cancelled

0 commit comments

Comments
 (0)