Boris Chiou
2018-10-02 19:48:47 UTC
Summary:
`max-content` and `min-content` are sizing values for width, min-width,
max-width, height, min-height, max-height, inline-size, min-inline-size,
max-inline-size, and flex-basis. We support these two keywords with -moz-
prefix for many years, and Google Chrome has shipped them for 3 years. Our
implementation on inline-size dimension are stable, and it'd be nicer to
unprefix the keywords so people don't have to write both versions (i.e.
prefixed and unprefixed) on their websites. Therefore, I think it's worth
to unprefix them.
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1322780
<https://bugzilla.mozilla.org/show_bug.cgi?id=1141895>
Link to standard: https://drafts.csswg.org/css-sizing/#sizing-values
Platform coverage: all platforms
Estimated or target release: Firefox 64
Do other browser engines implement this?
Chrome has shipped unprefixed max-content and min-content values from 46
[1]. Safari still uses -webkit- prefixed.
Preference behind which this will be implemented: n/a
DevTools bug: n/a
[1] https://caniuse.com/#feat=intrinsic-width
`max-content` and `min-content` are sizing values for width, min-width,
max-width, height, min-height, max-height, inline-size, min-inline-size,
max-inline-size, and flex-basis. We support these two keywords with -moz-
prefix for many years, and Google Chrome has shipped them for 3 years. Our
implementation on inline-size dimension are stable, and it'd be nicer to
unprefix the keywords so people don't have to write both versions (i.e.
prefixed and unprefixed) on their websites. Therefore, I think it's worth
to unprefix them.
Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1322780
<https://bugzilla.mozilla.org/show_bug.cgi?id=1141895>
Link to standard: https://drafts.csswg.org/css-sizing/#sizing-values
Platform coverage: all platforms
Estimated or target release: Firefox 64
Do other browser engines implement this?
Chrome has shipped unprefixed max-content and min-content values from 46
[1]. Safari still uses -webkit- prefixed.
Preference behind which this will be implemented: n/a
DevTools bug: n/a
[1] https://caniuse.com/#feat=intrinsic-width
--
Regards,
Boris
Regards,
Boris