Aria

Audit and fix ARIA attributes. Ensures proper aria-label, aria-hidden, aria-live, and role usage throughout the interface.

dragoon0x d6634a4 464 B Updated

File contents

/aria — ARIA Audit

Check every interactive and dynamic element:

  • Icon buttons need aria-label
  • Decorative images need aria-hidden='true'
  • Dynamic content areas need aria-live
  • Custom widgets need proper role attributes
  • Don't over-use ARIA — prefer semantic HTML
  • Validate against WAI-ARIA spec

dragoon0x/optik/tree/main/source/skills/aria commit d6634a4a41

Frequently asked questions

npx skillmds@latest add dragoon0x/aria