Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9
-
Component/s: Accessibility, Tags
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE, MOODLE_20_STABLE
Description
Several accessibility issues:
- The list of users with images, eg 'Users tagged with "Moodle": 42' should be marked up as an unordered list <ul> - use "inline-list" class,
http://docs.moodle.org/en/Accessibility_notes#Pattern_1:_unlist.2C_inline-list - As the user images are the only contents of a link they should NOT have empty ALT text - basic stuff!
I have a patch, tested on Win/Firefox 2.0.0.8 and IE 6, affecting 2 files:
- tag/lib.php, print_user_list (clue in the name) and print_user_box functions.
- theme/standard/styles_layout.css - a long overdue fix for "inline-list" class!
(Also see bug MDL-11430)
Attachments
Issue Links
| This issue has a non-specific relationship to: | ||||
| MDL-12941 | List of users in a tag page are displayed vertically... |
|
|
|
Committed fixes to HEAD, and 1.9 branch tagged _MERGED.
(Luiz Cruz and Petr did a lot of work on tag/lib, see
MDL-11048)MDL-11048)