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

Expose the Stereo / Mono switch as button to screen readers #62

Closed marvellousmachine closed 1 month ago

marvellousmachine commented 1 month ago

Currently it is not possible to reliably switch between Stereo / Mono using screen readers. I recommend exposing the switch as button with the appropriate label and making it focusable by tabbing.

NoobishSVK commented 1 month ago

I have added more parameters for the button, would it be possible to check it now?

marvellousmachine commented 1 month ago

Works great in the desktop view, can't find it in the mobile view. Is this intended?

marvellousmachine commented 1 month ago

Fixed now, closing. Thanks!