NoobishSVK / fm-dx-webserver

FM-DX Webserver is a cross-platform web server designed for FM DXers who want to control their radio receivers through a web interface.
https://fmdx.org/projects/webserver.php
GNU General Public License v3.0
29 stars 21 forks source link

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

Closed marvellousmachine closed 1 month ago

marvellousmachine commented 3 months ago

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 commented 3 months ago

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 commented 3 months ago

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

NoobishSVK commented 1 month ago

Please try now, i have added a tabindex.

marvellousmachine commented 1 month ago

Fixed. Thanks.