Understanding Focus Visible

Intent of Focus Visible

The purpose of this success criterion is to help a person know which element has the keyboard focus.

The purpose of this success criterion is to help a person know which element among multiple elements has the keyboard focus. If there is only one keyboard actionable control on the screen, the success criterion would be met because the visual design presents only one keyboard actionable item.

Note that a keyboard focus indicator can take different forms. One common way is a caret within the text field to indicate that the text field has the keyboard focus. Another is a visual change to a button to indicate that that button has the keyboard focus.

Benefits of Focus Visible

Examples of Focus Visible

Resources for Focus Visible

Techniques for Focus Visible

Sufficient Techniques for Focus Visible

  1. Using user interface components that are highlighted by the user agent when they receive focus
  2. Using CSS to change the presentation of a user interface component when it receives focus
  3. G165: Using the default focus indicator for the platform so that high visibility default focus indicators will carry over
  4. Using an author-supplied, highly visible focus indicator
  5. Using script to change the background color or border of the element with focus
  6. Reskinning Flash components to provide highly visible focus indication

Additional Techniques (Advisory) for Focus Visible

Failures for Focus Visible