[web-animations-1] Add a pseudoElement option to the element.getAnimations() dict arg.
Categories
(Core :: DOM: Animation, enhancement)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox152 | --- | fixed |
People
(Reporter: mozilla-apprentice, Assigned: canalun)
References
()
Details
(Keywords: dev-doc-complete)
Attachments
(2 files)
Resolutions were made for csswg-drafts/#9908.
[view-transitions-2] Add method to get all animations of a ViewTransition object
- RESOLVED: Add a pseudoElement option to the element.getAnimations() dict arg. subtree:true/false acts on that pseudo as the root
- RESOLVED: Add .transitionRoot readonly property to VT object, reflectring the element hosting the VT.
Updated•1 year ago
|
Updated•1 year ago
|
Comment 1•1 year ago
|
||
For now, this new definition in defined in web-animaitons-1, so I add the dependency to it.
| Assignee | ||
Updated•2 months ago
|
| Assignee | ||
Comment 2•1 month ago
|
||
| Assignee | ||
Comment 3•1 month ago
|
||
Please note that the case of functional pseudo elements still fails, because functional pseudo elements are not supported for animations internally.
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/59433 for changes under testing/web-platform/tests
https://hg.mozilla.org/mozilla-central/rev/6b007c7f2170
https://hg.mozilla.org/mozilla-central/rev/cb5800cb74bf
Upstream PR merged by moz-wptsync-bot
| Assignee | ||
Updated•1 month ago
|
| Assignee | ||
Comment 8•1 month ago
|
||
I added dev-doc-needed, because it would be nice if we could add information about pseudoElement option to MDN of getAnimations (https://developer.mozilla.org/en-US/docs/Web/API/Element/getAnimations).
Updated•23 days ago
|
Comment 9•21 days ago
|
||
FF152 MDN docs work can be tracked in https://github.com/mdn/content/issues/44160
Description
•