Bug 179536

Summary: [Web Animations] Order and filter animations returned by getAnimations() correctly
Product: WebKit Reporter: Antoine Quint <graouts>
Component: AnimationsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: dino
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=179535
https://bugs.webkit.org/show_bug.cgi?id=122912

Antoine Quint
Reported 2017-11-10 10:07:55 PST
We introduced a primitive implementation of getAnimations() on Document and Element with https://bugs.webkit.org/show_bug.cgi?id=179535, but we need to implement the finer aspects of those methods to match the spec, specifically the order of returned animations and filtering for animations that are current or in effect. See https://w3c.github.io/web-animations/#dom-document-getanimations and https://w3c.github.io/web-animations/#dom-animatable-getanimations.
Attachments
Antoine Quint
Comment 1 2020-01-27 06:30:33 PST
This has been done across a variety of commits.
Note You need to log in before you can comment on or make changes to this bug.