Input Modalities
Input Modalities is the name of a Web Content Accessibility Guidelines (WCAG) guideline focused on making it easier for people to operate content using inputs beyond a standard keyboard, such as touch, pointer, voice, or other assistive technologies. In practical terms, it means not forcing users to rely on complex gestures or a single specific device to interact with your content. This helps people who use alternative input methods, such as voice control or switch devices, complete the same tasks as anyone else.
Input Modalities is WCAG Guideline 2.5, part of the Operable principle, which aims to make functionality operable through a variety of inputs beyond the keyboard, including pointer, touch, and voice inputs. In human-computer interaction, a modality refers to an independent channel of input or output between a computer and a human; the guideline addresses concerns such as complex path-based or multipoint gestures, pointer cancellation, accessible names matching visible labels, motion-actuated functionality, and target size. The specific success criteria under Guideline 2.5 span multiple conformance levels: some are Level A and Level AA, while others, such as 2.5.5 Target Size and 2.5.6 Concurrent Input Mechanisms, are Level AAA. Practitioners should note that criteria and their versions differ across WCAG 2.1 and 2.2 (for example, 2.2 introduced additional target-size and related requirements), so the applicable criteria and levels should be confirmed against the targeted WCAG version. Conformance with these criteria supports, but does not by itself guarantee, an accessible experience for all users, and manual and assistive-technology testing (for example with voice control, which cannot perform certain gestures) remains necessary. This entry is informational and not legal advice.
Why it matters
Many people cannot operate content using a standard keyboard or a single pointing device. Users of voice control, switch devices, or other assistive technologies may rely on input channels that cannot reproduce complex interactions. As noted in the guidance, voice control cannot perform certain gestures, so functionality that depends on multipoint or path-based gestures, such as swiping, pinching, split taps, or long presses, can effectively lock these users out of tasks that others complete easily. Guideline 2.5, Input Modalities, addresses this by encouraging designs that do not force users to rely on complex gestures or a single specific device.
Who it's relevant to
Inside Input Modalities
Common questions
Answers to the questions practitioners most commonly ask about Input Modalities.