:focus-visible CSS pseudo-class
- UNOFFThe :focus-visible
pseudo-class applies while an element matches the :focus
pseudo-class, and the UA determines via heuristics that the focus should be specially indicated on the element (typically via a “focus ring”).
IE
- 5.5 - 10: Not supported
- 11: Not supported
Edge
- 12 - 18: Not supported
- 79 - 85: Disabled by default
- 86 - 87: Supported
- 88: Supported
Firefox
- 2 - 3.6: Not supported
- 4 - 84: Supported
- 85: Supported
- 86 - 87: Supported
Chrome
- 4 - 66: Not supported
- 67 - 85: Disabled by default
- 86 - 87: Supported
- 88: Supported
- 89 - 91: Supported
Safari
- 3.1 - 13.1: Not supported
- 14: Not supported
- TP: Not supported
Opera
- 9 - 65: Not supported
- 66 - 71: Disabled by default
- 72: Supported
- 73: Supported
iOS Safari
- 3.2 - 13.7: Not supported
- 14: Not supported
Opera Mini
- all: Not supported
Android Browser
- 2.1 - 4.4.4: Not supported
- 81: Supported
Opera Mobile
- 10 - 12.1: Not supported
- 59: Not supported
Chrome for Android
- 88: Supported
Firefox for Android
- 85: Supported
UC Browser for Android
- 12.12: Not supported
Samsung Internet
- 4 - 12.0: Not supported
- 13.0: Not supported
QQ Browser
- 10.4: Not supported
Baidu Browser
- 7.12: Not supported
KaiOS Browser
- 2.5: Supported
Previously drafted as :focus-ring
- Resources:
- Chrome does not support CSS Selectors 4 :focus-visible
- WebKit bug #140144: Add support for `-webkit-focusring` CSS pseudo class
- Bugzilla: Add :focus-visible (former :focus-ring)
- Bugzilla: implement :focus-visible pseudo-class (rename/alias :-moz-focusring)
- Mozilla Developer Network (MDN) documentation - :-moz-focusring
- Prototype for `:focus-visible`
- Blink: Intent to implement :focus-visible pseudo class.
- Microsoft Edge implementation suggestion