IT Accessibility Checklist

Our goal at Johnston Community College, as stated in our Web Accessibility Guidelines, is to achieve the success criteria of the Web Content Accessibility Guidelines (WCAG ) 2.0 at Level AA. WCAG 2.0 is the de facto standard for web accessibility developed by the World Wide Web Consortium (W3C).

The following checklist is based on the WCAG 2.0 standards, and is provided to assist the JCC community, including web designers, developers, content creators, and purchasing agents, in creating and procuring accessible IT. It can also be used as a reference for vendors and contractors providing products and services to the JCC community. Many of the items in this checklist apply to web pages and web-based applications as well as electronic documents in Microsoft Word, Adobe PDF, and other formats, and other products and services that are not specifically web-based.

Perceivable

Make content and controls perceivable by all users.
  1. Do images have alternative text?
  2. More about Making Images Accessible
  3. Does video have captions and does audio have a transcript?
  4. More about Producing Accessible Multimedia
  5. Does the web page or document include headings, lists, ARIA landmarks, and other semantic elements to communicate document structure?
  6. More about Providing Structure in Web Pages and Documents
  7. Is the tab order and read order logical and intuitive?
  8. More about Ensuring Proper Tab and Read Order
  9. Do form fields within web pages and documents have appropriately coded labels and prompts?
  10. More about Creating Accessible Forms
  11. Have you avoided using visual characteristics to communicate information (e.g., “click the circle on the right” or “required fields are in red”)?
  12. More about Avoiding Reliance on Visual Characteristics
  13. Does the interface have sufficient contrast between text color and background color?
  14. More about Providing Sufficient Color Contrast
  15. Does the content scale well when text is enlarged up to 200 percent?
  16. More about Supporting Enlarged Text
Operable Make content and controls operable by all users.
  1. Can all menus, links, buttons, and other controls be operated by keyboard, to make them accessible to users who are unable to use a mouse?
  2. More about Designing for Keyboard Accessibility
  3. Does the web page include a visible focus indicator so all users, especially those using a keyboard, can easily track their current position?
  4. More about Providing Visible Focus for Keyboard Users
  5. Do features that scroll or update automatically (e.g., slideshows, carousels) have prominent accessible controls that enable users to pause or advance these features on their own?
  6. More about Ensuring Accessibility of Scrolling or Updating content
  7. Do pages that have time limits include mechanisms for adjusting those limits for users who need more time?
  8. More about Providing Accessible Time Limits
  9. Have you avoided using content that flashes or flickers?
  10. More about Avoiding Flashing or Flickering Content
  11. Does the web page or document have a title that describes its topic or purpose?
  12. More about Providing an Informative Title
  13. Are mechanisms in place that allow users to bypass blocks of content (e.g., a “skip to main content” link on a web page or bookmarks in a PDF)?
  14. More about Facilitating Efficient Navigation
  15. Does the website include two or more ways of finding content, such as a navigation menu, search feature, or site map?
  16. More about Providing Multiple Ways of Finding Content
  17. Is link text meaningful, independent of context?
  18. More about Using Meaningful Link Text
Understandable
    Make content and user interfaces understandable to all users.
  1. Has the language of the web page or document (or individual parts of a multilingual document) been defined?
  2. More about Identifying Language of a Document and its Parts
  3. Have you avoided links, controls, or form fields that automatically trigger a change in context?
  4. More about Providing Predictable Behavior
  5. Does the website include consistent navigation?
  6. More about Providing Consistent Site-wide Navigation
  7. Do online forms provide helpful, accessible error and verification messages?
  8. More about Using Accessible Methods of Form Validation
Robust
    Make content robust enough that it can be interpreted reliably by a wide variety of user agents, including assistive technologies.
  1. Is the web page coded using valid HTML?
  2. More about Validating Your Code
  3. Do rich, dynamic, web interfaces, such as modal windows, drop-down menus, slideshows, and carousels, include ARIA markup?
  4. More about Using ARIA for Web Applications