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-valuemax

Applies to
## Notes

Remarks

Used in Roles
range
The [**aria-valuemin**](/aria/attributes/aria-valuemin) and **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