Web Accessibility Audit – Ontario.ca

Error Handling

A web accessibility audit was performed on web tools that assisted users with their vehicle’s requirement for Drive Clean tests. The error message was to the right of the form input field and was not associated with the field. When a screen reader was tested, the context was not being properly conveyed. It is only after they input the long Vehicle Identification Number (VIN) again that they would hear the message.

Original screen:

A short form with a label to the left of the input field named "*Vehicle Identification Number:" There is a red error message to the right of the input field that states "invalid VIN". The asterisk states "indicates required field. There are two buttons after this form: Search and Reset.

Error Recovery

In the original form, the error is noted after the form has been submitted. The user is asked to try again without any clear way to return to the original form. The user would either need to use the browser’s “Back” button or they would return to the home page to begin again. The best way to handle errors after submission is to state how many errors were found with anchor links to the associated fields in the form. This list of errors can be written to the top of the web page. Suggested error handling: There are 2 errors in the information you submitted. 1. Please (with linked text) enter a postal code on your vehicle registration. 2. Please (with linked text) enter a model year of your vehicle. An arrow pointing to the form field that is being referenced. Showing how the link will lead the user to the associated form field that received an error.

 

Back to portfolio