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é] Logo du blog #1196

Open
seinhorn opened this issue Dec 2, 2024 · 0 comments
Open

[Accessibilité] Logo du blog #1196

seinhorn opened this issue Dec 2, 2024 · 0 comments

Comments

@seinhorn
Copy link
Contributor

seinhorn commented Dec 2, 2024

ETQ visiteur du blog en situation de handicap
Je souhaite pouvoir accéder aux informations véhiculées par le logo du blog avec les outils d'assistance

Contexte

Actuellement l'accès aux informations véhiculées par le logo n'est pas adaptée pour l'accessibilité.

Besoin

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

Solution

Remplacer :

<a hreflang="fr" href="/fr/" class="color-primary">
    <div class="[...] logo header__logo">
        <svg xmlns="http://www.w3.org/2000/svg" [...]>
            [...]
        </svg>
        <div class="logo__blog">
            <p class="font-weight-medium">Eleven Labs</p>
            <p class="font-weight-bold">Le blog</p>
        </div>
    </div>
</a>

Par :

<a hreflang="fr" href="/fr/" class="color-primary" title="Blog Eleven Labs (retour à l'accueil)">
    <div class="[...] logo header__logo">
        <svg xmlns="http://www.w3.org/2000/svg" [...] role="img" aria-hidden="true">
            [...]
        </svg>
        <div class="logo__blog">
            <span class="font-weight-medium">Eleven Labs</span>
            <br role="presentation">
            <span class="font-weight-bold">Le blog</span>
        </div>
    </div>
</a>
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