Jitsi meet web interface missing some button ARIA roles and related attributes #7653
Labels
accessibility
Issue related to accessibility topics/handicapped users
ui/ux
User Interface / User Experience related issues
wontfix
Issue won't be fixed
Description:
On the welcome page, pre join screen and some more places, the buttons are just divs without any semantic markup - once more, something similar happened with the toolbox items. They should at least get a button role and a tabindex, but then you would want to add a key down handler as well. Or, probably better, can not you use regular buttons? To add to the complexity, the pre join action button has a dropdown, but if not looking really closely with a screen reader, you would not notice it.
Steps to reproduce:
Try creating and joining a meeting with any screen reader - NVDA on Windows, Orca on Linux etc.
Expected behavior:
The buttons will be reported and will behave as buttons, there will be a way how to access the button dropdown, if there is any.
Actual behavior:
The screen readers report only that there is something clickable, for the dropdown arrow, the something even has no text.
Server information:
Client information:
Additional information:
Could you reduce the count of custom controls, please? That would fix many of the issues just by virtue of the change...
The text was updated successfully, but these errors were encountered: