Details
-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6, 1.7, 1.8, 1.9
-
Component/s: Accessibility
-
Labels:None
-
Environment:IE 6/ Windows XP pro
-
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
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/)
Attachments
Issue Links
- blocks
-
MDL-11695 Skip block links inaccessible for many keyboard-only users
-
- Closed
-