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

[Accessibilité] Images décoratives à ignorer pour les lecteurs d'écran #1193

Open
seinhorn opened this issue Nov 27, 2024 · 0 comments
Open

Comments

@seinhorn
Copy link
Contributor

seinhorn commented Nov 27, 2024

ETQ visiteur du blog en situation de handicap
Je souhaite pouvoir accéder aux contenus optimisés pour les outils d'assistance comme les lecteurs d'écran

Contexte

Actuellement la majorité des images du blog ont une alternative textuelle peu significative ou redondante avec le titre de l'article ou l'auteur.

Besoin

Il faudrait permettre aux visiteurs du blog en situation de handicap d'avoir des informations significatives.

Solution

Ajouter la mention aria-hidden="true" pour toutes les images décoratives du projet.

  1. Cover (Article)
<img class="post-page__cover" src="/imgs/articles/[...]/cover-[...]" alt="[...]" [...] aria-hidden="true">
  1. Avatar (Auteur)
<img src="/imgs/authors/[...]" alt="[...]" class="author-page__avatar-img" aria-hidden="true">

Documentation :
https://docs.google.com/spreadsheets/d/10vwRgRJj07PcW3w1iCc21QxfF6Gshn0s9-P8EGU8BKs/edit?gid=418219487#gid=418219487

@seinhorn seinhorn changed the title [Accessibilité] Images décoratives : ajouter aria-hidden="true" [Accessibilité] Images décoratives à ignorer pour les lecteurs d'écran Nov 27, 2024
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

1 participant