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

Easier way to get to favorites for keyboard/screenreader users #4

Open
nolanlawson opened this issue Jun 21, 2020 · 2 comments
Open
Labels
accessibility enhancement New feature or request

Comments

@nolanlawson
Copy link
Owner

For keyboard and screenreader users, it would be nice to have a faster way to get to the favorites bar. They're supposed to be easily-accessible, which they are for mouse and touch users, but keyboard/screenreader users may have to tab through a lot of content to get to the favorites.

Something like skip links but for the favorites bar ("Skip to favorites"?) could work, although I need to do some research first to see if this is a generic pattern that would make sense for an emoji picker component.

@nolanlawson nolanlawson added enhancement New feature or request accessibility labels Jun 21, 2020
@swissspidy
Copy link

Could you just use arrow keys to go through individual emoji lists, and tab only for navigating between tablist / tabpanel / favorites?

@nolanlawson
Copy link
Owner Author

I could, but then it's a somewhat non-standard control, so I would need to explain it with aria descriptions (which also wouldn't help for sighted keyboard users...). It seems tricky to solve that way. Although that is what I currently do when searching (you can press up/down, the idea is that it mimics what a bog-standard combobox dropdown does).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants