Open SamLab17 opened 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.
aria-label
More info here: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-label_attribute
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.
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-label
s.More info here: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/ARIA_Techniques/Using_the_aria-label_attribute