Skip to main content

Cornell University

Web Accessibility Reviews

Category: Interaction

Tests about how site functions behave when you interact with them.

Related Guidelines
64 2.5.1 Pointer Gestures (A) All functionality that uses multipoint, or path-based gestures can be operated with a single pointer without a path-based gesture, unless essential.
65 2.5.2 Pointer Cancellation (A) Functionality operated with a single pointer must: Not fire on the down event, fire on the up-event along with a way to abort or undo, reverse the function on the up-event, or completing the function on the down event is essential.
67 2.5.4 Motion Actuation (A) Any functionality which is activated by device motion can be performed with a User interface component that does not require motion.
68 2.5.4 Motion Actuation (A) Any functionality which is activated by device motion can be disabled.
69 2.5.7 Dragging Movements (AA) Any functionality that can be achieved by dragging (click and hold then move) must be operable without the need for dragging (unless essential).
70 2.5.8 Target Size (Minimum) (AA) All elements must have a clickable target size of at least 24x24 pixels unless the element is inline, controlled by the browser, or the "target offset" to all adjacent clickable elements is at least 24px.
74 3.2.2 On Input (A) When the setting or value of a User Interface component is changed, that does not trigger a change of context unless the user is informed of the behavior beforehand.