MAIN CONTENT...
The CSS I use is the following:
.scrn-rdr a, .scrn-rdr a:hover, .scrn-rdr a:visited {
display: block;
position: absolute;
left: -10000px;
top: auto;
width: 100%;
height: 3em;
font-weight: bold;
text-align: center;
border-bottom:
1px solid #000;
}
.scrn-rdr a:active, .scrn-rdr a:focus {
background: #ccc;
position: static;
width: auto;
height: auto;
padding: 1em;
margin: auto;
}
While testing using the DHS Trusted Tester process, I found all the pages were missing a skip link to allow screen reader and keyboard only users to skip over the redundant content at the top of the page such as the banner area and WORKER.gov logo.
Section 508 - 22(o)
WCAG 2.0 - 13 Web: Repetitive Content and Links
The text was updated successfully, but these errors were encountered: