Focus Appearance
Focus Appearance is a web accessibility guideline that addresses how clearly a keyboard focus indicator appears when a user moves through a page using a keyboard. The focus indicator is the visual highlight, such as an outline, that shows which element is currently selected. This guideline aims to make that indicator large enough and distinct enough that keyboard users can easily see where they are on a page.
Focus Appearance is WCAG 2.2 Success Criterion 2.4.13, published at Level AAA by the W3C's Web Accessibility Initiative. It seeks to ensure that the keyboard focus indicator is clearly visible and discernible, going beyond the more general requirement of SC 2.4.7 Focus Visible (a Level AA criterion present since WCAG 2.0) by addressing the size and contrast characteristics of the indicator itself. Because it is a Level AAA criterion, it is generally more stringent than the Level AA target most commonly cited as a conformance goal, and practitioners should not conflate it with the separate SC 2.4.11 Focus Not Obscured (Minimum), which was also introduced in WCAG 2.2 and addresses whether the focused element is hidden by other content. This entry describes the criterion as published and is not legal advice; conformance with a success criterion does not by itself guarantee an accessible experience or legal compliance, and manual and assistive technology testing remain necessary.
Why it matters
Keyboard focus indicators are how sighted users who navigate without a mouse keep track of their position on a page. When a person moves through interactive elements using the Tab key, the focus indicator, such as an outline or highlight, shows which element is currently selected. If that indicator is faint, small, or low in contrast, users can lose track of where they are, making it difficult or impossible to complete tasks like filling out a form or activating a button. Focus Appearance (WCAG 2.2 Success Criterion 2.4.13, Level AAA) addresses this by focusing on the size and contrast characteristics of the indicator itself, going beyond the more general visibility requirement of SC 2.4.7 Focus Visible.
As a Level AAA criterion, Focus Appearance is generally more stringent than the Level AA target most commonly cited as a conformance goal. Organizations aiming primarily at AA conformance may still meet SC 2.4.7 Focus Visible without fully satisfying 2.4.13, but adopting the stronger criterion can meaningfully improve usability for keyboard users, including people with low vision or cognitive disabilities who benefit from a clearer, more discernible indicator. Because focus guidance shows users what is clickable and helps identify what an element is, a well-designed indicator supports orientation and confidence throughout an interaction.
Practitioners should not confuse 2.4.13 with the separate SC 2.4.11 Focus Not Obscured (Minimum), which was also introduced in WCAG 2.2 but addresses whether a focused element is hidden by other content rather than how the indicator looks. Meeting this or any single success criterion does not by itself guarantee an accessible experience or legal compliance, and manual and assistive technology testing remain necessary. This entry describes the criterion as published and is not legal advice; readers with specific compliance questions should consult qualified counsel and current guidance.
Who it's relevant to
Inside Focus Appearance
Common questions
Answers to the questions practitioners most commonly ask about Focus Appearance.