This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

aria-valuenow

Applies to
## Notes

Remarks

Used in Roles
range
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