Closed
Bug 1217256
Opened 10 years ago
Closed 10 years ago
The composite member of keyframe objects should be absent when the default behavior of the effect is being used
Categories
(Core :: DOM: Animation, defect)
Core
DOM: Animation
Tracking
()
RESOLVED
DUPLICATE
of bug 1245748
| Tracking | Status | |
|---|---|---|
| firefox44 | --- | affected |
People
(Reporter: birtles, Unassigned)
References
Details
The current spec says that getFrames() using a dictionary definition where 'composite' is not set unless the frame is overriding the keyframe effect's composite mode:
http://w3c.github.io/web-animations/#dictdef-basecomputedkeyframe
We currently set composite to 'replace' in getFrames() unconditionally but, by the spec, we should not set this member.
This is partly because the spec has been updated, but even with the old version of the spec we should have been setting this to null to indicate the same thing.
| Reporter | ||
Comment 1•10 years ago
|
||
This has been fixed in the part of bug 1245748 that has already landed.
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•