-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WAVE & other accessibility audits show several errors #25
Comments
http://wave.webaim.org/extension/ |
Note: likely empty labels will be difficult to address in this first round |
Should we make all of the modal dialouges use Do you want to remove link titles entirely? Two of the example focusable elements do not have a tabindex? Perhaps it needs to be set to -1? |
<h1>
, which doesn't really reflect the structure of the viewer, and several of the headings are empty<a href="/" id="top"></a>
<a href="#" class="toggle more"></a>
<a class="imageBtn iiif" href="..." title="IIIF Manifest" target="_blank"></a>
(AFAIK a link title is not sufficient for all screen readers. We use the bootstrap sr-only class to add text that's not visible but still perceivable.)<a href="/" id="top"></a>
<div class="paging btn prev disabled" tabindex="0" title="Previous" style="position: relative; padding-left: 0px; padding-top: 0px; display: block; top: 120.5px;"></div>
<a href="#" class="toggle more"></a>
The text was updated successfully, but these errors were encountered: