Target Size (Minimum)
Target Size (Minimum) is a WCAG guideline that asks the clickable or tappable areas of a web page, such as buttons and links, to be large enough for people to activate without accidentally hitting the wrong thing. Under this criterion, these targets should generally be at least 24 by 24 CSS pixels, though several exceptions apply, including when adequate spacing is provided around smaller targets. Meeting this guideline helps users who have difficulty with precise pointer movements, such as those using touchscreens or with limited motor control.
Target Size (Minimum) is WCAG Success Criterion 2.5.8, a Level AA criterion introduced in WCAG 2.2. It requires that the size of the target for pointer inputs be at least 24 by 24 CSS pixels, subject to five documented exceptions, including a spacing exception (undersized targets that have sufficient surrounding spacing), an equivalent-control exception, an inline exception, a user-agent-controlled exception, and an essential exception. This criterion should be distinguished from SC 2.5.5 Target Size (Enhanced), a Level AAA criterion (present in WCAG 2.1 as SC 2.5.5 Target Size and carried into WCAG 2.2 as Target Size (Enhanced)) that specifies a larger minimum of 44 by 44 CSS pixels. As with all WCAG criteria, conformance does not by itself guarantee an accessible experience or legal compliance; manual and assistive-technology testing remain necessary, and this entry is not legal advice.
Why it matters
Small, tightly packed interactive targets are a common source of frustration and error for people who cannot make precise pointer movements. Users with tremors, limited fine motor control, or conditions affecting hand steadiness may repeatedly miss a small button or accidentally activate an adjacent link. Touchscreen users, operating with a fingertip rather than a precise cursor, face similar difficulties, as do people using a head pointer, eye-tracking, or other alternative input methods. When targets are too small or crowded, these users may be unable to complete essential tasks like submitting a form, navigating a menu, or confirming a purchase.
Target Size (Minimum), added as a Level AA success criterion in WCAG 2.2, addresses this by asking that pointer targets generally measure at least 24 by 24 CSS pixels, or be surrounded by adequate spacing where they are smaller. Because AA is the level most commonly cited as a conformance target in accessibility work and in settlements referencing WCAG, this criterion is frequently relevant to organizations aiming to align with widely used benchmarks. Meeting it reduces accidental activation and lowers the physical and cognitive effort required to interact with a page.
As with any WCAG success criterion, meeting 2.5.8 does not by itself guarantee an accessible experience or immunity from legal claims, and automated tools detect only a portion of relevant issues. Manual review and testing with assistive technologies remain necessary to confirm that targets are genuinely usable in practice. This entry is informational and is not legal advice; requirements evolve through regulation and case law, and readers with legal questions should consult qualified counsel.
Who it's relevant to
Inside Target Size (Minimum)
Common questions
Answers to the questions practitioners most commonly ask about Target Size (Minimum).