WCAG – 2.5.4 Motion Actuation (Level A)

2.5.4 Motion Actuation: Functionality that can be operated by device motion or user motion can also be operated by user interface components and responding to the motion can be disabled to prevent accidental actuation, except when: (Level A)

  • Supported Interface: The motion is used to operate functionality through an accessibility supported interface;
  • Essential: The motion is essential for the function and doing so would invalidate the activity.

Requirements

  • Do not use the device motion events to activate any functionality. Or, if you do:
    • Ensure that alternative means of input exist when using device motion sensor input.
    • Provide a user preference to disable motion actuation (ie. responses to the device’s motion).
    • Support Operating System features which allow the user to disable motion actuation.

Why is it important?

This helps people who:

  • may be unable to perform tilting, shaking, or gesturing to use an interface;
  • may have their device mounted to a mobility aid in a fixed position;
  • move or shake involuntarily.

Fixing this will ensure users:

  • can still operate all functionality by other means;
  • won’t trigger functionalities without meaning to.

Benefitted disability types

People who have limited mobility may not be able to accurately move the device or perform gestures. Some users have their devices locked in a fixed position and cannot move it. Those with tremors may cause an action by moving their device by mistake. Someone in a public or unstable environment such as riding in a car or bus, may not be able to use movement or gestures. All users benefit when there are alternative ways to interact with applications. 

Summary

If a feature uses the device’s motion (like shaking or tilting), make sure that responses to these motions can be turned off, and that the feature can be used in another way. If you’ve implemented any feature that responds to moving or shaking the device (like shake to undo), make sure that the same functionality is available in other ways (like pressing a button), and that responses to motions can be disabled.

Common mistakes

  • A functionality that can only be activated by moving, shaking or tilting the device. For example:
    • When inputting text on an iPhone, shaking the device shows a dialog where you can undo the text input. That dialog can be disabled, but there’s no other way to cancel the last action.
  • The user is unable to disable motion actuation. For example:
    • Imagine an app where users can tilt their device to scroll down a page, and there’s way to disable that response to tilting.
  • The author has turned off system level features which allow the user to disable motion actuation.

References

  1. W3C’s detailed explanation with techniques and examples.
  2. Accessibility Guidelines- Github.io