7. Web Accessibility Reporting

Informal Reviews

An informal review is a quick scan of a website to identify obvious accessibility issues. While these reviews do not represent exhaustive audits, they are useful for a variety of purposes.

Purpose of Review

An informal review is often attached to a quote for a formal accessibility audit, providing some introductory information to a client to give them a better idea of the types of issues on their website before they commit to the formal review. An informal review can be helpful in justifying a formal review.

Process of Review

Informal reviews often occur as part of a conversation, perhaps with a member of an organization who is responsible for managing an organization’s image, or with a developer who is planning or reviewing design activities. These reviews will often involve a couple of quick tests, like the Tab Key Navigation test, or passing a page through an automated accessibility checker, or quickly examining the code where suspected issues may be present, or running a page through a screen reader. These quick reviews often turn up a number of potential barriers that help get a discussion started on next steps toward making web content accessible.

Reporting Results from the Review

The following is an example of the types of issues that might be documented in an informal review. Characteristics of an informal review could include (in this example):

  1. Type of site: a registration system with integrated eCommerce
  2. Timing of review: prior to going live
  3. Duration of review: about 30 minutes
  4. Audience: the developer of the User Interface (UI) created over a third party eCommerce system
  5. Style of Report:
    1. Provided by email to the developer and the developer’s management team
    2. Brief and succinct
    3. Written in a way that the developer would understand, already being familiar with the UI, and already being familiar with the technical language being used
    4. A few non-accessibility related issues identified as a courtesy
    5. Not too detailed if the review is intended to elicit a formal review

Sample Informal Review by Email

Hi John,

Here’s a quick summary of the potential issues found on your registration site. If you like, we can arrange a time to talk about these issues, and the possibility of conducting a formal review that will address these and other potential issues in more detail to ensure that as many people as possible are able to access your site and to register.

I’ve identified some issues and offered suggestions for possible fixes where applicable:

  • Associate labels with form fields by matching the for attribute in the label with the id attribute in the input element.
  • Add aria-required="true" to the required input fields.
  • Use aria-describedby="[id]" to associate the description in the hidden spans with the respective input field.
  • The Yes/No inputs look like checkboxes, but function like radio buttons. Maybe not an issue, but inconsistent with what most people might expect.
  • For the footnote numbers next to Price and Group, aria-describedby could be used to associate the footnote with the number, or the numbers could be linked to an anchor next to the associated footnote.
  • Because there are two levels of table header cells in the tickets table, they should use headers/id to associate both levels of header, though in this case this is a trivial issue given the small size of the table.
  • The checkbox looking button beside the credit cards accepted line is a bit confusing. It shows a hand cursor which suggests it should be clickable, but it’s not.
  • When an error message is displayed, include role="alert" in the div containing the message.
  • When an error occurs, send focus to the first field that has an error.
  • It was possible to submit the form for payment without the ticket holder email being valid.
  • Clicking “return to form” in the credit card popup hangs, apparently trying to access Google Analytics.
  • In the credit card popup, focus should be trapped in the dialog in a loop until either Pay Now, Back to Form, or the Escape key is pressed.
  • In the credit card popup, the initial checkbox and other form fields should be associated with the respective labels using the Label element (with matching for/id).
  • For the error message that appears in the credit card popup, add role="alert" to the span containing the message.
  • The close X should have title text added such as title="close credit card details".
  • After submitting the credit card form, the screen hangs, again trying to access Google analytics.
  • Unable to see the output after making a credit card submission, to determine if there are any issues at the final step.
  • Unable to see how the tickets are issued, perhaps via email. Not sure if there are any issues there.

 

License

Icon for the Creative Commons Attribution-ShareAlike 4.0 International License

Professional Web Accessibility Auditing Made Easy Copyright © 2019 by Digital Education Strategies, The Chang School is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License, except where otherwise noted.

Share This Book