Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

a11y: Items in the feature list aren't focusable. #48

Closed
mikewest opened this issue Aug 8, 2013 · 1 comment
Closed

a11y: Items in the feature list aren't focusable. #48

mikewest opened this issue Aug 8, 2013 · 1 comment

Comments

@mikewest
Copy link
Contributor

mikewest commented Aug 8, 2013

Tabbing through the document should eventually land me on the clickable feature list. It currently doesn't, as each item is just a flat <div>. I'd suggest adding "tabindex='0'" to each element that you expect folks to interact with (or changing them to use something which is natively focusable, like <a> or <button>).

As a second step, it would be good to ensure that they're interactwithable (yes, that's a word now) via the keyboard. :)

Thanks!

-mike

@ebidel
Copy link
Contributor

ebidel commented Aug 8, 2013

Tab index fixed in: f2b9518.

Fixed a separate issue for keyboard nav: #49

@ebidel ebidel closed this as completed Aug 8, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants