LeaVerou / css3test

How does your browser score for its CSS3 support?
http://css3test.com
MIT License
214 stars 83 forks source link

Poor keyboard accessibility #205

Closed LeaVerou closed 3 years ago

LeaVerou commented 3 years ago

Currently the links TR and DEV (and upcoming MDN) are only shown on :hover. They should also be shown on :focus-within to account for keyboard users.

Also, there is no keyboard-based way to expand a test. This could be fixed either with keyboard events or by using a styled <details> element where the keyboard accessibility comes for free.