aria-disabled attribute | ariaDisabled property
[This documentation is preliminary and is subject to change.]
Sets or retrieves the disabled state of this element.
![]() |
Syntax
| HTML |
|---|
<element aria-disabled="p" ... > |
| JavaScript |
|---|
object.setAttribute("aria-disabled",value);var value = object.getAttribute("aria-disabled");
|
Property values
Type: String
The disabled state.
Remarks
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).
See also
Build date: 2/13/2012
