-
Notifications
You must be signed in to change notification settings - Fork 7k
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
Keyboard accessibility - web interface #5992
Comments
Hi, I'm a community contributor and not directly affiliated with the Jitsi team. |
I'd agree with the opener- button element should actually be styled with |
This too:
|
I noticed that this issue should cover not only elements on |
Reopened to track this issue and its fix specifically. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
When I get time, I’d like to confirm if this issue was fixed by big PR #8921. |
Description
https://beta.meet.jit.si/
On the web version.
Current behavior
The div element to create a room is not keyboard accessible.
<div class="welcome-page-button" id="enter_room_button">Créer</div>
Expected Behavior
Creating a room should be keyboard accessible.
Possible Solution
Use a button element or role="button" and tabindex="0" on the div + add keyboard support (a button is supposed to work with Space or Enter).
Priority
As it's possible to create a room while hitting Enter in the form (which I did not know) maybe it's less urgent than the other issues concerning accessibility.
The text was updated successfully, but these errors were encountered: