Accessibility Resources

Resources

Running a quick and dirty accessibility audit

Here are some quick things you can check to perform a quick and dirty accessibility audit:

Tools for More Detailed Audits

WAVE

The best thing about this tool is that it is fast. It is also easier for people who are not familiar with Chrome DevTools.

Good for:

aXe

This tool will give you more specific, code-level references to accessibility issues. Good for people who are comfortable in DevTools.

Good for:

Chrome Accessibility DevTools

Gives you element-level accessibility information in Chrome DevTools.

Good for: