Letter Spacing Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Letter Spacing Check

Description

The “Letter Spacing Check” evaluates whether all content does not use CSS or other techniques to prevent users from adjusting text spacing, particularly letter spacing.

Example outcome

I observed that styles are not used to prevent increasing letter spacing.

Impact

Fixes

To address inappropriate letter spacing:

  1. Locate the style code used to inappropriately forbid increasing letter spacing.
  2. Remove or change the code, ensuring that it allows the increase of letter spacing.

Resources