Bug 179536 - [Web Animations] Order and filter animations returned by getAnimations() correctly
Summary: [Web Animations] Order and filter animations returned by getAnimations() corr...
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-10 10:07 PST by Antoine Quint
Modified: 2020-01-27 06:30 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antoine Quint 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.
Comment 1 Antoine Quint 2020-01-27 06:30:33 PST
This has been done across a variety of commits.