zooniverse / Panoptes-Front-End

Front end for zooniverse/Panoptes
https://www.zooniverse.org
Apache License 2.0
64 stars 75 forks source link

Broken aria-describedby in email settings page #7119

Closed eatyourgreens closed 1 week ago

eatyourgreens commented 1 month ago

https://github.com/zooniverse/Panoptes-Front-End/blob/7f38b4c6c6a275151dfde1e845de9f40d974abeb/app/pages/settings/email.jsx#L261

HTML ID lists are space-separated, not comma-separated, so this aria-describedby relation is broken. You can verify that by inspecting the input in the browser's accessibility tree. The input's description is empty.

https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-describedby#id_reference_list

Accessibility properties for the email text box, showing that the description is empty.