• Resolved Shannon Little

    (@enchiridion)


    Hi,
    I just tried this plugin, while it looks good, unfortunately it’s not accessible via the keyboard nor follows ARIA best practices.

    The Add to Wishlist button is an a tag with a role=button however it lacks an href attribute so it’s invalid and also can’t have focus. The a tag should be replaced with a button tag to be semantically and syntactically correct and this will fix the focus issue.

    When the modal is opened, focus needs to be moved to it and when focus is changed, it must be contained within the modal and not allowed to go back onto the page content behind it.

Viewing 1 replies (of 1 total)
  • Plugin Author templateinvaders

    (@templateinvaders)

    Hi @enchiridion

    Thanks for the suggestions.

    Version 1.27.4 included mentioned enhancements.

    We added accessibility support for add to wishlist button. Now it could be focused and triggered from Enter or Spacebar.

    The modal window focus issue was also fixed.

Viewing 1 replies (of 1 total)
  • The topic ‘Not keyboard accessible’ is closed to new replies.