The WebExtension — which has its own repository — provides some more tools requiring a bit of JavaScript:
- Force focus;
- Show
lang
attributes; - Check
alt
andtitle
for<img>
; - Increase text spacings.
Description
This page provides fake content with:
- language attributes,
- images: some have a correct
alt
attribute, some don't, some have an emptyalt
.
This enables us to test two webextension's modules.
- https://rgaa.tanaguru.com/rgaa4-criteres.html#crit-1-1
- https://rgaa.tanaguru.com/rgaa4-criteres.html#crit-1-2
- https://www.accede-web.com/notices/html-et-css/images-et-icones/gerer-lattribut-alt-des-balises-img-et-input-typeimage/
- https://www.w3.org/WAI/tutorials/images/decision-tree/
- https://www.w3.org/TR/html51/semantics.html#alt
- https://www.w3.org/TR/WCAG21/#non-text-content
- https://www.w3.org/WAI/WCAG21/Techniques/html/H36
- https://www.w3.org/WAI/WCAG21/Techniques/html/H37
- https://www.w3.org/WAI/WCAG21/Techniques/html/H24
- https://www.w3.org/WAI/WCAG21/Techniques/html/H67
- https://www.w3.org/WAI/WCAG21/Techniques/failures/F39
- https://www.w3.org/WAI/WCAG21/Techniques/failures/F38
- https://www.w3.org/WAI/WCAG21/Techniques/failures/F65