Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.8
-
Component/s: Accessibility, HTML Editor
-
Labels:None
-
Affected Branches:MOODLE_17_STABLE
-
Fixed Branches:MOODLE_18_STABLE
Description
Changes in language should be marked up appropriately, especially e.g. in language teaching. This will allow screenreaders to switch languages accordingly and speak with the correct pronunciation.
The HTML editor should make it easy to mark certain languages for this purpose (and also for multilang texts).
Issue Links
| This issue has been marked as being related by: | ||||
| MDL-7887 | Multilang upgrade to new tags in Moodle 1.8 |
|
|
|
There is a small problem with lang attribute: if somebody uses <span lang="cs">?esky</span> <span lang="en">in english</span> without multilang filter both would be visible, with it only one of them. This might confuse people that know nothing about our multilang implementation. If there is only one <span> or <lang> tag, it works as expected.