Unprefix min-content and max-content keywords
Categories
(Core :: Layout, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox66 | --- | fixed |
People
(Reporter: dbaron, Assigned: boris)
References
(Blocks 6 open bugs, )
Details
(Keywords: dev-doc-complete, DevAdvocacy, site-compat, Whiteboard: [DevRel:P1][wptsync upstream])
Attachments
(9 files)
|
935 bytes,
text/html
|
Details | |
|
1.05 KB,
text/html
|
Details | |
|
46 bytes,
text/x-phabricator-request
|
Details | Review | |
|
46 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
9.12 KB,
image/png
|
Details | |
|
9.16 KB,
image/png
|
Details | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review |
Updated•9 years ago
|
Comment 1•9 years ago
|
||
| Reporter | ||
Comment 2•9 years ago
|
||
Comment 3•9 years ago
|
||
Updated•8 years ago
|
Comment 5•7 years ago
|
||
| Assignee | ||
Comment 6•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Comment 7•7 years ago
|
||
| Assignee | ||
Comment 8•7 years ago
|
||
Comment 10•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 11•7 years ago
|
||
| Assignee | ||
Comment 12•7 years ago
|
||
| Assignee | ||
Comment 13•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
Comment 14•7 years ago
|
||
Comment 15•7 years ago
|
||
| Assignee | ||
Comment 16•7 years ago
|
||
Comment 17•7 years ago
|
||
Comment 18•7 years ago
|
||
Comment 19•7 years ago
|
||
Comment 20•7 years ago
|
||
Comment 21•7 years ago
|
||
| Assignee | ||
Comment 22•7 years ago
|
||
Updated•7 years ago
|
Comment 23•7 years ago
|
||
| Assignee | ||
Comment 24•7 years ago
|
||
Comment 25•7 years ago
|
||
| Assignee | ||
Comment 26•7 years ago
|
||
| Reporter | ||
Comment 27•7 years ago
|
||
| Assignee | ||
Comment 28•7 years ago
|
||
| Reporter | ||
Comment 29•7 years ago
|
||
| Assignee | ||
Comment 30•7 years ago
|
||
| Reporter | ||
Comment 31•7 years ago
|
||
| Assignee | ||
Comment 32•7 years ago
|
||
Updated•7 years ago
|
| Assignee | ||
Comment 33•7 years ago
|
||
Updated•7 years ago
|
Updated•7 years ago
|
| Assignee | ||
Comment 34•7 years ago
|
||
Updated•7 years ago
|
| Assignee | ||
Comment 35•7 years ago
|
||
Updated•7 years ago
|
| Assignee | ||
Updated•7 years ago
|
Updated•7 years ago
|
| Assignee | ||
Comment 36•7 years ago
|
||
Comment 37•7 years ago
|
||
Comment 39•7 years ago
|
||
Comment 40•7 years ago
|
||
Comment 41•7 years ago
|
||
Comment 42•7 years ago
|
||
| bugherder | ||
| Reporter | ||
Comment 44•7 years ago
|
||
| Reporter | ||
Comment 45•7 years ago
|
||
| Reporter | ||
Updated•7 years ago
|
| Assignee | ||
Comment 46•7 years ago
|
||
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 47•7 years ago
|
||
| Assignee | ||
Comment 48•7 years ago
|
||
| Assignee | ||
Comment 49•7 years ago
|
||
Comment 50•7 years ago
|
||
Comment 51•7 years ago
|
||
| Assignee | ||
Comment 52•7 years ago
|
||
| Assignee | ||
Comment 53•7 years ago
|
||
Comment 54•7 years ago
|
||
Comment 55•7 years ago
|
||
| bugherder | ||
| Reporter | ||
Comment 56•7 years ago
|
||
Comment 57•7 years ago
|
||
| Assignee | ||
Comment 58•7 years ago
|
||
Updated•7 years ago
|
Comment 59•6 years ago
|
||
Hi Boris,
I'm working on updating the MDN compat data in light of this change. Can you help me out with a list of the properties that support the min-content and max-content keywords?
So far I've got
width
height
min-width
max-width
min-height
max-height
flex-basis
what others are there?
Thanks!
| Assignee | ||
Comment 60•6 years ago
|
||
(In reply to Chris Mills (Mozilla, MDN editor) [:cmills] from comment #59)
So far I've got
width
height
min-width
max-width
min-height
max-height
flex-basiswhat others are there?
The following properties:
width, height, min-width, min-height, max-width, max-height, flex-basis,
And
block-size, inline-size,
min-block-size, min-inline-size,
max-block-size, max-inline-size,
Thanks for updating mdn. :)
Comment 61•6 years ago
|
||
(In reply to Boris Chiou [:boris] from comment #60)
(In reply to Chris Mills (Mozilla, MDN editor) [:cmills] from comment #59)
So far I've got
width
height
min-width
max-width
min-height
max-height
flex-basiswhat others are there?
The following properties:
width, height, min-width, min-height, max-width, max-height, flex-basis,
And
block-size, inline-size,
min-block-size, min-inline-size,
max-block-size, max-inline-size,Thanks for updating mdn. :)
Great, thanks a lot for the help Boris.
I've updated the compat data for all of the properties: https://github.com/mdn/browser-compat-data/pull/3573
I've also added a note to the Fx66 rel notes: https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/66#CSS
Let me know if that looks OK. Thanks!
Updated•6 years ago
|
Updated•1 year ago
|
Updated•8 months ago
|
Description
•