Skip to Main Content

Accessibility Toolkit for Open Educational Resources (OER): Evaluation Tools [Updated 2024]

Accessibility guide for creating OER
When creating an OER it is important to evaluate your site's accessibility.  Here are some self-evaluation and assessment tools you can use to evaluate your sites.

Nu Html Checker [Added 2024]

The Nu Html Checker (v.Nu) helps you catch unintended mistakes in your HTML, CSS, and SVG. It enables you to batch-check documents from the command line and from other scripts/apps, and to deploy your own instance of the checker as a service (like validator.w3.org/nu).

The core reason to run your HTML documents through a conformance checker is simple: To catch unintended mistakes—mistakes you might have otherwise missed—so that you can fix them.

Beyond that, some document-conformance requirements (validity rules) in the HTML spec are there to help you and the users of your documents avoid certain kinds of potential problems.

The Nu Html Checker (v.Nu) is an ongoing experiment in better HTML checking, and its behavior remains subject to change. In particular, because new types of error checks continue to be actively added to the checker, there is no guarantee provided that if the checker reports zero errors for a particular document at one point in time, it will report zero errors for that same document at some later point in time.

The Nu Html Checker should not be used as a means to attempt to unilaterally enforce pass/fail conformance of documents to any particular specifications; it is intended solely as a checker, not as a pass/fail certification mechanism.

WAVE Tool [Updated 2020]

The WAVE tool was created in 2001 and revamped in 2019 by the WebAIM, a non-profit organization based at the Center for Persons with Disabilities at Utah State University.

The WAVE browser plug-in is easy to use and allows you to see issues on your pages, such as contrast errors or structural issues, all at once automatically. The tool also provides information and links to further information regarding WCAG so it helps you learn about accessibility as you use it. WAVE for Firefox, WAVE for Chrome.


Attribution:[WebAIM - Web Accessibility in Mind] (2020, Apr. 9) Introduction to WAVE [Video File]. Retrieved from https://youtu.be/ITUDiTgAZY0

aXe: the Accessibility Engine

Created by the Deque Systems, the aXe browser extension will run a quick in-browser test. The extension returns detailed information on accessibility violations and how to fix them with a link to more in-depth information. You use the aXe extension in conjunction with opening and viewing “Inspect Element” or “Inspect” in your browser. They have axe for Chrome, axe for Firefox 54+, axe-core on GitHub, and axe-core on npm.


Attribution: [Deque Systems] (2016, Dec. 1) Easy Accessibility Testing with aXe [Video File]. Retrieved from https://youtu.be/FW1giWW5M9I

AChecker

AChecker's options

An open source Web accessibility evaluation tool. It can be used to review the accessibility of Web pages based on a variety international accessibility guidelines.

The AChecker provides the ability to generate downloadable reports: You can export the reports in PDF, CSV, HTML, or EARL files. The reports list accessibility issues in the following categories:

  • Known problems: These are problems that have been identified with certainty as accessibility barriers. You must modify your page to fix these problems;
  • Likely problems: These are problems that have been identified as probable barriers, but require a human to make a decision. You will likely need to modify your page to fix these problems;
  • Potential problems: These are problems that AChecker cannot identify, that require a human decision. You may have to modify your page for these problems, but in many cases, you will just need to confirm that the problem described is not present.

(Note: You DO NOT need to create an account to use AChecker, but you can save reviews and customize standards testing)

Attribution: [Greg Gay] Using AChecker to Test Web Accessibility [Video File] Retrieved from https://youtu.be/jtNyF7KuOk8

tota11y

The Tota11y: Accessibility visualization toolkit will help you visualize how your site performs with assistive technologies by allowing you to look at issues such as Headings, Color contrast, Link text, labels or Image alt tags. Tota11y is available as a browser plug-in and bookmarklet. Created by Khan Academy. tota11y for Firefox, tota11y for Chrome


Attribution: [Nodecasts] (2015, Sept. 12) Accessibility Tools - Tota11y [Video File] Retrieved from https://youtu.be/DTxxA_Y1gak

Web Developer

This web developer extension adds a toolbar button with various web developer tools to the browser. These tools can be used to check accessibility. Web Developer for Chrome, Web Developer for Firefox and Word Developer for Opera, and will run on any platform that these browsers support including Windows, macOS and Linux.

headingsMap

The extension by Jorge Rumoroso generates a document map or index of any web document structured with headings (you can access directly to the content by clicking on any of its items), and now, it shows the HTML 5 outline. The extension:

  • Shows the structure of the main document headers.
  • Indicates the level of each of the headers.
  • Alert the cases where no headers in the document and those breaks incorrect header, keeping alert header to find a suitable level.
  • Displays all the headers present in the document, including hidden by CSS techniques or those lacking content.

headingsMap for Firefox, headingsMap for Chrome.

Landmarks Navigation via Keyboard

The Landmark browser add-on allows you to navigate a web page via WAI-ARIA landmarks, using the keyboard or a pop-up menu. Landmark regions broadly signpost the areas of a page (e.g. navigation, search, main content and so on). Landmark for Firefox, Landmark for Chrome.

JavaScript Bookmarklets

These 16 bookmarklets were created by Paul Adam, a Web & Mobile Accessibility Consultant in Austin, TX.  I find the “Image”, “Force Focus” and “Headings” really useful.

Screengrab of Paul Adam's bookmarkletspage. Click on image to be taken to installation page.

Accessibility Bookmarklets

These 5 bookmarklets were originally created by Pixo and Disability Resources and Educational Services (DRES) at the University of Illinois at Urbana-Champaign. They are based on WCAG 2.0, ARIA 1.0, and HTML5 requirements. and designed for use on modern desktop browsers (Chrome, Firefox, Safari, Opera, and IE 9 or above). Click on the bookmarklet images below to be taken to the instillation page. Once on the page, to install a bookmarklet, the most common way is to drag and drop a bookmarklet link into your browser’s bookmarks or favorites bar.

  • Landmarks: Highlights all ARIA landmarks, including HTML5 tags that are interpreted as landmarks.
  • Headings: Highlights all H1 through H6 elements on a page.
  • Lists: Highlights every ordered list, unordered list, and definition list on a given page, along with how many list items exist for each list.
  • Forms: Highlights form-related elements and provides info on their associated labeling techniques, grouping labels and ARIA roles.
  • Images: Highlights the types of images on a page, along with their alt text.

Shows landmarks, headings, lists, forms and images bookmarklets. Click image to go to page.

A11Y – Color blindness empathy test

Empathy test for color blindness and visual impairment. This add-on emulates 8 types of color blindness, plus grayscale to check the contrast of your website. A11y for Firefox, A11y for Chrome

WCAG Contrast Checker

Color Contrast Analyzer