WAI-ARIA: Role=Range

An input representing a range of values that can be set by the user.
Description
An input representing a range of values that can be set by the user.
Note: range is an abstract role. Authors should not use this role in content.
Characteristics
Is Abstract
- True
Superclass Role
- widget
Subclass Roles
- progressbar
- scrollbar
- slider
- spinbutton
Supported States and Properties
- aria-valuemax
- aria-valuemin
- aria-valuenow
- aria-valuetext
Inherited States and Properties
- aria-atomic
- aria-busy (state)
- aria-controls
- aria-current (state)
- aria-describedby
- aria-details
- aria-disabled (state)
- aria-dropeffect
- aria-errormessage
- aria-flowto
- aria-grabbed (state)
- aria-haspopup
- aria-hidden (state)
- aria-invalid (state)
- aria-keyshortcuts
- aria-label
- aria-labelledby
- aria-live
- aria-owns
- aria-relevant
- aria-roledescription
Name From
- author
Reference
- WAI-ARIA 1.2 Specification
Refer to the notes from the WAI-ARIA 1.2 specification for more information on role=range.