An example website, built with the option of switching between accessible and inaccessible versions of individual parts. Meant for use as a reference, and for educational and testing purposes.
MIT License
7
stars
2
forks
source link
Fix language selector (Success Criterion 3.1.2: Language of Parts) #106
When on Norwegian site we expose "Choose language: " to screen-reader users - that span should have lang="en" otherwise we fail 3.1.2 in my opinion.
<span class="visually-hidden">Choose language: </span>
should be<span lang="en" class="visually-hidden">Choose language: </span>
There is also a problem with alt text "Norwegian" - that should maybe be "Norsk" then (two instances)
And English flag alt text is also "English" but on a norwegian site...