Topic: Accessibility Complaint Issue with mdb-navBar
angularspa free asked 5 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>
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: 7.4.3
- Device: Desktop
- Browser: chrome
- OS: Windows 7
- Provided sample code: Yes
- Provided link: No