Touch Target Size
Check that all clickable areas are at least 44×44 px in size — important for touch operation.
Function in one sentence — and in three sentences
Minimum clickable areas are a particular concern on touch devices: buttons that are too small are difficult to use for people with motor impairments, seniors, or those with large thumbs. WCAG 2.5.5 requires a minimum of 44x44 CSS pixels.
The module checks all clickable areas (buttons, links, icons) against the minimum size and reports elements that are too small.
Technical measures
- Click area detection: all `
- Effective size calculation: takes into account `padding`, `border`, `box-sizing`.
- Spacing checkIt also checks whether neighboring targets are too close together (spacing tolerance).
- Auto-Padding-Fix (optional, cautious): adds `padding` to achieve 44×44 — only for clearly identified buttons.
- Issue Map: visual heatmap in the admin panel showing which elements are too small.
You can find these settings in the module tab.
- Minimum size: WCAG 2.5.5 (44×44) / strict (48×48) / iOS recommendation (44×44)
- Auto-fix mode: report only / with explicit whitelist pattern / aggressive
- Heatmap in Admin: on / off
- Spacing tolerance (default: 8 px between targets)
Path in Admin: WP-Admin → Accessibility → Modules → Touch Target Size
Use case
Mandatory for every mobile site (which is practically every one). Particularly critical for online shops, booking sites, and clubs with registration forms.
That fits together thematically.
Visible focus
WCAG 2.4.11Provides a strong, always visible focus ring on all focusable elements — with AAA contrast.
Accessible forms
WCAG 3.3.1Fixes missing labels, mandatory field markings, and error links in contact, order, and login forms.
Keyboard navigation
WCAG 2.1.1Make sure that every interactive element is accessible without a mouse — Tab, Enter, arrow keys, Esc.
Activate the module for your site?
In the initial 15-minute consultation, we will clarify whether the module is relevant for your theme and content type — and what the setup looks like.