Skip to main content
WCAG success criterion · Operable

2.5.8 Target Size (Minimum)

Guideline 2.5 Input Modalities. Level AA, part of WCAG 2.2 and later.

ADA compliance guide

What this criterion requires

Pointer targets must be at least 24 by 24 CSS pixels, or have equivalent spacing so a 24px circle centered on each target does not intersect another target. Inline links and native controls are excepted.

Who it helps

People with tremor and anyone on a small touch screen.

Example: fails vs passes

Fails
.icon-btn { width: 18px; height: 18px; margin: 0; }
Passes
.icon-btn { width: 18px; height: 18px; padding: 4px; }  /* 26px hit area */

New in 2.2: 24x24 minimum target (or equivalent spacing). Padding can grow the hit area without changing the visual.

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.5.8?

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