ARIA 1.2 Vocabulary
slider
An input where the user selects a value from within a given range, representing the range via the size of the slider and the current value via the position of the thumb. Typically adjusted with directional keys such as arrow keys.
Structure Data
Required Attributes
aria-* attributes that must be specified when using this role.
aria-valuenow
Attributes with Implicit Defaults
These default values apply implicitly, even when not explicitly set.
| Attribute | Default Value |
|---|---|
aria-orientation | horizontal |
aria-valuemax | 100 |
aria-valuemin | 0 |
Reference
- Conforms to the WAI-ARIA 1.2 Recommendation(opens in a new tab)This role definition is based on the W3C WAI-ARIA 1.2 Recommendation.