Skip to main content
WCAG success criterion · Perceivable

1.3.4 Orientation

Guideline 1.3 Adaptable. Level AA, part of WCAG 2.1 and later.

ADA compliance guide

What this criterion requires

Content must not be locked to portrait or landscape unless a specific orientation is essential (such as a piano app or a bank check scanner).

Who it helps

Wheelchair users and others with devices mounted in a fixed orientation.

Example: fails vs passes

Fails
<div class="rotate-overlay">Please rotate your device to portrait</div>
Passes
/* the layout simply adapts */
    @media (orientation: landscape) { .form { max-width: 40rem; margin-inline: auto; } }

Users with mounted devices cannot rotate. Support both orientations unless one is truly essential.

How to meet and fix it

Common failures auditors find

Automated scanning catches a share of these instantly - run a free check - and a manual audit covers the judgement calls a tool cannot make.

Sources

Last updated . Reviewed by the EqualWeb accessibility team.

Does your site pass 1.3.4?

Run a free automated check now, or have certified IAAP/CPWA auditors test every criterion and document the result.

Book a meeting Start Free Trial