Focus Order Helper
Learn WCAG 2.4.3 focus order rules and interact with live demos showing correct and incorrect tab sequences on a simulated form.
Choose a Demo
This form uses natural DOM order with no positive tabindex values. Tab sequence follows the visual top-to-bottom layout.
Step Through Focus
Step 0 / 6
Click Next Focus to begin stepping through the form elements.
Focus Sequence Map
Live Demo Form
Focused: —Focus Order Audit Checklist
- Tab through the page using only the keyboard — does the sequence feel logical?
- Search for positive tabindex values — any tabindex > 0 is a red flag.
- Check that CSS visual order matches DOM order (watch for flex/grid "order" overrides).
- Verify modal dialogs trap focus inside and restore focus to the trigger on close.
- Confirm every interactive element has a visible focus ring (WCAG 2.4.11 / 2.4.7).
- Test with a screen reader (NVDA + Firefox or VoiceOver + Safari) for final validation.
0 of 6 items checked
Summary
Learn WCAG 2.4.3 focus order rules and interact with live demos showing correct and incorrect tab sequences on a simulated form.
How it works
- Choose the "Correct Order" or "Broken Order" demo tab to load a sample form.
- Click "Next Focus" (or press Tab in the demo area) to advance focus one step at a time.
- A highlighted ring and indicator label show which element is currently focused.
- The step counter and sequence map update in real time so you can see the full path.
- Switch to the "Broken Order" demo to observe how positive tabindex values scramble the natural sequence.
- Read the explanation panel for each step to understand why that order is correct or problematic.
- Use the checklist at the bottom to audit focus order in your own projects.
Use cases
- Learn WCAG 2.4.3 Focus Order requirements before a compliance audit.
- Demonstrate broken tab order to stakeholders to justify accessibility fixes.
- Train development teams on why positive tabindex values are harmful.
- Quick reference for writing keyboard-accessible forms and dialogs.
- Self-check tool before submitting a VPAT or accessibility conformance report.
- Classroom aid for web accessibility courses covering keyboard navigation.
Frequently Asked Questions
Related tools
Last updated: 2026-05-29 ·
Reviewed by Nham Vu