ComputerWolf / SlickNav

Responsive Mobile Menu Plugin for jQuery
MIT License
941 stars 314 forks source link

Add aria-label attribute to menu button (accessibility) #186

Closed willstocks closed 3 years ago

willstocks commented 5 years ago

Added aria-label attribute to the actual button markup, as adding the menu label to the nested span only works if you want to display the label text. If you don't (display: none;) you lose out on accessibility. aria-label fixes this.