• Success Criterion 3.2.2
  • Conformance level A

Input Event That Unexpectedly Spawns a Popup Window

3.2.2 — On Input

Scenario

Setting

A job board's application form

What’s wrong

Input events opening popups/spawning windows.

Example

Consider a job board's application form: input events opening popups/spawning windows.

Why it matters

Keyboard and screen-reader users, and people who need predictable form behavior. On a job board's application form specifically, they lose confidence they're in the right place.

How to test

Interact with an input control (change a value): if it spawns a popup or new window unexpectedly, it fails.

How to fix

Changing a field's value must not navigate, submit, close, or change context unless the user was told beforehand or explicitly confirms.

Outcome

Fixed, a visitor to a job board's application form can find the same feature in the same place.

Who is affected

Keyboard and screen-reader users, and people who need predictable form behavior.

Learn more