Closed
Bug 1314537
Opened 8 years ago
Closed 8 years ago
Drop reference to SharedKeyframeList interface
Categories
(Core :: DOM: Animation, defect, P3)
Core
DOM: Animation
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: boris, Assigned: birtles)
References
()
Details
(Keywords: dev-doc-complete)
We haven't implement SharedKeyframeList [1] yet. In addition, we need to fix the spec issues related to SharedKeyframeList [2][3].
[1] https://w3c.github.io/web-animations/#the-sharedkeyframelist-interface
[2] Issue 20: https://w3c.github.io/web-animations/#issue-ffa5fa19
[3] Issue 23: https://w3c.github.io/web-animations/#issue-78a48448
Reporter | ||
Updated•8 years ago
|
Blocks: web-animations
Updated•8 years ago
|
Keywords: dev-doc-needed
Assignee | ||
Comment 1•8 years ago
|
||
Last I spoke to Google, they were going to rework this to use the object types defined in Houdini instead: StylePropertyMaps.
Assignee | ||
Comment 2•8 years ago
|
||
Marking this as P3 in the expectation that this bug will mutate into covering whatever the changes are to the spec that cover this use case, e.g. supporting StylePropertyMaps.
Priority: -- → P3
Assignee | ||
Comment 3•8 years ago
|
||
This has been dropped in https://github.com/w3c/web-animations/commit/17b14a7269c1be263c5525bf42b3892ac80b0938
I'm going to drop the one comment referring to this bug/interface in the code and then close this.
Assignee: nobody → bbirtles
Status: NEW → ASSIGNED
Pushed by bbirtles@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d4f82b73ba6d
Drop comment reference to SharedKeyframeList; r=comment-only, DONTBUILD
Assignee | ||
Comment 5•8 years ago
|
||
Chris, I dropped references to SharedKeyframeList that I could from MDN but I couldn't remove the following pages:
https://developer.mozilla.org/en-US/docs/Web/API/SharedKeyframeList
https://developer.mozilla.org/en-US/docs/Web/API/SharedKeyframeList/SharedKeyframeList
Would you be able to remove them?
Flags: needinfo?(cmills)
Summary: Implement SharedKeyframeList interface → Drop reference to SharedKeyframeList interface
![]() |
||
Comment 6•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
Comment 7•8 years ago
|
||
(In reply to Brian Birtles (:birtles) from comment #5)
> Chris, I dropped references to SharedKeyframeList that I could from MDN but
> I couldn't remove the following pages:
>
> https://developer.mozilla.org/en-US/docs/Web/API/SharedKeyframeList
>
> https://developer.mozilla.org/en-US/docs/Web/API/SharedKeyframeList/
> SharedKeyframeList
>
> Would you be able to remove them?
Yup, I've deleted them.
Flags: needinfo?(cmills)
Assignee | ||
Comment 8•7 years ago
|
||
(In reply to Chris Mills (Mozilla, MDN editor) [:cmills] from comment #7)
> Yup, I've deleted them.
Thanks!
Assignee | ||
Updated•7 years ago
|
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•