W3cubDocs

/SVG

tabindex

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) ? ? ?

© 2005–2017 Mozilla Developer Network and individual contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/tabindex