Update transform-box initial & fallback values to match latest CSS WG resolution
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: amelia.bellamy.royds, Unassigned)
References
(Blocks 1 open bug)
Details
Updated•8 years ago
|
Updated•8 years ago
|
Comment 1•3 years ago
|
||
For reference / searchability: the specific CSSWG resolutions here were:
RESOLVED: Add "auto" as initial value for transform-box, give it the current border-box/view-box dual behavior
RESOLVED: Add stroke/padding/content-box, and set up the proper mappings between them for transform-box.
It looks like padding-box
didn't end up making it into the spec (perhaps due to another spec change or resolution), but stroke-box
and content-box
did:
https://drafts.csswg.org/css-transforms/#transform-box
And Firefox's lack-of-support for those values is what's causing these WPT tests to fail:
https://wpt.fyi/results/css/css-transforms/parsing/transform-box-valid.html
https://wpt.fyi/results/css/css-transforms/parsing/transform-box-computed.html
To a first approximation, this bug is probably responsible for all the failures here as well:
https://wpt.fyi/results/css/css-transforms/transform-box?label=master&label=experimental&aligned&q=firefox%3Afail
Updated•2 years ago
|
Comment 2•1 year ago
|
||
(In reply to Daniel Holbert [:dholbert] from comment #1)
For reference / searchability: the specific CSSWG resolutions here were:
RESOLVED: Add "auto" as initial value for transform-box, give it the current border-box/view-box dual behavior RESOLVED: Add stroke/padding/content-box, and set up the proper mappings between them for transform-box.
I didn't see auto
in the current draft version, so I guess there may be some update after this.
Anyway, this is probably duplicated by Bug 1819464 right now.
Updated•1 year ago
|
Description
•