Closed
Bug 1594946
Opened 5 years ago
Closed 5 years ago
[css-transforms-2] For the individual transform properties if they spec a value that can be expressed as 2d we treat as 2d and serialize accordingly
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: mozilla-apprentice, Assigned: boris)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
Resolutions were made for csswg-drafts/#3305.
[css-transforms-2] Is it necessary to serialize all 3 components of translate given the 3rd component is 0px
- RESOLVED: For the individual transform properties if they spec a value that can be expressed as 2d we treat as 2d and serialize accordingly
- RESOLVED: Require transform funcitons to be downgraded to 2d if possible
Assignee | ||
Updated•5 years ago
|
Blocks: individual-transform
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → boris.chiou
Assignee | ||
Comment 1•5 years ago
|
||
For the individual transform properties if they spec a value that can be
expressed as 2d we treat as 2d and serialize accordingly.
Assignee | ||
Updated•5 years ago
|
Component: Layout → CSS Parsing and Computation
Assignee | ||
Updated•5 years ago
|
Summary: [css-transforms-2] Is it necessary to serialize all 3 components of translate given the 3rd component is 0px → [css-transforms-2] For the individual transform properties if they spec a value that can be expressed as 2d we treat as 2d and serialize accordingly
Pushed by bchiou@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/998d992ca22b
Treat 3d translate/scale as 2d if the value can be expressed as 2d. r=emilio
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/20279 for changes under testing/web-platform/tests
Upstream web-platform-tests status checks passed, PR will merge once commit reaches central.
Comment 5•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
Upstream PR merged by moz-wptsync-bot
Depends on: 1599119
You need to log in
before you can comment on or make changes to this bug.
Description
•