An open API service indexing awesome lists of open source software.

https://github.com/irekrog/accessibility-checklist


https://github.com/irekrog/accessibility-checklist

accessibility aria checklist wcag wcag2

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Accessibility Checklist

## Table of Contents

* **[HTML](#html)**
* **[CSS](#css)**
* **[OTHER](#other)**
* **[BEHAVIOR](#behavior)**
* **[TOOLS](#tools)**
* **[USEFUL LINKS](#useful-links)**

## HTML

**Add `alt` attribute with description or not (then empty) to every `` tag**
> * [1.1.1 - Non-text Content - Level](https://www.w3.org/WAI/WCAG20/quickref/?showtechniques=111#qr-text-equiv-all)

**Use only one `

` per page**
> * [1.3.1 - Info and Relationships - Level A](https://www.w3.org/WAI/WCAG20/quickref/?showtechniques=131#qr-content-structure-separation-programmatic)
> * [Creating on outline (look at the Warning)](http://w3c.github.io/html/sections.html#creating-an-outline)
> * [Computer says NO to HTML5 document outline](http://html5doctor.com/computer-says-no-to-html5-document-outline/)

**Use proper and semantic HTML tags to presenting and behavior of content**
* Examples:
* Date and time should be in the `