calc() as CSS unit value
- CRMethod of allowing calculated values for length units, i.e. width: calc(100% - 3em)
IE
- 5.5 - 8: Not supported
- 9: Partial support
- 10: Partial support
- 11: Partial support
Edge
- 12 - 90: Supported
- 91: Supported
Firefox
- 2 - 3.6: Not supported
- 4 - 15: Supported
- 16 - 88: Supported
- 89: Supported
- 90 - 91: Supported
Chrome
- 4 - 18: Not supported
- 19 - 25: Supported
- 26 - 90: Supported
- 91: Supported
- 92 - 94: Supported
Safari
- 3.1 - 5.1: Not supported
- 6: Supported
- 6.1 - 14: Supported
- 14.1: Supported
- 15 - TP: Supported
Opera
- 9 - 12.1: Not supported
- 15 - 75: Supported
- 76: Supported
Safari on iOS
- 3.2 - 5.1: Not supported
- 6: Supported
- 7 - 14.4: Supported
- 14.5: Supported
Opera Mini
- all: Not supported
Android Browser
- 2.1 - 4.3: Not supported
- 4.4 - 4.4.4: Partial support
- 91: Supported
Opera Mobile
- 10 - 12.1: Not supported
- 62: Supported
Chrome for Android
- 91: Supported
Firefox for Android
- 89: Supported
UC Browser for Android
- 12.12: Supported
Samsung Internet
- 4 - 13.0: Supported
- 14.0: Supported
QQ Browser
- 10.4: Supported
Baidu Browser
- 7.12: Supported
KaiOS Browser
- 2.5: Supported
Support can be somewhat emulated in older versions of IE using the non-standard expression() syntax.
Due to the way browsers handle sub-pixel rounding differently, layouts using calc() expressions may have unexpected results.