- 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
- Understanding Understanding document (opens in a new tab)
Related scenarios
- Form That Submits Itself the Moment the Last Field Is Filled
- Selecting an Option That Opens a New Window With No Warning
- Dropdown That Navigates to a New Page on Selection
- Checking a Box That Reloads the Page and Loses Entries
- Country Selector That Re-Renders the Form and Drops Focus
- Search Box That Auto-Navigates Once Enough Characters Are Typed