BirkbeckCTP / janeway

A web-based platform for publishing journals, preprints, conference proceedings, and books
https://janeway.systems/
GNU Affero General Public License v3.0
164 stars 65 forks source link

Icon A11y improvements #4215

Open StephDriver opened 1 month ago

StephDriver commented 1 month ago

Icons are not being handled accessibly.

Icons are non-text content as per WCAG 1.1.1. The key technique is H86 They must also be semantically identified, as per ARIA24 Technique.

Most of our icons come from Font Awesome, but there are a few others, such as the ORCiD logo, that need individual handling.

For Font Awesome:

StephDriver commented 1 month ago

from #4194

StephDriver commented 1 week ago

@StephDriver to find a list of all icons we actually use.