New in WCAG 2.2, success criterion 2.5.8 requires pointer-operated targets to be at least **24×24 CSS pixels** (AA). Smaller than that, and a user with hand tremor or limited pointing precision easily mis-hits the neighbor.
It's not unconditional — inline targets that flow within a sentence (a link inside a paragraph), targets smaller than 24px that have an equivalent target elsewhere achieving the same result, and browser-native UI the author can't control are all exempt. If the visual size needs to stay small, padding the hit area out past 24px works without changing how it looks.
Left packs 16px targets tightly, so the pointer (circle) frequently mis-hits a neighbor. Right uses 24px+ with adequate spacing and lands precisely every time.
When to use
For controls you want to draw small — checkboxes, icon buttons, list-row actions — pad the hit area instead of enlarging the visual. For the larger 44px (iOS) / 48dp (Android) recommendations, see the touch-target entry.