Open AccessForAll opened 4 years ago
The aria-labels with the English names of the languages should also be removed for the lang attribute to be effective. Screen readers will generally read the aria-label (which is all in English) rather than the text content.
For reference: PowerMapper screen reader results for link text replaced by aria-label
attribute.
Issue Summary
The page language is set to English in the HTML element. The language links below the header don't have their languages set in the HTML.
Steps to reproduce
Steps to reproduce the behavior:
Behavior
Expected behavior
The languages on the page should have lang attributes so that screen readers will pronounce them properly.
Actual behavior
There are no lang attributes, so because the page is set to English, screen readers will try to read each language name in English.
Code
Current Code
Suggested Code
Additional References