WCAG 2.5.5: Target Size (Enhanced)
The WCAG 2.5.5 Target Size (Enhanced) success criterion, introduced with WCAG 2.1 at Level AA, addresses the critical need for adequately sized interactive elements on web pages. Its core purpose is to ensure that all users, regardless of their input method or physical abilities, can easily and reliably activate interactive components like buttons, links, and form controls.
This criterion dictates that the active area for pointer inputs (such as mouse clicks or touch gestures) must be at least 44 by 44 CSS pixels. By establishing this minimum size, WCAG 2.5.5 significantly enhances the usability and accessibility of digital interfaces, especially for mobile users and individuals with motor control difficulties.
Understanding WCAG 2.5.5 Target Size (Enhanced)
Success Criterion 2.5.5 specifies a minimum size for the interactive target area of elements. This isn’t just about the visual size of an element, but the actual region that can be activated by a pointer. For example, a small icon can be made compliant by increasing its interactive padding, even if the icon itself remains small.
The requirement of 44 by 44 CSS pixels is a critical benchmark for ensuring sufficient space for users to accurately select and activate controls. It’s important to note that this criterion applies to any element that responds to a pointer input, which includes:
Why Target Size Matters for Accessibility
Small interactive targets pose significant accessibility barriers for various user groups:
Success Criterion 2.5.5 Requirements and Exceptions
The core requirement is straightforward: The size of the target for pointer inputs must be at least 44 by 44 CSS pixels. However, there are four important exceptions:
Practical Guidelines for Compliance
Implementing WCAG 2.5.5 involves thoughtful design and CSS application. Here’s how to ensure compliance:
Examples of Correct Implementations
Correct Example 1: Basic Button
A standard button with explicit minimum dimensions ensures compliance.
Correct Example 2: Icon Link with Expanded Hit Area
An icon, though visually small, has its clickable area expanded using padding to meet the 44x44px requirement.
Correct Example 3: Text Link in a Block
A standalone text link that also ensures a sufficient interactive area.
Examples of Incorrect Implementations
Incorrect Example 1: Small Button
A button that is visually too small and doesn’t meet the minimum dimensions for its interactive target.
Incorrect Example 2: Small Icon Link Without Expanded Hit Area
An icon link that is visually small and lacks sufficient padding to enlarge its interactive area, making it difficult to tap or click accurately.
Best Practices and Common Pitfalls
Best Practices:
Common Pitfalls:
Who Benefits from WCAG 2.5.5?
By implementing WCAG 2.5.5, you significantly enhance the user experience for a wide array of individuals:
Related posts
- WCAG 5.2.3: Complete processes
- WCAG 5.2.4: Only Accessibility-Supported Ways of Using Technologies
- WCAG 5.2.5: Non-Interference
- WCAG 5.3.1: Required elements of the conformity declaration
- WCAG 5.3.2: Optional Components of a Conformance Claim
Still looking for answers?
Ask our experts using online chat