The ‘nav-index’ property is an input-method-neutral way of specifying the sequential navigation order (also known as “tabbing order”).
Name:
nav-index
Value:
auto | <number> | inherit
Initial:
auto
Applies to:
all enabled elements
Inherited:
no
Percentages:
n/a
Media:
interactive
Computed value:
specified value.
Syntax
nav-index: auto|number|inherit;
Values
auto
The element’s sequential navigation order is assigned automatically by the user agent.
<number>
The number (which is non-zero and positive) indicates the sequential navigation order for the element. ‘1‘ means first. Elements with the same nav-index value are navigated in document order when that nav-index value is being navigated.