Closed
Bug 1337735
Opened 8 years ago
Closed 8 years ago
stylo: Implement the serialization for all transform operations
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
INVALID
People
(Reporter: boris, Unassigned)
References
Details
Currently, we only serialize translate on transform property [1]. If we want to support getKeyframes() or getProperties(), we need to serialize all kinds of transform operation correctly.
[1] http://searchfox.org/mozilla-central/rev/848c29538ab007fb95dc6cff194f0e3d3809613d/servo/components/style/properties/longhand/box.mako.rs#1182-1239
Reporter | ||
Updated•8 years ago
|
Reporter | ||
Comment 2•8 years ago
|
||
(In reply to Hiroyuki Ikezoe (:hiro) from comment #1)
> https://github.com/servo/servo/issues/15194
OK. I didn't notice that github issue. Thanks.
Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•