← Alle WCAG 2.1 criteria
1.3.4Niveau AA1.3 Adaptable

Weergavestand

Content does not restrict its view and operation to a single display orientation (portrait or landscape) unless a specific orientation is essential.

Wat het betekent

Weergavestand begrijpen | Hoe te voldoen aan Weergavestand (Niveau AA) De content beperkt de weergave en bediening niet tot een enkele presentatie-oriëntatie, zoals staand of liggend, tenzij een specifieke presentatie-oriëntatie essentieel is. Noot Voorbeelden waarbij een specifieke presentatie-oriëntatie essentieel kan zijn: een acceptgiro, een piano applicatie, dia’s voor een projector of televisiescherm, of Virtual Reality waarbij de weergavestand van de content niet noodzakelijkerwijs beperkt is tot staand of liggend.

Failing example

/* Fails: CSS locks orientation */
@media (orientation: portrait) {
  body { display: none; }
}

How to fix it

/* Pass: support both orientations */
/* Remove orientation lock entirely. If a specific
   orientation is truly essential (e.g. a piano app),
   explain why in the UI instead of hiding content. */

Hoe A11yRisk dit detecteert

A11yRisk detecteert dit criterium automatisch.

Scan uw site op deze overtreding