mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
8a228fce01
Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca> Co-authored-by: Princesseuh <3019731+Princesseuh@users.noreply.github.com> Co-authored-by: Fred K. Schott <fkschott@gmail.com>
9 lines
595 B
Markdown
9 lines
595 B
Markdown
---
|
|
'astro': patch
|
|
---
|
|
|
|
Adds new accessibility audits to the Dev Toolbar's built-in Audits app.
|
|
|
|
The audits Astro performs are non-exhaustive and only capable of detecting a handful of common accessibility issues. Please take care to perform a thorough, **manual** audit of your site to ensure compliance with the [Web Content Accessibility Guidelines (WCAG) international standard](https://www.w3.org/WAI/standards-guidelines/wcag/) _before_ publishing your site.
|
|
|
|
🧡 Huge thanks to the [Svelte](https://github.com/sveltejs/svelte) team for providing the basis of these accessibility audits!
|