Bug 179536
Summary: | [Web Animations] Order and filter animations returned by getAnimations() correctly | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antoine Quint <graouts> |
Component: | Animations | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Antoine Quint
This has been done across a variety of commits.