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.
IE
- 5.5 - 10: Not supported
- 11: Not supported
Edge
- 12 - 18: Not supported
- 79 - 100: Supported
- 101: Supported
Firefox
- 2: Not supported
- 3 - 65: Partial support
- 66 - 99: Partial support
- 100: Partial support
- 101 - 102: Partial support
Chrome
- 4 - 21: Not supported
- 22 - 45: Supported
- 46 - 100: Supported
- 101: Supported
- 102 - 104: Supported
Safari
- 3.1 - 6: Not supported
- 6.1 - 8: Partial support
- 9 - 10.1: Partial support
- 11 - 15.3: Partial support
- 15.4: Partial support
- TP: Partial support
Opera
- 9 - 12.1: Not supported
- 15 - 32: Supported
- 33: Supported
- 34: Supported
- 35 - 85: Supported
- 86: Supported
- 87: Supported
Safari on iOS
- 3.2 - 6.1: Not supported
- 7 - 8.4: Partial support
- 9 - 13.7: Partial support
- 14 - 15.3: Partial support
- 15.4: Partial support
Opera Mini
- all: Not supported
Android Browser
- 2.1 - 4.3: Not supported
- 4.4 - 4.4.4: Supported
- 101: Supported
Opera Mobile
- 10 - 12.1: Not supported
- 64: Supported
Chrome for Android
- 101: Supported
Firefox for Android
- 100: Partial support
UC Browser for Android
- 12.12: Supported
Samsung Internet
- 4: Supported
- 5 - 15.0: Supported
- 16.0: Supported
QQ Browser
- 10.4: Supported
Baidu Browser
- 7.12: Supported
KaiOS Browser
- 2.5: 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