tabindex global attribute
Specifies the focusability of the element and in what order (if any) it should become focused (relative to other elements) when "tabbing" through the document.
IE | Edge | Firefox | Chrome | Safari | Opera | iOS Safari | Opera Mini | Android Browser | Blackberry Browser | Opera Mobile | Chrome for Android | Firefox for Android | IE Mobile | UC Browser for Android | Samsung Internet | QQ Browser | Baidu Browser |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
49 | |||||||||||||||||
56 | 9.3
See notes:
|
4.4 | |||||||||||||||
14 | 52
See notes:
|
57 | 10
See notes:
|
10.0-10.2
See notes:
|
4.4.3-4.4.4 | 4 | |||||||||||
11 | 15 | 53
See notes:
|
58 | 10.1
See notes:
|
44 | 10.3
See notes:
|
all | 56 | 10 | 37 | 57 | 52 | 11 | 11.4 | 5 | 1.2 | 7.12 |
54
See notes:
|
59 | TP
See notes:
|
45 | ||||||||||||||
55
See notes:
|
60 | 46 | |||||||||||||||
56
See notes:
|
61 |
Notes
Mac OS X "Full Keyboard Access" refers to setting Keyboard→Shortcuts→Full Keyboard Access to "All controls" in the System Preferences.
"Unknown" support for mobile browsers is due to lacking a method of tabbing through fields.
-
1
On Mac OS X, unless Full Keyboard Access is enabled,
<a>
elements are not keyboard-focusable, even if they havetabindex="0"
. -
2
<a>
elements are never keyboard-focusable, even if they havetabindex="0"
. Unless Full Keyboard Access is enabled, then<button>
s, radio buttons, and checkboxes are also not keyboard-focusable, even if they havetabindex="0"
. -
3
Has "previous" and "next" virtual keyboard buttons that follow tabindex order.