Inappropriate Line Height Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate Line Height Check

Description

The “Inappropriate Line Height Check” evaluates whether the CSS line-height for all applicable elements is at least 1.5 times the font size, as required for enhanced readability.

Example outcome

I identified 1 instance where CSS specifies a spacing between lines smaller than 1.5.

Impact

Fixes

To address inappropriate line height:

  1. Locate the text or readable element where line height is inferior than 1.5 times the text or readable element size.
  2. Update the CSS referent to that text or readable element to ensure a minimum line-height of 1.5.

Resources