Description
aria-valuemax
is a required attribute of role slider, scrollbar and spinbutton.
Value
String representation of a number
Possible effects on user agents and assistive technology
If the aria-valuemax
is indeterminate, or if aria-valuemin
is not less than or equal to the value of aria-valuemax
, this creates an error condition that will be handled by the assistive technology.
Note: Opinions may differ on how assistive technology should handle this technique. The information provided above is one of those opinions and therefore not normative.
Examples
Example 1:
The snippet below shows a simple slider with a maximum value of 10.
<div role="slider" aria-valuenow="4" aria-valuemin="1" aria-valuemax="10">
Working Examples:
Notes
Used With ARIA Roles
- progressbar
- scrollbar
- slider
- spinbutton
Related ARIA techniques
Compatibility
TBD: Add support information for common UA and AT product combinations