|
|
| Participants: |
Nick Freear and Nicolas Martignoni
|
| Security Level: |
None
|
| QA Assignee: |
Nicolas Martignoni
|
| Resolved date: |
17/Nov/07
|
| Affected Branches: |
MOODLE_18_STABLE, MOODLE_19_STABLE, MOODLE_20_STABLE
|
| Fixed Branches: |
MOODLE_19_STABLE, MOODLE_20_STABLE
|
This affects course/lib.php, print_courses and print_my_moodle functions - uses class="unlist"
Also,
- print_course_search function - <input type="text" .../> should NOT have an ALT attribute - this is only for <input type="image" /> see,
http://www.w3.org/TR/html401/interact/forms.html#h-17.4.1
- print_course the link TITLE attribute (near class "name") seems pointless - stripping, <a title="'.get_string('entercourse') " ... />
|
|
Description
|
This affects course/lib.php, print_courses and print_my_moodle functions - uses class="unlist"
Also,
- print_course_search function - <input type="text" .../> should NOT have an ALT attribute - this is only for <input type="image" /> see,
http://www.w3.org/TR/html401/interact/forms.html#h-17.4.1
- print_course the link TITLE attribute (near class "name") seems pointless - stripping, <a title="'.get_string('entercourse') " ... /> |
Show » |
committed 1 file to 'Moodle CVS' - 17/Nov/07 01:47 AM
Fixes bug MDL-12225, Mark up lists correctly in course/lib (accessibility).
|
|
|
committed 1 file to 'Moodle CVS' on branch 'MOODLE_19_STABLE' - 17/Nov/07 01:51 AM
Fixes bug MDL-12225, Mark up lists correctly in course/lib (accessibility). Merged.
|
|
|
|