Previous rule | Registry No. 065 | Next rule

Styles do not justify the text.

The justification for text is often pretty, especially in paper form. Unfortunately, There are too few reading systems to disable it, and several studies have shown that it makes digital reading more difficult for many audiences such as dyslexians.

Objectives

  • Facilitate screen reading, especially for dyslexic readers.
  • Improve accessibility of content to readers with disabilities.

Implementation

  • Do not use the text-align CSS property with the value justify, or any other means.

Control

  • Check in CSS code for missing text-align : justify.
  • Check in HTML code for missing attributes HTML align=justify.

Validation

  • Needs to be human verified.

Informations