The aria-valuemin
attribute defines the minimum value allowed for range widgets. It is similar to the min
attribute of <progress>
, <meter>
, and <input>
of type range
, number
and all the date-time types.
When creating a range type role, including meter
, scrollbar
, slider
, and spinbutton
on a non-semantic element, the aria-valuemin
enables defining a minimum that is less than the maximum value and is a required attribute of slider
, scrollbar
and spinbutton
.
Declaring the minimum and maximum values allows assistive technologies to convey the size of the range to users.
The maximum value is defined with aria-valuemax
.
Warning: The range
role itself should NOT be used as it is an "abstract". The aria-valuemin
attribute is used on all of the range roles subtypes.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4