Interaction with Audio Eye plugin
-
Just started using this plugin on one of our sites for work, and I found a negative interaction with another plugin. Audio Eye is an accessibility plugin that adds screen reader functionality to all of our sites, and to be ADA compliant, we need to have it running on all our sites. One of the things it does is remove title attributes from a tags on sites that it’s on. It removes the title attributes in order to improve usability of the screen reader by reducing the number of items to be read off.
All this said, the easy fix is to change the CSS files to check the data-lang attribute instead of the title attribute, which only needs a find/replace. unfortunately, it is our policy to not modify third party plugins for use on our sites, and adding over 1800 lines of CSS to my site to fix the plugin on our site isn’t exactly feasible.
I was hoping, since the functionality of the plugin isn’t affected by the change, and in fact make it more usable in instances where certain other plugins are being used, you guys could make the change on your end and push a new version.
The topic ‘Interaction with Audio Eye plugin’ is closed to new replies.