CSS outline properties
- CRThe CSS outline properties draw a border around an element that does not affect layout, making it ideal for highlighting. This covers the outline
shorthand, as well as outline-width
, outline-style
, outline-color
and outline-offset
.
IE
- 5.5 - 7: Not supported
- 8: Partial support
- 9 - 10: Partial support
- 11: Partial support
Edge
- 12 - 14: Partial support
- 15 - 86: Supported
- 87: Supported
Firefox
- 2 - 83: Supported
- 84: Supported
- 85 - 86: Supported
Chrome
- 4 - 86: Supported
- 87: Supported
- 88 - 90: Supported
Safari
- 3.1 - 13.1: Supported
- 14: Supported
- TP: Supported
Opera
- 9 - 11.5: Partial support
- 11.6 - 12: Supported
- 12.1: Supported
- 15 - 71: Supported
- 72: Supported
iOS Safari
- 3.2 - 13.7: Supported
- 14: Supported
Opera Mini
- all: Not supported
Android Browser
- 2.1 - 4.4.4: Supported
- 81: Supported
Opera Mobile
- 10 - 11.5: Partial support
- 12 - 12.1: Supported
- 59: Supported
Chrome for Android
- 87: Supported
Firefox for Android
- 83: Supported
UC Browser for Android
- 12.12: Supported
Samsung Internet
- 4 - 12.0: Supported
- 13.0: Supported
QQ Browser
- 10.4: Supported
Baidu Browser
- 7.12: Supported
KaiOS Browser
- 2.5: Supported
Firefox also supports the non-standard -moz-outline-radius
property that acts similar to border-radius
.