13.11

On each web page, can actions triggered by a pointing device on a single point on the screen be cancelled (except in special cases)?

WCAG Reference

WCAG 2.5.2

Tests

  1. 13.11.1

    On each web page, do the actions triggered by a pointing device on a single point on the screen meet one of these conditions (excluding special cases)?

    The action is triggered when the pointing device is released.
    The action is triggered when the pointing device is pressed then cancelled when the pointing device is released.
    A mechanism is available to abort (before completion of the action) or cancel (after completion) the execution of the action.

WCAG Techniques

  • F101
  • G210
  • G212