accessibility/README.md
A guide for auditing and maintaining accessible web sites and apps.
thoughtbot strives for AA level Web Content Accessibility Guideline (WCAG) compliance. Perform one or more of these checks to ensure your work is accessible.
Automated checks can catch a lot of common issues before they reach production.
Manual usability testing ensures things work as intended.
alt attributes for images, title
elements for SVGs)title attribute is only used to describe iframe element contentsfieldset and legend elements are used to group related inputs and
label themWhen at all possible, use the guidelines in the basics and quick check sections to attempt to address accessibility in a proactive way.
If a thorough analysis needs to be performed, use the following workflow to perform a comprehensive accessibility audit that checks against most WCAG criterion:
Use the Notes sheet to leave per-cell comments when necessary, referencing them with a link. The next steps for an audit are handled on a per-project basis.