Adds a11y video callout

This commit is contained in:
jonniebigodes 2022-12-21 18:22:07 +00:00
parent a97702b243
commit dfc9c9f322

View File

@ -2,6 +2,8 @@
title: 'Accessibility tests'
---
<YouTubeCallout id="rNLL0SICr9w" title="STOP fighting accessibility | automate a11y checks" />
Accessibility is the practice of making websites inclusive to all. That means supporting requirements such as: keyboard navigation, screen reader support, touch-friendly, usable color contrast, reduced motion, and zoom support.
Accessibility tests audit the rendered DOM against a set of heuristics based on [WCAG](https://www.w3.org/WAI/standards-guidelines/wcag/) rules and other industry-accepted best practices. They act as the first line of QA to catch blatant accessibility violations.