aria-valuenow
## Notes
Remarks
This property applies to elements with an ARIA role of `progressbar`, `slider`, or `spinbutton`. The [**aria-valuemin**](/aria/attributes/aria-valuemin) and [**aria-valuemax**](/aria/attributes/aria-valuemax) properties together specify the allowable range of values, whereas the **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