Forums
The icons for menu items: Instructor-Led Training, Live Meeting, Notifications, etc are missing an accessible name. Screen reader users need to have this to understand what the link is.
Given all the legal action, we are being very careful on the technology we use. Opigno is generally very good!!! Just some minor issues to get in compliance with WCAG / Section 508...
To fix, you just need to put the description in the existing span. It looks like it stays hidden, so I hope this is an easy fix.
Before: Not Accessible
< a href="#" class="d-flex align-items-center" data-toggle="dropdown" style="font-size: 16px !important;" aria-expanded="true" > < span class="picto" style="font-size: 0px !important;">< /span >
< /a >
After: Accessible - Added "Instructor Led"
< a href="#" class="d-flex align-items-center" data-toggle="dropdown" style="font-size: 16px !important;" aria-expanded="true" > < span class="picto" style="font-size: 0px !important;">Instructor Led
< /a >
This is a good example of an issue that automated automated testing should have caught but doesn't. In this case WAVE cannot see the error for whatever reason. But advanced tools like DAP did catch it.
Hi himrak,
Hi himrak,
Thanks for raising this point !
We will add this for a next release