disability: Visual
Promotes web accessibility for people with blindness, low vision, or color blindness.
3.3.1 Error Identification
Errors must be clearly indicated and described to the user.
3.3.2 Labels or Instructions
Provide enough help to prevent form errors—sometimes the label is enough, but hint text or instructions might also be needed.
3.3.3 Error Suggestion
Helpful suggestions should be provided to help users correct their errors.
3.3.4 Error Prevention (Legal, Financial, Data)
Important forms like a legal agreement or submitting financial information offer the opportunity to check the information entered before sending.
4.1.1 Parsing
The markup has been validated and there are no errors, such as duplicate ids, missing tags, and invalid child elements.
4.1.2 Name, Role, Value
The semantic meaning of every interactive element (form controls, links, headings, landmarks, tables, and so on) is correct, and each has an accessible name.
4.1.3 Status Messages
Messages like form errors and success pop-ups are communicated to assistive technology like screen readers.