• Resolved saintron

    (@saintron)


    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.js

    The 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>\n

    While 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.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author iberezansky

    (@iberezansky)

    Thank you. Will think about this in next updates.

    Thread Starter saintron

    (@saintron)

    Hello. Came back to check on the status of this request/issue. Read the developer log, but not sure if it has been addressed. If so, please let me know as our community is eager to use your plugin. Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Feature Request: Accessibility’ is closed to new replies.