This page is Not Ready

Notice: The WebPlatform project, supported by various stewards between 2012 and 2015, has been discontinued. This site is now available on github.

aria-hidden

Applies to
## Examples

You can use a CSS rule to show or hide the element based on the value of the aria-hidden state, as shown here:

[aria-hidden=true] {visibility: hidden;}

Notes

Remarks

Used in Roles
No role required.
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)`.

Syntax

Standards information

See also

Related pages

Attributions