You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The change of language is not identified for secondary language in drop-down. The non-english content has not been identified through the HTML code resulting in assistive technology users might misinterpret the content.
Specify an appropriate "lang" attribute for the respective
tag of mentioned text that is in a different language to the rest of the page.
Uh oh!
There was an error while loading. Please reload this page.
a11y issue
82
Setup
Describe the bug
The change of language is not identified for secondary language in drop-down. The non-english content has not been identified through the HTML code resulting in assistive technology users might misinterpret the content.
Specify an appropriate "lang" attribute for the respective
ex:
<div lang="zh-hans" data-v-472cbdae=""> 简体中文</div>
To Reproduce
Result
Expected Result
Screen reader should announce the content in secondary languages accurately for their users.
Screenshots
Additional context
The text was updated successfully, but these errors were encountered: