Topic: Accessibility compliance Issue with MDB NavBar Toggle Button
angularspa free asked 5 years ago
Toggle Button generated code should have aria attributes for accessibility compliance
no aria attributes generated
<button class="navbar-toggler" mdbwaveseffect="" type="button"><span class="navbar-toggler-icon"></span></button>
WCAG compliant sample
<button class="navbar-toggler" type="button" tooltip="Toggle Main navigation" placement="left" aria-controls="navbarToggler" aria-expanded="false" aria-label="Toggle Main navigation">
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Resolved
Specification of the issue
- ForumUser: Free
- Premium support: No
- Technology: MDB Angular
- MDB Version: 7.5.0
- Device: Desktop
- Browser: Chrome
- OS: Windows 7
- Provided sample code: No
- Provided link: No
angularspa free commented 5 years ago
This has been addressed on v7.5.1