Topic: Accessibility Complaint Issue with mdb-navBar
angularspa asked 6 years ago
MDB NavBar generated HTML code should comply to WCAG 2.0 standard
NavBar generate HTML code (navbar-toggle hamburger) does not have aria lable included
<button class="navbar-toggler" mdbwaveseffect="" type="button"><span class="navbar-toggler-icon"></span></button>
WCAG 2.0 compliant code should like this
<button class="navbar-toggler" type="button" aria-controls="navbarTogglerxyz" aria-expanded="false" aria-label="Toggle Main navigation"><span class="navbar-toggler-icon"></span> </button>
Arkadiusz Idzikowski staff answered 6 years ago
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- User: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: 7.4.3
- Device: Desktop
- Browser: chrome
- OS: Windows 7
- Provided sample code: No
- Provided link: No