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

Tabindex/What should be tabbable #4

Open
tspeed90 opened this issue Mar 3, 2018 · 0 comments
Open

Tabindex/What should be tabbable #4

tspeed90 opened this issue Mar 3, 2018 · 0 comments

Comments

@tspeed90
Copy link
Member

tspeed90 commented Mar 3, 2018

When working on our project, I wasn't exactly clear on what should be accessible by tabbing and I went a bit overboard on using tabindex. Now that I had some time to look into it, it seems that tabindex should only be used on elements that are interactive. Things that do something when you click on them (buttons, links, check boxes, etc). I used it on bodies of text and on our profile cards, but this was an incorrect use of the tabindex attribute.

@tspeed90 tspeed90 changed the title What should be tabbable on a page Tabindex/What should be tabbable Mar 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant