WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Standard form button action?

for

From: Ben Regis
Date: Aug 25, 2017 10:16AM


Hi Vanessa

Buttons normally work with the enter key as well. I assume a native HTML <button> isn't being used and an event handler for the enter key hasn't been added. More information on this page - https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_button_role

With submit button being un-selectable - can it be clicked with a mouse?

Kind regards

Ben