Keyboard button clicks with Space and Enter behave differently

added by JavaScript Kicks
4/22/2022 11:32:24 AM

569 Views

Whenever you add a JavaScript click handler to DOM elements other than the good old button, you should hold on and ask yourself if you're using the correct element. Semantic HTML provides additional functionality to assistive technology and is usually more accessible than clickable div soup.


0 comments