Topic: Accessibility compliance Issue with MDB NavBar Toggle Button
angularspa
asked 2 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">
Resolved
- User: Free
- Premium support: No
- Technology: Angular
- MDB Version: 7.5.0
- Device: Desktop
- Browser: Chrome
- OS: Windows 7
- Provided sample code: No
- Provided link: No
angularspa commented 2 years ago
This has been addressed on v7.5.1