Hacker News new | past | comments | ask | show | jobs | submit login

The clickable divs should be focusable and have the aria button role. <div tabindex="0" role="button">...</div>



This is necessary but insufficient. If you use role=button, it needs to behave like a button, which means that Space and Enter must also activate it.

Things to read:

https://www.w3.org/TR/wai-aria-practices/#read_me_first

https://www.w3.org/TR/wai-aria-practices/#button


Agreed they should to have accessibility support.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: