Inappropriate HTML Justified Text Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate HTML Justified Text Check

Description

The “Inappropriate HTML Justified Text Check” evaluates whether there is any block of text aligned using full justification (i.e., flush with both left and right margins).

Example outcome

I found 1 instance using justified text via HTML.

Impact

Fixes

To address text inappropriately justified:

  1. Locate the inappropriately justified block of text.
  2. Replace both inline attributes align="justify" or style="text-align: justify;" by style="text-align: left;".

Resources