All WCAG criteria
WCAG 2.1·Operable·2.5 Input Modalities
2.5.5 Target Size
Level AAATouch targets should be at least 44×44 CSS pixels.
Why it matters
Users with motor impairments and large-finger users miss small tap targets repeatedly.
Common failure
<button style="width:24px;height:24px"></button>
Accessible version
<button style="width:44px;height:44px"></button>
How OnlyEnable handles this
Source-code fix required. No widget can solve this — it requires changes to your content or markup. Our remediation team can help.