Buttons completely INACCESSIBLE!!!!
-
The “add to cart” and “buy now” buttons are COMPLETELY INACCESSIBLE to anyone using a keyboard. The buttons are CODED WRONG. Anchor links need to have a HREF property or the keyboard can NOT find them.
If you are keeping a user on the same page, just performing an action, then it needs to use <BUTTON> html tags to allow the keyboard to access.
Once you open a modal window, you must put the keyboard focus onto the modal window and as long as the modal is open, you need to keep they keyboard focus there.
On checkout, it’s not possible to add a coupon code with keyboard navigation. You also can’t reach the purchase button!!!
The topic ‘Buttons completely INACCESSIBLE!!!!’ is closed to new replies.