docs.rodeo

MDN Web Docs mirror

Accessibility information for web authors

This document lists guidelines and regulations, how-to’s, and tools for checking and repairing accessibility problems with websites.

Guidelines and Regulations

How-to’s

Automated Checking & Repair

Use a tool to quickly check for common errors in your browser.

Tools to integrate into your build process, programmatically adding accessibility tests, so you can catch errors as you develop your web application:

Continuous integration tools to find accessibility issues in your GitHub pull requests:

While best to test your web applications with real users, you can simulate color blindness, low vision, low and contrast, and zooming. You should always test your site with out a mouse and touch to test keyboard navigation. You may also want to try your site using voice commands. Try disabling your mouse and using browser extensions like Web Disability Simulator

In this article

View on MDN