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

The button for copying the link for the conversation #11

Open
mohammad-suliman opened this issue Jan 15, 2023 · 0 comments
Open

The button for copying the link for the conversation #11

mohammad-suliman opened this issue Jan 15, 2023 · 0 comments

Comments

@mohammad-suliman
Copy link

Problem description:

The button for copying the link for the conversation after the user finishes answering the questions is not accessible:

  • It's only defined as an image for a screen reader
  • It has no label and proper role
  • can't be operated with the keyboard

Solution:

  • Add the button for the tab order so it can be reached via the keyboard and implement keyboard click handlers
  • Add semantic information for the button (role and label) using the role and aria-label attributes respectively
  • Add an outline for the button when it gets focus to have the focus visible effect
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

1 participant