ARIA Pattern Validation
Check if ARIA widgets on the page follow correct WAI patterns.
Open Demo PageFollow along on the demo page while watching the video
Video coming soon
Follow the written steps below in the meantime
Step-by-Step Instructions
- 1Open the ARIA Validation demo and run a scan.
- 2Click the ARIA tab.
- 3Each ARIA widget found on the page is listed with its role (tablist, menu, dialog, combobox, accordion).
- 4Widgets are marked valid (green) or invalid (red) based on required ARIA attributes and keyboard behavior.
- 5Click a widget to see which attributes are missing or incorrect.
- 6The demo has 5 intentionally broken widgets and 3 correct implementations for comparison.