tabindex is wrong for accessibility
-
The default action of your plugin is to set the sharing buttons to tabindex=1. This is causing our accessibility reviews with our clients to FAIL. The tabindex should be set to 0 by default, or at least give us a way to control this with the settings.
The very first link a person using keyboard navigation should see is the “skip to content” button, and if they tab past this, they should go to the navigation. But by setting your buttons to tabindex=1, you force your buttons above all of this. We tried changing this with javascript, but the timing is clunky. We have to wait for your plugin to do its thing work, then do our fix. Most of the time the user has already hit tab in this gap of time.
I have searched online and there are complaints about this problem going as far back as six years. So I am really hoping that there is a list a solid work around in place. Thanks in advance for any help you can provide.
- The topic ‘tabindex is wrong for accessibility’ is closed to new replies.