On Input
On Input is a web accessibility guideline that says interacting with a form field or control, such as typing text or selecting an option, should not trigger unexpected changes to the page. For example, choosing an item from a dropdown should not automatically submit a form or jump the user to a new page unless they were warned in advance. This predictability helps people, including those using assistive technology, understand and control what happens as they fill out forms.
On Input is Success Criterion 3.2.2 in the Web Content Accessibility Guidelines (WCAG), set at conformance Level A. Per the W3C's Understanding document, its intent is to ensure that entering data into a component or changing the setting of a user interface control does not automatically cause a change of context unless the user has been advised of the behavior before using the component. A change of context in this sense includes changes such as launching a new window, moving focus, submitting a form, or otherwise substantially altering the page. Meeting this criterion generally requires that context-altering effects be initiated deliberately by the user or preceded by clear notice; note that WCAG conformance addresses predictability of input behavior and is distinct from broader usability and from legal compliance, and that manual testing is typically needed to evaluate it. This entry is informational and not legal advice.
Why it matters
Forms are one of the most common ways people interact with websites, whether they are checking out of a store, applying for services, or entering account details. When interacting with a control, such as selecting an option from a dropdown, unexpectedly triggers a change of context like submitting a form or navigating to a new page, users can lose track of where they are and what just happened. This is especially disruptive for people using assistive technology, who may not immediately perceive that focus has moved or that the page has substantially changed.
On Input (WCAG Success Criterion 3.2.2) addresses this by requiring that entering data or changing a setting does not automatically cause a change of context unless the user has been advised of the behavior beforehand. Predictability gives people control over their own interactions: they can complete a field, review their choice, and then deliberately proceed. Without this predictability, users may submit incomplete information, be taken to unintended destinations, or abandon a task entirely because the interface behaves in ways they cannot anticipate.
Because SC 3.2.2 is a Level A criterion, the most basic conformance level in WCAG, it is often treated as a foundational expectation rather than an advanced enhancement. That said, meeting this criterion addresses the predictability of input behavior specifically; it does not on its own guarantee an accessible experience across all interactions, nor does WCAG conformance in itself guarantee legal compliance. Organizations should treat it as one component of a broader accessibility effort.
Who it's relevant to
Inside On Input
Common questions
Answers to the questions practitioners most commonly ask about On Input.