ariaHidden property
[This documentation is preliminary and is subject to change.]
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.
(true)
The element is hidden (not visible).
(false)
Default. The element is visible.
Remarks
This 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
Build date: 1/23/2012
.png)