Focus order
The sequence in which interactive elements receive keyboard focus as you Tab through a page.
Focus order should be logical and match the visual/reading order (WCAG 2.4.3). Positive tabindex values and DOM/visual mismatches scramble it.
The sequence in which interactive elements receive keyboard focus as you Tab through a page.
Focus order should be logical and match the visual/reading order (WCAG 2.4.3). Positive tabindex values and DOM/visual mismatches scramble it.