This topic has not yet been rated - Rate this topic

aria-valuemin attribute | ariaValuemin property

[This documentation is preliminary and is subject to change.]

Sets or retrieves the minimum value that a user can provide.

Internet Explorer 8

Syntax

HTML
<element aria-valuemin="p" ... >
JavaScript
object.setAttribute("aria-valuemin",value);var value = object.getAttribute("aria-valuemin");

Property values

Type: String

The minimum 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: 2/13/2012

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ