Skip to main content
WCAG success criterion · Operable

2.5.6 Concurrent Input Mechanisms

Guideline 2.5 Input Modalities. Level AAA, part of WCAG 2.1 and later.

ADA compliance guide

What this criterion requires

Content must not restrict which input mechanisms are used - users may switch freely between touch, keyboard, mouse and stylus.

Who it helps

People who combine input methods, such as touch plus an external keyboard.

Example: fails vs passes

Fails
if (isTouchDevice) { disableKeyboardHandlers(); }
Passes
/* handle pointer, touch AND keyboard events everywhere, always */

Users switch inputs mid-task (tablet + keyboard). Never gate features by detected input type.

How to meet and fix it

Common failures auditors find

Automated scanning catches a share of these instantly - run a free check - and a manual audit covers the judgement calls a tool cannot make.

Sources

Last updated . Reviewed by the EqualWeb accessibility team.

Does your site pass 2.5.6?

Run a free automated check now, or have certified IAAP/CPWA auditors test every criterion and document the result.

Book a meeting Start Free Trial