Details
Priority
MajorAffects versions
Components
Assignee
UnassignedUnassignedReporter
Matthew JonesMatthew Jones
Details
Details
Priority
Affects versions
Components
Assignee
Unassigned
UnassignedReporter
Matthew Jones
Matthew JonesCreated April 19, 2018 at 7:36 AM
Updated September 16, 2024 at 11:30 PM
[New] - 3/13/2018
[Issue]
After submitting the form with errors, only on the errors is displayed at the beginning of the form.
[User Impact]
Users may miss that they are errors.
[Expected behavior]
Developers should:- Add a list of errors before the form fields, using the word "error",- Move the focus on the list with the list's id as anchor on the page,- Add direct links to the fields from the error list items.
[Reference links]
Developers can refer following links:
https://www.w3.org/TR/wai-aria/#aria-describedby
https://www.w3.org/TR/wai-aria/#aria-label
Sample Example link:
https://www.w3.org/WAI/WCAG20/Techniques/working-examples/ARIA21/form-alert3.html