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
As an example, in the following code fragment, when the specified style of <code>elem</code> is initially updated, a user agent may defer recalculating
552
552
the computed value of the <aclass="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-animations-1/#propdef-animation">animation</a> property.
553
-
<p>However, the <code>getAnimations</code> method from the<codeclass="idl"><adata-link-type="idl" href="https://dom.spec.whatwg.org/#element">Element</a></code>interface
554
-
which is specified by <adata-link-type="biblio" href="#biblio-web-animations">[WEB-ANIMATIONS]</a> can return <codeclass="idl"><adata-link-type="idl" href="#cssanimation">CSSAnimation</a></code> objects as
555
-
defined in this specification, and hence the user agent must calculate the
556
-
updated value <code>elem</code>’s <aclass="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-animations-1/#propdef-animation">animation</a> property and create
557
-
the requested <codeclass="idl"><adata-link-type="idl" href="#cssanimation">CSSAnimation</a></code> object before returning its result.</p>
553
+
<p>However, the <codeclass="idl"><adata-link-type="idl" href="http://www.w3.org/TR/web-animations/#dom-animatable-getanimations">getAnimations()</a></code> method called on<code>elem</code> is specified by Web Animations and can return <codeclass="idl"><adata-link-type="idl" href="#cssanimation">CSSAnimation</a></code>objects as
554
+
defined in this specification.
555
+
Hence, as result of the requirements in this section, the user agent must
556
+
calculate the updated value of <code>elem</code>’s <aclass="property" data-link-type="propdesc" href="https://drafts.csswg.org/css-animations-1/#propdef-animation">animation</a> property and
557
+
create the requested <codeclass="idl"><adata-link-type="idl" href="#cssanimation">CSSAnimation</a></code> object before returning its result.</p>
0 commit comments