Glossary coding Term Page

Focus flow

design the order in which keyboard users traverse with `Tab`

keyboard-navigation #coding#javascript
Korean version

Related Concepts

Core Idea

Focus flow is design the order in which keyboard users traverse with Tab, applying tabindex and calling focus() purposefully. It usually makes the most sense alongside Semantic HTML, ARIA attributes, Live regions.

Why It Matters Here

Mathbong reuses this term across javascript posts as shared vocabulary.

Posts Mentioning This Concept