aria-hidden
Applies to |
---|
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 |
|
---|
Syntax
Standards information
- Accessible Rich Internet Applications (WAI-ARIA) 1.0, Section 6.6
See also
Related pages
- Accessible Rich Internet Applications (ARIA)Accessible Rich Internet Applications (ARIA)
- W3C ARIA-HiddenW3C ARIA-Hidden
Attributions
Microsoft Developer Network: [Windows Internet Explorer API reference Article]