-
Notifications
You must be signed in to change notification settings - Fork 384
Description
A refocused/disambiguated version of a point that emerged from the discussion over on #3217
In general, there are two ways a site can fail 1.3.4 Orientation:
- doing an "orientation lock" that forcibly keeps the display of content to a particular orientation - for instance, designing a page specifically for portrait aspect, and if the user has their device/viewport in landscape aspect, display the content but at a 90 degree angle (so that a user would have to tilt their head sideways to read it)
- doing a "doorslam" message that tells the user to rotate their device - the content is not visible/usable, and is blocked from use completely
Now, for the exceptions where "a specific display orientation is essential" ... the current wording of the SC means that in those essential cases, both approaches (keeping it locked to an orientation, and doing a doorslam) are allowed. Is that the intention?
if yes, I would suggest having a best practice piece of advice that clarifies that for essential exceptions, the "orientation lock" approach is preferable to the "doorslam" approach - at least then, users can still read/use the content (with difficulty, as they need to tilt their head)
if no, then we need to specify that the exception is only for orientation lock, and that "doorslam" approaches are never allowed even when it's an essential exception.
