Screen reader should be able to identify the input box and the buttons for what they do.
Screen Reader doesn't announce the input box as a textbox, and the buttons all are only announced as "button", but what they do is not spoken.
Microphone available: yes
Camera available: yes
Operating system: Windows
Browser name: Firefox
Browser version: 74.0.1
Accessibility Inspector shows the name of all buttons to be "".
To solve:
When initiating a call, the mute, video, and all other buttons except "Leave Call" are also missing their labels.
There seems to have been a try to associate tooltips via aria-describedby. There are two problems with this approach:
So, the fix for all these buttons is a proper aria-label, which is primary information, with localized strings like "Mute", "Unmute", "Enable video", "Disable video" and other appropriate labels.
CC @nextcloud/accessibility
Confirmed. I thought that someone will make a PR sooner, but they did not...
Most helpful comment
To solve: