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