Details
-
Type:
Sub-task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.9
-
Fix Version/s: 1.9
-
Component/s: Accessibility
-
Labels:None
-
Affected Branches:MOODLE_19_STABLE
-
Fixed Branches:MOODLE_19_STABLE
Description
That is, the new moodlelib function needs the same level-2 heading as is in lib/weblib.php's print_navigation. The 'accesshide' class means that it is hidden by default from visual browsers, but not from screen readers.
NOTE: theme designers are free to make this heading visible with CSS like:
.breadcrumb .accesshide {
position: static;
top: auto;
}
Activity
- All
- Comments
- History
- Activity
- Source
- Test Sessions
Fixed in HEAD, including white space cleanup.
NOTE: I was also getting a PHP warning about undefined $CFG->hideactivitytypecrumb, but I can't reproduce this now!