File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -363,6 +363,11 @@ are sorted in composite order (first to last) as follows:
363
363
such that ‘-moz-column-width’ sorts before
364
364
‘column-width’).
365
365
366
+ When determining the composite order in order to sort transition events
367
+ where either or both of the events is a {{transitioncancel}} event,
368
+ use the [=owning element=] and [=transition generation=]
369
+ that were set immediately prior to cancelling the transition.
370
+
366
371
Transitions generated using the markup defined in this specification are
367
372
<em> not</em> added to the <a>global animation list</a> when they are created.
368
373
Instead, these animations are appended to the <a>global animation list</a> at
@@ -372,7 +377,7 @@ Transitions that have been disassociated from their <a>owning element</a>
372
377
but are still [=play state/idle=] do not have a defined
373
378
composite order.
374
379
375
- Note, this behavior relies on the fact that disassociating a transition
380
+ Note: This behavior relies on the fact that disassociating a transition
376
381
from its <a>owning element</a> always causes it to enter (or remain) in the
377
382
[=play state/idle|idle play state=] .
378
383
You can’t perform that action at this time.
0 commit comments