Intrinsic & Extrinsic Sizing
- WDAllows for the heights and widths to be specified in intrinsic values using the max-content
, min-content
, fit-content
and stretch
(formerly fill
) properties.
Chrome
- 4 - 21: Not supported
- 22 - 45: Supported
- 46 - 93: Supported
- 94 - 113: Supported
- 114: Supported
- 115 - 117: Supported
Edge
- 12 - 18: Not supported
- 79 - 93: Supported
- 94 - 113: Supported
- 114: Supported
Safari
- 3.1 - 6: Not supported
- 6.1 - 8: Partial support
- 9 - 10.1: Partial support
- 11 - 15.6: Partial support
- 16.0 - 16.4: Supported
- 16.5: Supported
- 16.6 - TP: Supported
Firefox
- 2: Not supported
- 3 - 65: Partial support
- 66 - 112: Partial support
- 113: Partial support
- 114 - 115: Partial support
Opera
- 9 - 12.1: Not supported
- 15 - 32: Supported
- 33: Supported
- 34: Supported
- 35 - 94: Supported
- 95 - 98: Supported
- 99: Supported
IE
- 5.5 - 10: Not supported
- 11: Not supported
Chrome for Android
- 114: Supported
Safari on iOS
- 3.2 - 6.1: Not supported
- 7 - 8.4: Partial support
- 9 - 13.7: Partial support
- 14 - 15.6: Partial support
- 16.0 - 16.4: Supported
- 16.5: Supported
- 17: Supported
Samsung Internet
- 4: Supported
- 5 - 16.0: Supported
- 17.0 - 20: Supported
- 21: Supported
Opera Mini
- all: Not supported
Opera Mobile
- 10 - 12.1: Not supported
- 73: Supported
UC Browser for Android
- 13.4: Supported
Android Browser
- 2.1 - 4.3: Not supported
- 4.4 - 4.4.4: Supported
- 113: Supported
Firefox for Android
- 113: Partial support
QQ Browser
- 13.1: Supported
Baidu Browser
- 13.18: Supported
KaiOS Browser
- 2.5: Partial support
- 3: Partial support
Prefixes are on the values, not the property names (e.g. -webkit-min-content)
Older webkit browsers also support the unofficial intrinsic
value which acts the same as max-content
.
- Resources:
- Min-Content tutorial