Open
Bug 1358580
Opened 8 years ago
Updated 2 years ago
GetAnimationCollection should probably assert against receiving ::before and ::after pseudo-elements.
Categories
(Core :: DOM: Animation, enhancement, P3)
Core
DOM: Animation
Tracking
()
NEW
People
(Reporter: emilio, Unassigned)
References
Details
If I understand the setup, we store the effect sets in different properties on the parent element. We should never call into that for a pseudo-element.
There are a few things blocking this:
* Bug 1358575 is a potential blocker.
* Stylo calls StyleNewChildren with the before/after pseudo-element as a parameter, which is completely bogus and should be fixed by bug 1331047 (which I plan to take soon).
* Also bug 1358570.
* Chrome code calling on pseudo-elements to know the real used values of some properties, which should be fixed by bug 1355351.
Let me know if I got anything wrong :)
Updated•8 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•