Skip to content

ARIA hidden

  • WAVE Category: ARIA
  • WAVE ARIA: ARIA hidden

Page Content Status

  • WAVE Tool Reference text
  • Example of a DOM Snippet Generated From WAVE Tool
  • Screenshots of Accessibility Pattern in Use
  • Credits/Authors

WAVE Tool Reference

Click to see WAVE Tool Reference

This content added 2026-03-23. Check for updated guidance at: https://wave.webaim.org/api/docs?format=html#aria_hidden

WAVE Category

ARIA

WAVE Error

ARIA hidden

What It Means

Content is hidden with ARIA.

Why It Matters

Content hidden with aria-hidden="true" is not presented to screen reader users.

What To Do

Ensure the content is intended to be hidden from screen reader users. The hidden content must not contain any navigable elements (such as links or form controls).

The Algorithm... in English

An element with aria-hidden="true" is present.

Standards and Guidelines

Example of a DOM Snippet Generated From WAVE Tool

[HTML snippet showing the problematic code structure that WAVE detected]

Screenshots of Accessibility Pattern in Use

1. Descriptive Title for Screenshot Set 1

Description/text for image

[INSERT IMAGE HERE]

Credits/Authors

  • @Rabia2219
  • [INCLUDE Contributor 2]
  • [INCLUDE Contributor N]