JamesDunlop / accessibility-specs

A repository of information to help me and anyone else looking for information on how to make a UI accessible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accessibility Specifications

It can be hard to track down correct and up to date information on how to make a UI accessible. So I decided to create a repository of information to help me and anyone else looking for this type of information.

It covers things like:

  • What WAI-ARIA to apply.
  • What keyboard functionality to apply.
  • Markup and in some cases CSS code examples.
  • What should happen when JavaScript is disabled.
  • Examples where available.

And will include components such as:

This is a living document and feel free to create issues for any new additions or improvements, log any issues, or just ask a question, and label appropriately. Or create a Pull Request.

Contents

Noteworthy

Resources

Libraries

Tools

Web accessibility evaluation tools can be very helpful; however, they do not replace the need for human evaluation. Evaluating for accessibility requires knowledgeable human judgment. No tool alone can determine if a site meets accessibility guidelines. (However, a tool can determine if a site does not meet accessibility guidelines.) Testing tools can increase the efficiency of evaluation. Experience with assistive technologies is required to evaluate for usable accessibility.

About

A repository of information to help me and anyone else looking for information on how to make a UI accessible