Not keyboard accessible
-
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
atag with arole=buttonhowever it lacks anhrefattribute so it’s invalid and also can’t have focus. Theatag should be replaced with abuttontag 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)
Viewing 1 replies (of 1 total)
The topic ‘Not keyboard accessible’ is closed to new replies.