Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Accessibility checklist

Clint Troxel edited this page Jan 6, 2020 · 10 revisions

What we can see, hear, say, and touch affects how we interact with technology. And these abilities are not static; they can be impaired situationally, temporarily, or permanently. This diversity means there isn't a "normal" experience or user, and that technology needs to be accessible to people with varying levels of ability.

Everyone who works on government websites, including researchers, visual designers, content strategists, developers and project managers, has a hand in making public resources more accessible to the public. By law federal websites need to be Section 508 compliant, which follows the W3C Web Content Accessibility Guidelines (WCAG) 2.0 Level AA).

What to check for

Critical

Failing one of these checks will cause serious problems and/or stop most users of assistive technology from using the site.

Less critical

Failing one of these checks will cause problems or increased frustration for certain users.

Minor

Failing one of these checks will cause problems or frustration for a small number of users.

Also consider

Automated testing

There are many tools that can be automated in your Continuous Integration setup to help test for accessibility. https://accessibility.18f.gov/tools/ is a good place to start learning about these tools. Pa11y and Lighthouse are two common and useful tools.

Evaluating and measuring accessibility can be difficult. Automated tools like Lighthouse and Pa11y can help, but they cannot replace talking to and working with people who experience disability. This, too, can be difficult – especially in government – where there are legal statutes that both require accessibility and place heavy restrictions on how agencies can recruit participants for usability testing of any kind, including testing for accessibility.

Resources

Clone this wiki locally