aria-valuemin
## Notes
Remarks
The **aria-valuemin** and [**aria-valuemax**](/aria/attributes/aria-valuemax) properties together specify the allowable range of an entry field, whereas the [**aria-valuenow**](/aria/attributes/aria-valuenow) property specifies the value currently selected. **Note** For cross-browser compatibility, always use the WAI-ARIA attribute syntax to access and modify ARIA properties, for example `object.setAttribute("aria-valuenow", newValue)`.
Syntax
Standards information
See also
Related pages
Attributions