Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Duplicate
-
Affects Version/s: 1.6, 1.6.1, 1.6.2, 1.6.3, 1.6.4, 1.7, 1.7.1, 1.7.2
-
Fix Version/s: None
-
Component/s: Accessibility
-
Labels:None
-
Database:Any
-
Affected Branches:MOODLE_16_STABLE, MOODLE_17_STABLE
Description
As part of the initial accessibility work in Moodle 1.6 a table-less 'weekcss' course format was demonstrated. The significant point is that the linear view of Moodle's 3 columns with a table is, Blocks - Main content - Blocks. With 'weekscss' it's Blocks - Blocks - Main content - all blocks are together. (This order is a result of the stylesheet which applies margins to the central content and floats the left and right columns.)
http://alistapart.com/articles/workingwithothers, section "What do you mean, nav should come first?" suggests that blocks first can be preferable.
The existing 'Skip block' links will help, but a 'Skip navigation' link (Bug MDL-4994) would be better.
Can the other course formats be made table-less (discussed with Martin D)? - lams, scorm, social, topics, weeks. The OU uses a 'study calendar' format which uses similar CSS to the 'weekscss' format, so I consider it well proven.
Issue Links
| This issue duplicates: | ||||
| MDL-9306 | Main course formats need to have tables removed but keep AJAX working |
|
|
|
Hi Martin, assigning to you so that you know are aware of this.