Error Identification
Error Identification is a web accessibility requirement stating that when a form or input field detects a mistake in what a user entered, the system should tell the user that an error occurred, point out which item is wrong, and describe the problem in text. This helps people, including those using assistive technology, understand what went wrong so they can fix it. It is one of the requirements in the Web Content Accessibility Guidelines (WCAG).
Error Identification is WCAG Success Criterion 3.3.1, a Level A criterion under Guideline 3.3 (Input Assistance). It requires that when an input error is automatically detected, the item in error is identified and the error is described to the user in text. The intent is to ensure users are aware an error has occurred and can determine what is wrong; text-based identification supports users of assistive technology such as screen readers who may not perceive visual-only cues like color or icons. This criterion addresses automatically detected errors only and does not by itself require that errors be prevented, nor does it mandate correction suggestions (which are addressed by separate criteria such as 3.3.3 Error Suggestion). Meeting this criterion is one component of conformance and does not on its own guarantee an accessible experience or legal compliance; manual and assistive technology testing are generally required to verify effective error communication.
Why it matters
Forms are among the most common points of interaction on the web, and they are also where users are most likely to make mistakes. When an input error is detected but not clearly communicated, users can be left stranded, unable to determine what went wrong or how to proceed. This barrier is especially significant for people using assistive technology such as screen readers, who may not perceive visual-only cues like a red border or a warning icon. Error Identification (WCAG Success Criterion 3.3.1) helps ensure that when a mistake is automatically detected, the user is made aware of it, the specific item in error is identified, and the problem is described in text that assistive technology can convey.
The consequences of poor error communication are practical and often high-stakes. A user completing a job application, submitting a benefits form, making a purchase, or scheduling an appointment may abandon the task entirely if they cannot understand why a submission failed. Because this is a Level A criterion, it represents one of the most fundamental accessibility requirements, and failures here can undermine the usability of an otherwise functional interface.
Meeting SC 3.3.1 is one component of WCAG conformance, but it does not on its own guarantee an accessible experience or legal compliance. Automated tools can flag some issues, but confirming that errors are actually announced and understandable generally requires manual and assistive technology testing. This entry is informational and not legal advice; organizations should consult qualified counsel and current guidance for their specific obligations.
Who it's relevant to
Inside Error Identification
Common questions
Answers to the questions practitioners most commonly ask about Error Identification.