Feature Request: Accessibility
-
Greetings.
We are evaluating your plugin and so far, we like the way it works. Part of our evaluation is testing plugins for accessibility. We’ve found accessibility issues some of which have even corrected in the following code:
link-lightbox.min.js
thumbnail-lightbox.min.jsThe close tag was missing and it was added using the built in WordPress screen reader class so it is hidden from sighted users, but still recongnized by screen readers. The new javascript looks like this:
‘\n <div class=”fb3d-modal”>\n
<span class=”screen-reader-text”>Close</span>\n
<div class=”mount-container”>\n\n </div>\n </div>\nWhile this was a simple fix, we also noticed accessibility issues with images not having ALT tags. We did not search all of the code, but did see in the JavaScript above where image thumbnails are created from a source image which has an ALT tag but the resulting thumbnail does not.
Our hope is that a future release of this plugin would contain the accessibility improvements/fixes mentioned above and any others that may apply as we really like the functionality your plugin delivers.
Thanks.
- The topic ‘Feature Request: Accessibility’ is closed to new replies.