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

Improve website accesibility #21

Open
fernandoabolafio opened this issue Jan 21, 2019 · 5 comments
Open

Improve website accesibility #21

fernandoabolafio opened this issue Jan 21, 2019 · 5 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@fernandoabolafio
Copy link
Member

fernandoabolafio commented Jan 21, 2019

The following are suggestions from the Google audit report on how to improve this website accesibility:

  • Image elements do not have [alt] attributes:
<img class="logo" src="/img/darklogo.svg">
<img id="banner-bugs" src="/img/banner.svg">
<img src="img/owasp-rating.png" style="width: 80%; max-width: 448px;">
<img src="/img/iconDecredLightBlue.svg">
  • [aria-*] attributes are not valid or misspelled:
<nav id="main-menu" class="main-menu" role="navigation" aria-expanded="false" aria-lable="Main menu">
  • Links do not have a discernible name:
<a href=""><img class="logo" src="/img/darklogo.svg"></a>
  • element does not have a [lang] attribute
<html xmlns="http://www.w3.org/1999/xhtml">

I would also add keyboard navigation for the sections menu

@fernandoabolafio fernandoabolafio added the enhancement New feature or request label Jan 21, 2019
@macelai
Copy link

macelai commented Feb 21, 2019

I'll work on this.

@degeri
Copy link
Member

degeri commented Aug 22, 2019

@macelai Any updates on this ?

@fernandoabolafio fernandoabolafio removed their assignment Aug 22, 2019
@fernandoabolafio fernandoabolafio added the good first issue Good for newcomers label Aug 22, 2019
@CharlyRielle
Copy link

Is anyone currently working on this?

@macelai
Copy link

macelai commented Aug 27, 2020

I'm sorry, didn't make any progress.

@CharlyRielle
Copy link

No worries. I'll take a look and start working on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants