ariaValuemax property
[This documentation is preliminary and is subject to change.]
Sets or retrieves the maximum value that a user can provide.
![]() |
Syntax
object.setAttribute("ariaValuemax",value);var value = object.getAttribute("ariaValuemax");
Property values
Type: BSTR
The maximum value.
Remarks
The ariaValuemin and ariaValuemax properties together specify the allowable range of an entry field, whereas the ariaValuenow 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).
Build date: 1/23/2012
.png)