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://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#1.1
- https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#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://html.spec.whatwg.org/multipage/images.html#alt
- https://www.w3.org/TR/WCAG22/#non-text-content
- https://www.w3.org/WAI/WCAG22/Techniques/html/H36
- https://www.w3.org/WAI/WCAG22/Techniques/html/H37
- https://www.w3.org/WAI/WCAG22/Techniques/html/H24
- https://www.w3.org/WAI/WCAG22/Techniques/html/H67
- https://www.w3.org/WAI/WCAG22/Techniques/failures/F39
- https://www.w3.org/WAI/WCAG22/Techniques/failures/F38
- https://www.w3.org/WAI/WCAG22/Techniques/failures/F65