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

https://github.com/alebelcor/effective-a11y

🤝 Hands-on Web accessibility
https://github.com/alebelcor/effective-a11y

a11y accessibility inclusive-design user-experience web-accessibility

Last synced: about 1 month ago
JSON representation

🤝 Hands-on Web accessibility

Awesome Lists containing this project

README

        

# Effective a11y

> Hands-on Web accessibility.

## Table of contents

* [HTML](#html)
* [Combining adjacent image and text links for the same resource](#combining-adjacent-image-and-text-links-for-the-same-resource)
* [Creating a logical tab order through links, form controls, and objects](#creating-a-logical-tab-order-through-links-form-controls-and-objects)
* [Providing text alternatives for the `` elements of image maps](#providing-text-alternatives-for-the-area-elements-of-image-maps)
* [Providing a title using the `` element](#providing-a-title-using-the-title-element)
* [Providing definitions for abbreviations by using the `` element](#providing-definitions-for-abbreviations-by-using-the-abbr-element)
* [Providing link text that describes the purpose of a link for anchor elements](#providing-link-text-that-describes-the-purpose-of-a-link-for-anchor-elements)
* [Providing submit buttons](#providing-submit-buttons)
* [Supplementing link text with the `title` attribute](#supplementing-link-text-with-the-title-attribute)
* [Using a Unicode right-to-left mark (RLM) or left-to-right mark (LRM) to mix text direction inline](#using-a-unicode-right-to-left-mark-rlm-or-left-to-right-mark-lrm-to-mix-text-direction-inline)
* [:warning:Providing text alternatives on `` elements](#providing-text-alternatives-on-applet-elements)
* [Using `alt` attributes on images used as submit buttons](#using-alt-attributes-on-images-used-as-submit-buttons)
* [Using `alt` attributes on `` elements](#using-alt-attributes-on-img-elements)
* [Using `` elements to associate data table captions with data tables](#using-caption-elements-to-associate-data-table-captions-with-data-tables)
* [Using description lists](#using-description-lists)
* [Using `

` to `

` to identify headings](#using-h1-to-h6-to-identify-headings)
* [Using `id` and `headers` attributes to associate data cells with header cells in data tables](#using-id-and-headers-attributes-to-associate-data-cells-with-header-cells-in-data-tables)
* [Using `` elements to associate text labels with form controls](#using-label-elements-to-associate-text-labels-with-form-controls)
* [Using `longdesc`](#using-longdesc)
* [Using `` with ``](#using-noembed-with-embed)
* [Using `
    `, `