zooniverse / Panoptes-Front-End

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

fix(accessibility): Fix user settings email description #7120

Closed eatyourgreens closed 1 week ago

eatyourgreens commented 1 month ago

Fixes an empty description for the email address text input in the new verified email code.

The Firefox accessibility inspector, showing the email address input's properties with the description filled out.

Required Manual Testing

Review Checklist

Optional

coveralls commented 1 month ago

Coverage Status

coverage: 56.991%. remained the same when pulling fd314305729a4e4530ca850f6181412745c1401d on eatyourgreens:patch-1 into e73d2093e65f3abe1d6fcc9701699b0237751b7e on zooniverse:master.

eatyourgreens commented 1 month ago

In the input description, a Unicode check mark or tick would be better than the private use character \uf058. This is why icon fonts are generally not accessible. The Unicode character bears no relation to the displayed symbol.

eatyourgreens commented 3 weeks ago

Pinging @shaunanoordin to take a look at this.