-
Sub-task
-
Resolution: Fixed
-
Major
-
1.6, 1.7, 1.8, 1.9
-
None
-
IE 6/ Windows XP pro
-
MOODLE_16_STABLE, MOODLE_17_STABLE, MOODLE_18_STABLE, MOODLE_19_STABLE
-
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/)
- blocks
-
MDL-11695 Skip block links inaccessible for many keyboard-only users
- Closed