You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>The <dfndata-dfn-type="dfn" data-noexport="" id="owning-element">owning element<aclass="self-link" href="#owning-element"></a></dfn> of a CSS Animation refers to the element or
188
+
<p>The <dfndata-dfn-type="dfn" data-noexport="" id="owning-element">owning element<aclass="self-link" href="#owning-element"></a></dfn> of an animation refers to the element or
189
189
pseudo-element to which the <aclass="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-animations-1/#propdef-animation-name">animation-name</a> property was applied that generated
190
190
the animation.</p>
191
191
<p>If an animation was generated directly by script (e.g. using
<p>The composite order of CSS Animations <em>without</em> an <adata-link-type="dfn" href="#owning-element">owning element</a> is based on their position in the <adata-link-type="dfn" href="https://w3c.github.io/web-animations/#global-animation-list">global animation list</a>.</p>
248
+
<pclass="issue" id="issue-ea70b453"><aclass="self-link" href="#issue-ea70b453"></a> This differs from the behavior defined for transitions. We should
249
+
probably sort transitions first, then animation, then use the global animation
250
+
list. The reason being that when developer tools etc. hang on to orphaned
251
+
animations and transitions in order to replay them, they should maintain
252
+
roughly the same composite order.</p>
248
253
<p>CSS Animations generated using the markup defined in this specification are <em>not</em> added to the <adata-link-type="dfn" href="https://w3c.github.io/web-animations/#global-animation-list">global animation list</a> when they are created.
249
254
Instead, these animations are appended to the <adata-link-type="dfn" href="https://w3c.github.io/web-animations/#global-animation-list">global animation list</a> at
250
255
the first moment when they transition out of the <adata-link-type="dfn" href="https://w3c.github.io/web-animations/#idle-play-state">idle play state</a> after
0 commit comments