Skip to main content
WCAG success criterion · Operable

2.4.11 Focus Not Obscured (Minimum)

Guideline 2.4 Navigable. Level AA, part of WCAG 2.2 and later.

ADA compliance guide

What this criterion requires

When an element receives keyboard focus, it must not be entirely hidden by author-created content such as sticky headers, cookie banners or chat widgets. At AA, partial obscuring is tolerated; full obscuring is a failure.

Who it helps

Sighted keyboard users who lose the focus position behind fixed overlays.

Example: fails vs passes

Fails
/* sticky header, no scroll offset: Shift+Tab hides focus under it */
    header { position: sticky; top: 0; }
Passes
header { position: sticky; top: 0; }
    html { scroll-padding-top: 88px; }

scroll-padding keeps the focused element clear of sticky bars. Check cookie banners and chat bubbles too.

How to meet and fix it

Common failures auditors find

Automated scanning catches a share of these instantly - run a free check - and a manual audit covers the judgement calls a tool cannot make.

Sources

Last updated . Reviewed by the EqualWeb accessibility team.

Does your site pass 2.4.11?

Run a free automated check now, or have certified IAAP/CPWA auditors test every criterion and document the result.

Book a meeting Start Free Trial