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
The following are suggestions from the Google audit report on how to improve this website accesibility:
I would also add keyboard navigation for the sections menu