Inappropriate Container Measurements Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate Container Measurements Check

Description

The “Inappropriate Container Measurements Check” evaluates whether there is any usage of absolute measurement units in CSS styles that define the width of content boxes.

Example outcome

I identified 1 instance in the CSS where an absolute measurement unit is used to define the width of 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