1. smithjd44
  2. Sherlock Holmes
  3. Commercial Templates
  4. Friday, 14 January 2022
  5.  Subscribe via email
When I check the Web Accessibility Evaluation Tool at https://wave.webaim.org, I am getting an empty link error on both your Emani and Nina Joomla 4 templates.

The error comes from the following code: <a href="#mobile-menu" class="menu-toggle" aria-haspopup="true" role="button" tabindex="0"> located in the index.php file (line 105 on Nina and line 114 on Emani).

Is there a reason for an empty link error on the Web Accessibility Evaluation tool and can that fixed by adding some text or changing the code.

I assume the code is necessary for the mobile menu.

Thank you in advance for your assistance.

James
References
  1. https://wave.webaim.org
  2. https://www.provejesus.com
  3. http://tempdomain72.site
Accepted Answer Pending Moderation
0
Votes
Undo
Hi James

Adding a aria-label attribute to the link should resolve the issue for you.

Eg.

 <a href="#mobile-menu" class="menu-toggle" aria-haspopup="true" role="button" tabindex="0" aria-label="Mobile menu toggle">


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you! That is a great help!

Everyone who is testing their websites for ADA should appreciate this.

Thanks again!

James
  1. more than a month ago
  2. Commercial Templates
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!