Word Spacing Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Word Spacing Check

Description

The “Word Spacing Check” evaluates whether the used CSS styles or code do not prevent users from adjusting word spacing to improve text readability.

Example outcome

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

Impact

Fixes

To address inappropriate word spacing:

  1. Locate the inappropriate style code.
  2. Refactor it ensuring does not prevent the user from overriding word spacing.

Resources