• Resolved redwiregareth

    (@redwiregareth)


    Our client requires their site to meet certain accessibility levels.

    Unfortunately your plugin fails as there is no tab index on the buttons so people can’t use their keyboard to navigate the buttons.

    Would you consider updating the plugin with tab indexes on all buttons?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter redwiregareth

    (@redwiregareth)

    It turns out a plugin called WP Accessibility was removing the tab indexes, please ignore /delete this post.

    If you’re referring to the ‘Cookie Settings’ and ‘Accept All’ controls, the best solution would really be to re-map those as buttons, since that’s how they’re operating. But if they’re going to stay as links, they can be made focusable by including an href attribute. A anchor element without an href attribute is not a link, and is not natively focusable.

    But this is one of the cases that WP Accessibility could handle better; I can check for anchor elements that don’t have an href and exclude those.

    Plugin Author Moove Agency

    (@mooveagency)

    Hi @redwiregareth

    Thanks for using our plugins.

    We’ve done a lot of work on accessibility with this plugin so glad to hear that now everything works for you.

    I’ll close this ticket.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Accessibility issue: tab index’ is closed to new replies.