File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -234,6 +234,18 @@ last) as follows:
234234 computed value of the 'animation-name' property of the (common) <a>owning
235235 element</a>.
236236
237+ When determining the composite order in order
238+ to sort [[#events|animation events]]
239+ where either or both of the events is an {{animationcancel}} event,
240+ treat the CSS Animation(s) for which the {{animationcancel}} event was generated
241+ as having an [=owning element=] corresponding to
242+ the owning element in use at the moment when the CSS Animation was cancelled.
243+ Furthermore,
244+ use the position of the animation in the 'animation-name' property
245+ in effect at the time when the CSS Animation was cancelled
246+ sorting such that positions of cancelled animations sort
247+ before positions of animations that have not been cancelled.
248+
237249The composite order of CSS Animations <em>without</em> an <a>owning element</a>
238250is based on their position in the <a>global animation list</a>.
239251
You can’t perform that action at this time.
0 commit comments