This is an unpublished editor’s draft that might include content that is not finalized. View the published version

Skip to content

Technique technique-using-css-to-ensure-targets-are-at-least-44-by-44-css-pixels:Using CSS to ensure targets are at least 44 by 44 CSS pixels

About this Technique

This technique is not referenced from any Understanding document.

This technique applies to all technologies that support CSS and pointer input.

Description

The objective of this technique is to ensure that links in pagination components are large enough to meet the requirements of Success Criterion 2.5.5, Target Size (Enhanced). The aim is to provide an adequate target size to prevent accidental pointer activation of adjacent targets.

Examples

The following example can be seen as a working example.

Tests

Procedure

For each target that has no sufficiently large equivalent, that isn't in a sentence or otherwise constrained by the line-height of non-target text, that has had its size modified by the author, and whose presentation isn't essential:

  1. Check that the target has a size of at least 44px width and 44px height.

Expected Results

  • #1 is true
Back to Top