tabindex

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

登录查看完整内容