• Success Criterion 3.3.3
  • Conformance level AA

Rejected Password With No List of the Unmet Requirements

3.3.3 — Error Suggestion

Scenario

Setting

A recipe site's ingredient list

What’s wrong

Password rejected without listing unmet rules.

Example

<span class="error">Invalid input</span>

Why it matters

People with cognitive disabilities and anyone stalled by vague validation messages.

How to test

Enter a rejected password: if the message doesn't list which specific rules weren't met, it fails.

How to fix

The error message must tell the user how to fix the problem — the expected format, range, or valid options.

<span class="error">Enter a year between 1990 and 2026</span>

Error text should suggest the fix — the expected format or valid range — not just flag that something's wrong.

Outcome

On a recipe site's ingredient list, this barrier is gone for people with cognitive disabilities and anyone stalled by vague validation messages — they no longer have to work around this.

Who is affected

People with cognitive disabilities and anyone stalled by vague validation messages.

Learn more