Focus Management
Focus management refers to controlling which element on a screen is currently active and ready to receive input, such as a button or a form field. It matters most for people who navigate with a keyboard or assistive technology, so they always know where they are on a page and can move through it in a logical order. The evidence packet provided does not contain authoritative accessibility sources defining this term in the web accessibility context.
In digital accessibility, focus management is the practice of deliberately directing and maintaining keyboard and programmatic focus so that interactive components receive focus in a predictable, logical order and focus is moved appropriately when interface state changes (for example, when opening or closing a modal dialog, revealing dynamic content, or navigating within a single-page application). It is closely associated with concerns addressed by WCAG success criteria relating to keyboard operability and focus order, though the specific criteria and versions are not established by the evidence provided here. Note: the sources supplied in this evidence packet describe unrelated business, staffing, and personal-productivity concepts and do not substantiate a technical accessibility definition; practitioners should consult W3C/WAI guidance and applicable WCAG criteria for authoritative definitions.
Why it matters
Focus management is central to whether people who rely on keyboards or assistive technology can actually use an interface. When focus is well managed, users always know which element is currently active and can move through content in a logical, predictable order. When it is mishandled, focus can become trapped, disappear entirely, or jump to unexpected locations, leaving a keyboard or screen reader user disoriented and potentially unable to complete a task such as submitting a form or closing a dialog.
This concern is especially significant for dynamic interfaces. Modal dialogs, expandable menus, and single-page applications frequently change interface state without a full page reload, and if focus is not deliberately moved to newly revealed content or returned to a sensible location when content is dismissed, users navigating without a mouse can lose their place. Focus management is commonly associated with WCAG success criteria relating to keyboard operability and focus order, though the specific criteria and versions applicable to a given situation are not established by the evidence provided here.
Because the evidence packet supplied for this entry does not contain authoritative accessibility sources, the discussion above reflects general practitioner understanding rather than substantiated citations. This entry is informational and not legal advice; readers should consult current W3C/WAI guidance and applicable WCAG criteria for authoritative definitions, and qualified legal counsel for compliance questions.
Who it's relevant to
Inside Focus Management
Common questions
Answers to the questions practitioners most commonly ask about Focus Management.