ariaHidden property
Sets or retrieves the hidden state of this element.
![]() |
Syntax
object.setAttribute("ariaHidden",value);var value = object.getAttribute("ariaHidden");
Property values
Type: BSTR
The hidden state.
Standards information
- Accessible Rich Internet Applications (WAI-ARIA) 1.0, Section 6.6
Remarks
| Used in Roles |
|
|---|
This IHTMLElement5::ariaHidden state indicates whether an element is visible or hidden.
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
Show:
