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.

AttributeDefault Value
aria-orientationhorizontal
aria-valuemax100
aria-valuemin0

Reference