tabindexNumber
tabindex attribute specifies the position of the current element in the tabbing order for the current document. This value must be a number between 0 and 32767. User agents should ignore leading zeros.
Simple type information
Namespace: http://www.w3.org/1999/xhtml
Schema document: xhtml1-transitional.xsd
Content
- Type based on xsd:nonNegativeInteger
- Pattern: [0-9]+
- Minimum inclusive: 0
- Maximum inclusive: 32767
from type Number
Used in
- Attribute tabindex
Type inheritance chain
- xsd:nonNegativeInteger
- restricted by Number
- restricted by tabindexNumber
- restricted by Number