Skip to content

Improve website accesibility  #21

@fernandoabolafio

Description

@fernandoabolafio

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions