pub const TABINDEX: &str = "tabindex";
The tabindex attribute.
tabindex
Controls tab order for keyboard navigation. Values: positive (explicit order), 0 (natural order), -1 (programmatically focusable only).