-
Notifications
You must be signed in to change notification settings - Fork 833
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: Skin Tone Picker should be accessible #220
Labels
Comments
nolanlawson
added a commit
to nolanlawson/emoji-mart
that referenced
this issue
Mar 9, 2019
Starting to look into this. Seems the best design may be: <button aria-haspopup="true" aria-expanded={!!opened}>
</button> The challenge here is that the options are currently inside the button (which is a |
nolanlawson
added a commit
to nolanlawson/emoji-mart
that referenced
this issue
Mar 9, 2019
nolanlawson
added a commit
to nolanlawson/emoji-mart
that referenced
this issue
Mar 12, 2019
This was referenced Sep 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Skin tone swatch in the preview bar should be accessible for both ARIA and keyboard navigation. This could be presented as a select menu or similar component.
The text was updated successfully, but these errors were encountered: