Flip Card Keyboard Focus for accessibility

Hi, I’m checking accessibility compliance on my site before I go live and noticed the flip cards (and the buttons on the back of the cards) are not keyboard focused when a user tabs through the page. What is your recommended best practice for setting keyboard focus to flip the card and to select the button on the back of the card? Would prefer a CSS option to JS.

Thank you in advance!

Hi Tari,

Thanks for reaching out.
You can set the focus by adding the tabindex attribute using the custom attribute option. But unfortunately, there is no such keyboard action to flip the card and click on the button.

test-new-Content-Pro (57)

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.