Note: This is a PDF/Print version of this article. Click here to view this content in your web browser
A fix for UI elements that do not respond to return or enter key presses
While I usually don't write much about client-specific work about my job, I recently was hit with a minor problem: Slideshows are terrible for accessibility. After scratching my head for a few minutes, I was hit with a dead simple solution, simulate mouse clicks with JS. Check out the codepen below.
See the Pen Tabindex return fix