You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Put icons into spans with aria-hidden="true" so screen readers won't
read them.
* Provide tooltips via title attribute.
* Use sr-only spans for text labels.
* Hide mmenu when not open so it doesn't peek behind main content.
So I think the issue is actually targeting icons and ensuring they have text fallbacks of some kind. Turning off the CSS exposes this better: if the button doesn't have discernible meaning without the icon's presence, it becomes inaccessible. In the commit above, I've included text labels that are mainly exposed to screen readers, and the icons themselves are now in spans that are hidden from screen readers and should not be read out loud.
Cozy is getting pinged for the same CSS issues as Center Row - omeka-s-themes/centerrow#71
The text was updated successfully, but these errors were encountered: