DEV 3.4 Allow users to easily bypass information
Compare with WAI & NDA checkpoints
NDA checkpoints: 3.9, 3.12 (P3)
NDA checkpoints: 3.9, 3.12 (P3)
Examples
Skip code examples (this bypasses the code below - a timely example that avoids screen reader users having to listen to all the code if they don't want to).
<a href="contents"><img src="1pix.gif" alt="skip to page contents"></a> <a href="contents" class="hide">
Skip to page contents</a>
CSS:
.hide {color: white; background-color: white;}
.hide {height:0; width:0; overflow:hidden; position: absolute;}
