implement height/min-height/max-height: -moz-available (i.e. making it fully an alias of 'stretch')
Categories
(Core :: Layout: Block and Inline, enhancement, P3)
Tracking
()
People
(Reporter: dbaron, Assigned: dholbert)
References
(Depends on 2 open bugs, Blocks 2 open bugs, )
Details
(Keywords: dev-doc-needed)
Comment 1•11 years ago
|
||
Comment 3•11 years ago
|
||
Reporter | ||
Updated•10 years ago
|
Reporter | ||
Comment 6•10 years ago
|
||
Comment 7•10 years ago
|
||
Updated•8 years ago
|
Updated•6 years ago
|
Updated•2 years ago
|
Assignee | ||
Updated•8 months ago
|
Assignee | ||
Comment 8•7 months ago
|
||
Tentatively self-assigning, in the interests of paving the way for bug 1872755 to address bug 1886561.
Comment 9•7 months ago
•
|
||
Daniel, based on the new summary and the description, this looks like a duplicate of bug 1789477 (or the other way round, as this one's older and has more context).
If that's the case and it's decided to keep this bug open, it should block bug 1789467 and the URL needs to be updated to https://drafts.csswg.org/css-sizing-4/#sizing-values.
Sebastian
Assignee | ||
Comment 10•7 months ago
•
|
||
(In reply to Sebastian Zartner [:sebo] from comment #9)
Daniel, based on the new summary and the description, this looks like a duplicate of bug 1789477 (or the other way round, as this one's older and has more context).
Not quite. There are three (at least) distinct but related things to do in this neighborhood. Here's how I'm envisioning the split:
(1) This bug here is just about making the existing -moz-available
keyword work properly (instead of behaving as auto
) for height
and min-height
and max-height
; in particular, being treated as an actual pixel value when the containing block has a definite height.
(2) Bug 1789477 is about shipping the new/standardized keyword name which is stretch
(possibly just as an alias)
(3) Bug 1872755 is about adding support for the -webkit-fill-available
keyword (probably just as an alias)
I'm most concerned with (3) for the moment since it's causing compat pain, but (2) would be nice as well. They both depend on (1) though (this bug).
Assignee | ||
Comment 11•5 months ago
•
|
||
Evolution of the breakdown in comment 10: I just posted a new plan in bug 1872755 comment 9 where I'm swapping the order of (1) and (3) from comment 10 here -- i.e. shipping -webkit-fill-available
first and fixing -moz-available
last. (That last part is still this bug, but in the way I'm envisioning it now, it'll essentially just be an aliasing/dead-code-removal action at that point.)
Assignee | ||
Updated•15 days ago
|
Description
•