WAI-ARIA: aria-valuemin (Property)
Description Defines the minimum allowed value for a range widget. Authors MUST ensure the value of aria-valuemin is less than or equal to the value of aria-valuemax. If the aria-valuenow has a known maximum and minimum, the author SHOULD provide properties for aria-valuemax and aria-valuemin. Note: A range widget starts with a given value, which can…