Issue Details (XML | Word | Printable)

Key: MDL-12225
Type: Sub-task Sub-task
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Nick Freear
Reporter: Nick Freear
Votes: 0
Watchers: 0
Operations

Add/Edit UI Mockup to this issue
If you were logged in you would be able to see more operations.
Moodle
MDL-12298

Mark up lists correctly in course/lib

Created: 17/Nov/07 12:45 AM   Updated: 21/Nov/07 07:38 PM
Return to search
Component/s: Accessibility
Affects Version/s: 1.8, 1.9, 2.0
Fix Version/s: 1.9, 2.0

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


 Description  « Hide
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') " ... />

 All   Comments   Change History   Version Control      Sort Order: Ascending order - Click to sort in descending order
Nick Freear committed 1 file to 'Moodle CVS' - 17/Nov/07 01:47 AM
Fixes bug MDL-12225, Mark up lists correctly in course/lib (accessibility).
MODIFY course/lib.php   Rev. 1.540    (+14 -6 lines)
Nick Freear 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.
MODIFY course/lib.php   Rev. 1.538.2.2    (+12 -4 lines)