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

Accessibility: Hiding the Chat area using the keyboard not possible #51

Open
marvellousmachine opened this issue May 17, 2024 · 2 comments

Comments

@marvellousmachine
Copy link

Currently it is not possible to hide the chat area using the keyboard. It would be great if the element was assigned an ARIA button role with the "Hide Chat" label:
https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/button_role

@NoobishSVK
Copy link
Owner

I have added a role="button" attribute to the close tag, it will be available in the next update, let me know if that helps.

@marvellousmachine
Copy link
Author

marvellousmachine commented May 20, 2024

The button is there, it just needs a label now. :)
Please also make sure, it gets focus when using Tab / Shift+Tab to navigate.

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