Layout Measurement Value Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Layout Measurement Value Check

Description

The “Layout Measurement Value Check” evaluates whether all layout-related measurement units (e.g., for width, padding, font size) are defined using relative units such as % and em.

Example outcome

I found all instances where the measurement units that define the width of content elements are expressed in relative values.

Impact

Fixes

To address inappropriate layout measurements defined using absolute units:

  1. Locate the inappropriate measurement definition.
  2. Replace the absolute unit by a relative one (e.g., em, rem and %).

Resources