badcamp / badcamp-2018

The magic that is the BADCamp 2018 website!
https://2018.badcamp.net
MIT License
0 stars 2 forks source link

Accessibility Issue: Mobile Menu Button is empty #163

Open wakingmorning opened 6 years ago

wakingmorning commented 6 years ago

Issue: Mobile menu button is empty and does not programatically determine the name. Possible Solution: Add a title attribute, aria-label, or aria-labelledby attribute to these buttons.

Markup with issue: <button class="menu-icon" type="button" data-toggle="responsive-navigation"></button>