Closed
Bug 1121510
Opened 11 years ago
Closed 11 years ago
The -moz-{min,max,fit}-content and -moz-available values should be supported for block-size (height) as well as inline-size (width)
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
DUPLICATE
of bug 567039
People
(Reporter: jfkthame, Unassigned)
References
(Blocks 1 open bug)
Details
Currently, we support these keywords only for the CSS {min-,max-,}width properties. (And for flex-basis, actually, but that's a separate matter.)
With the conversion to logical coordinates in layout, this really means that they're supported for the inline dimension, but not the block dimension. But they're still parsed only for width, not for height.
In vertical writing modes, this leads to a mismatch: we may parse these values for width, but that's the block dimension and they're not actually implemented when nsFrame::ComputeSize comes to work on the block-size.
We should probably support these values in both block and inline directions, if possible.
Comment 1•11 years ago
|
||
Isn't this a dupe of bug 567039 and bug 527285?
Reporter | ||
Comment 2•11 years ago
|
||
So it is - sorry for the noise. Duping to 567039, as the one that covers more of it.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•