Cert
2. OperableLevel AA

2.4.7 Focus Visible

보이는 초점

Summary

The element with keyboard focus must be visibly indicated. Without it, keyboard users cannot tell where they are and the page becomes effectively unusable. Setting `outline: none` with no replacement is the most common way this breaks.

Common failures

  • Applying a global `outline: none` for aesthetics without providing a replacement focus style.

Corresponding KWCAG 2.2 items

  • 6.1.2 Focus Movement and Indication

Related study units

Read the W3C source — Understanding SC 2.4.7