Details
-
Type:
Task
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0.8
-
Component/s: Accessibility, Language
-
Labels:None
-
Affected Branches:MOODLE_20_STABLE
-
Fixed Branches:MOODLE_20_STABLE
Description
This is bad for screen-reader users.
If I can find an effective regex, and I can be bothered, I might go beyond the quiz.
Issue Links
| This issue has a non-specific relationship to: | ||||
| MDL-17284 | Add Olli's new quiz editing UI to Moodle 2.0 |
|
|
|
We seem to be OK on <. I checked with the regexp
<(?!?[pP][hH][pP])(?!.*>)
which finds unmatched < that are not part of an open PHP tag. There are about a dozen in the lang files, all of which are HTML tags in help files wrapped over two lines, except for string addrandom1 in quiz.php, which is no longer used anywhere.