Comment on A small change to improve browsers for keyboard navigationparentComments−hirako20001yButtons work too.The issue is with any JavaScript driven on click events tags. Some sites even have their <a> tags not responding to keyboards events, because they have a hash href, and a JavaScript handler to redirect.The web is beautiful place.−h43zOP1yI don't see it working on firefox for buttons but on chrome. Both don't work on other html elements (div,span,..).
Comments
Buttons work too.
The issue is with any JavaScript driven on click events tags. Some sites even have their <a> tags not responding to keyboards events, because they have a hash href, and a JavaScript handler to redirect.
The web is beautiful place.
I don't see it working on firefox for buttons but on chrome. Both don't work on other html elements (div,span,..).