Container Measurements Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Container Measurements Check

Description

The “Container Measurements Check” evaluates whether all CSS rules defining the width of content boxes use relative measurement units rather than fixed absolute units.

Example outcome

I identified all instances in the CSS where relative measurement units are used to define the width of the content boxes.

Impact

Fixes

To address inappropriate content boxes width defined using absolute units:

  1. Locate the inappropriate CSS.
  2. Replace the absolute measurement unit with a relative one.

Resources