ARIA Paradox

Constat documented annually by WebAIM in the Million report: pages with ARIA attributes show on average ~40% more accessibility errors than pages without ARIA. Counter-intuitive paradox: ARIA is designed to improve accessibility but its misuse actively degrades screen reader experience. Cause: devs and AI agents generate `role=button` on divs instead of using `<button>`, forget `aria-expanded`, put `aria-hidden` on visible content, etc.

Strengths

Limitations

Best for

Official site

View on Coeurdar