SamLab17 / HelpHours

Web app for managing online help hours
GNU General Public License v3.0
2 stars 1 forks source link

Ensure Support for Screen Readers #11

Open SamLab17 opened 4 years ago

SamLab17 commented 4 years ago

It is crucial that this website be as accessible as possible. The website in its current state is already keyboard navigable, but we should make it work better with screen readers by adding aria-labels.

More info here: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-label_attribute

SamLab17 commented 4 years ago

Currently, all UI elements on the site are simple buttons or links whose text matches their purpose.

This will be important to revisit later as the design of the site gets more elaborate.