Error Suggestion
Error Suggestion is a web accessibility requirement that when a form or input field detects a mistake, and the system knows how to fix it, the website should tell the user what to do to correct it. For example, if someone enters an invalid date, the form might suggest the correct format rather than just saying the entry is wrong. This helps people, especially those using assistive technology, understand and fix their errors more easily.
Error Suggestion is WCAG Success Criterion 3.3.3, a Level AA criterion first introduced in WCAG 2.0 and carried forward through WCAG 2.1 and 2.2. It states that if an input error is automatically detected and suggestions for correction are known, then the suggestions are provided to the user, unless doing so would jeopardize the security or purpose of the content. The criterion applies only when an error is programmatically detected and a correction is known; it does not require the detection of all possible errors, and it is distinct from SC 3.3.1 (Error Identification), which addresses identifying and describing that an error occurred. As a WCAG conformance criterion, meeting it is one component of accessibility and does not by itself guarantee an accessible experience or legal compliance; manual and assistive technology testing are generally required.
Why it matters
Forms are among the most common points of interaction on the web, and they are also frequent sources of frustration when errors occur. When a system detects that a user has entered invalid data but only communicates that something is wrong, users are left to guess what the correct input should be. For people using assistive technologies, those with cognitive disabilities, or anyone under time pressure, this ambiguity can turn a simple task into an insurmountable barrier. Error Suggestion (WCAG Success Criterion 3.3.3) addresses this gap by requiring that, when an input error is automatically detected and a correction is known, the system provides that suggested correction to the user.
The value of this criterion lies in reducing the guesswork involved in recovering from mistakes. A message that says an entry is invalid does far less to help a user than one that explains the expected format or offers a concrete correction. This matters especially in high-stakes contexts such as account registration, payment, appointment scheduling, or government service applications, where an unresolved form error may mean a user cannot complete an essential task at all.
As a Level AA criterion, Error Suggestion is commonly included among conformance targets, but meeting it is only one component of an accessible form experience. Satisfying this success criterion does not by itself guarantee that a form is usable for all people, nor does it ensure legal compliance. Manual testing and testing with assistive technologies are generally required to confirm that suggestions are actually perceivable and helpful in practice, and organizations should treat this criterion as part of a broader accessibility effort rather than a standalone fix.
Who it's relevant to
Inside Error Suggestion
Common questions
Answers to the questions practitioners most commonly ask about Error Suggestion.