Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Critère 10.1.2 #183

Open
MathieuAlphamosa opened this issue Dec 29, 2023 · 1 comment
Open

Critère 10.1.2 #183

MathieuAlphamosa opened this issue Dec 29, 2023 · 1 comment

Comments

@MathieuAlphamosa
Copy link

MathieuAlphamosa commented Dec 29, 2023

Il est possible d'utiliser les attributs width et height pour l'élément <source>.
Exemple :

<picture>
<source media="(max-width: 420px)" srcset="mon-image.webp" type="image/webp" width="380" height="240">
<img src="mon-image.png" alt="..." width="600" height="400">
</picture>

Plus d'informations :
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/source#height

Hors l'usage de ces attributs déclenche l'invalidation du critère 10.1.2 puisque la méthodologie ne prend pas ces exceptions en compte.
https://accessibilite.numerique.gouv.fr/methode/criteres-et-tests/#10

@asplamagnifique2
Copy link

Nous nous posons la même question.
Un audit d'accessibilité sur l'un de nos projets met en avant cette remarque, alors que le tag et ses attributs sont corrects d'un point de vue HTML.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants