« SVG Attribute reference home
The tabindex SVG attribute allows you to control whether an element is focusable and to define the relative order of the element for the purposes of sequential focus navigation.
Usage context
| Categories | None |
|---|---|
| Value | valid integer |
| Animatable | No |
| Initial value | (None) |
- integer
- Relative order of the element for the purposes of sequential focus navigation.
Examples
<circle cx="100" cy="100" r="50" tabindex="2" />
Elements
All SVG elements can use this attribute.
Specifications
| Specification | Status | Comment |
|---|---|---|
| Scalable Vector Graphics (SVG) 2 The definition of 'tabindex' in that specification. |
Candidate Recommendation | Initial definition |
Browser compatibility
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Edge | Opera | Safari |
|---|---|---|---|---|---|---|
| Basic support | ? | 51.0 (51.0) | ? | ? | ? | ? |
| Feature | Android | Firefox Mobile (Gecko) | IE Phone | Opera Mobile | Safari Mobile |
|---|---|---|---|---|---|
| Basic support | ? | 51.0 (51.0) | ? | ? | ? |
Document Tags and Contributors
Tags:
Contributors to this page:
Sebastianz
Last updated by:
Sebastianz,