Inappropriate Orientation Restriction Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate Orientation Restriction Check

Description

The “Inappropriate Orientation Restriction Check” evaluates whether there is any CSS that restricts the page or its content to a specific display orientation (i.e., portrait or landscape).

Example outcome

I found 1 element with CSS properties that restrict its orientation.

Impact

Fixes

To address elements with CSS properties inappropriately restricting its orientation:

  1. Locate the CSS code that restricts the orientation.
  2. Remove the orientation restrictive CSS properties.

Resources