Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Sets or retrieves the minimum value that a user can provide.
![]() |
Syntax
object.setAttribute("ariaValuemin",value);var value = object.getAttribute("ariaValuemin");
Property values
Type: BSTR
The minimum value.
Standards information
- Accessible Rich Internet Applications (WAI-ARIA) 1.0, Section 6.6
Remarks
| Used in Roles | range |
The IHTMLElement5::ariaValuemin and IHTMLElement5::ariaValuemax properties together specify the allowable range of an entry field, whereas the IHTMLElement5::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).
.png)