|
|
|
File Attachments:
|
None
|
|
Image Attachments:
|
|
|
Environment:
|
IE 6/ Windows XP pro
|
|
Issue Links:
|
Blockers
|
|
This issue blocks:
|
|
MDL-11695
Skip block links inaccessible for many keyboard-only users
|
|
|
|
|
|
|
|
| URL: |
http://moodle.org/#sb-1
|
| Participants: |
Nick Freear and Petr Skoda
|
| Security Level: |
None
|
| Resolved date: |
13/Oct/07
|
| Affected Branches: |
MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE
|
| Fixed Branches: |
MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE
|
Tab through, press enter on a 'Skip block' link (at present a small white rectangle with dotted outline) and the browser seems to go to the next block/course content. However, tab again and you're still at the same link - you haven't skipped at all.
The fix will be in, theme/standard/styles_layout.css - code modified to,
.skip-block-to {
display: block;
height: 1px;
}
(Thanks to Bim Egan's Techshare presentation,
http://www.rnib.org.uk/wacblog/category/articles/too-much-accessibility/)
|
|
Description
|
Tab through, press enter on a 'Skip block' link (at present a small white rectangle with dotted outline) and the browser seems to go to the next block/course content. However, tab again and you're still at the same link - you haven't skipped at all.
The fix will be in, theme/standard/styles_layout.css - code modified to,
.skip-block-to {
display: block;
height: 1px;
}
(Thanks to Bim Egan's Techshare presentation,
http://www.rnib.org.uk/wacblog/category/articles/too-much-accessibility/) |
Show » |
committed 1 file to 'Moodle CVS' - 09/Oct/07 11:48 PM
Fixes MDL-11676, Skip block links are broken in Internet Explorer 6.
|
|
|
committed 1 file to 'Moodle CVS' on branch 'MOODLE_18_STABLE' - 09/Oct/07 11:51 PM
Fixes MDL-11676, Skip block links are broken in Internet Explorer 6. Merged.
|
|
|
committed 1 file to 'Moodle CVS' on branch 'MOODLE_17_STABLE' - 10/Oct/07 12:06 AM
Fixes MDL-11676, Skip block links are broken in Internet Explorer 6. Merged.
|
|
|
committed 1 file to 'Moodle CVS' on branch 'MOODLE_16_STABLE' - 10/Oct/07 12:10 AM
Fixes MDL-11676, Skip block links are broken in Internet Explorer 6. Merged.
|
|
|
|