Accessibility Fixes Needed
-
Hi, I was testing the demo of your plugin to see if it was accessible and wanted to provide some feedback. Can you please make these fixes so that it’ll be fully accessible for screen reader users?
- The tabs should be button elements within the li element, so that they are read as a button and can be selected with the space bar. If you are concerned about breaking CSS changes, you can add role=”button” to the li element and then add the space bar support with JavaScript.
- The active tab should have aria-selected=”true” on it so it is clear which tab is active and which ones are not.
- You need to remove the outline:none CSS from .responsive-tabs .responsive-tabs__heading–active:focus, .responsive-tabs .responsive-tabs__list__item–active:focus — This CSS makes it impossible for keyboard-only users to be able to see where their keyboard focus is.
Here are some resources that you might find helpful.
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Accessibility Fixes Needed’ is closed to new replies.