Jump to content

Hiding elements from screen readers using aria-hidden

To hide an element from screen readers means: visually (on a computer screen) it is perceivable, but non-visual clients (for example screen readers) ignore it. This is done easily using ARIA, but you should never try this on focusable elements.

Everything interesting about hiding elements from screen readers is written here: Hiding elements from screen readers using aria-hidden.