Inappropriate CSS Justified Text Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate CSS Justified Text Check

Description

The “Inappropriate CSS Justified Text Check” evaluates whether there is any instance where text justification is applied using CSS rules such as text-align: justify;.

Example outcome

I found 1 instance using justified text via CSS.

Impact

Fixes

To address text inappropriately justified:

  1. Locate the inappropriately justified block of text.
  2. Replace the text-align: justify; styling code by text-align: left;.

Resources