Add lang attribute to editor UI elements.
Checkpoint 4.1 of WCAG:
http://www.w3.org/TR/WCAG10/wai-pageauth.html#tech-identify-changes
The lang attribute is important because it tells screenreaders about the language it should use to read text. For example, if a screenreader assumes the page is written in English (because the webpage is written in English), yet the editor UI is being displayed in French (because browser's preferred language is French), then a screenreader would read the editor's UI labels as if it's written in English. That would mean unrecognizable speeches from the screen reader.
It should be enough to add the lang attribute to three places:
- The container element containing the main editor UI.
- The container elements containing dialogs.
- The iframe documents of floating panels.
Change History (7)
Owner: |
set to Tobiasz Cudnik
|
Status: |
new →
assigned
|
Owner: |
Tobiasz Cudnik deleted
|
Status: |
assigned →
new
|
Owner: |
set to Martin Kou
|
Status: |
new →
assigned
|
Keywords: |
Review+ added; Review? removed
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Fixed with [3526].
Click here for more info about our SVN system.