Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.8.2
-
Component/s: Accessibility
-
Labels:None
-
Affected Branches:MOODLE_18_STABLE
-
Fixed Branches:MOODLE_18_STABLE, MOODLE_19_STABLE, MOODLE_20_STABLE
Description
There are currently about 50 uses of the "accesshide" class introduced in Moodle 1.6, many of these are <span class="accesshide">TEX</span>. This patch implements a 'get_accesshide' function in lib/weblib.php, and uses it in weblib, index.php and login/index.php
See this design pattern,
Attachments
Issue Links
| This issue blocks: | ||||
| MDL-11439 | Current week is NOT indicated non-visually, only in styling |
|
|
|
See this design pattern,
http://docs.moodle.org/en/Development:Accessibility_notes#Pattern_2:_accesshide
I've just committed this patch to HEAD and 1.8 branch tagged _MERGED.
TODO: follow-up on most uses of "accesshide" class.