Comment 14 for bug 1602867

Revision history for this message
GunChleoc (gunchleoc) wrote : Re: [Bug 1602867] Re: website responsive template

Just a quick not for accessibility:

Above the navigator, add
something like this:

 <div class="invisible"><a href="#contentarea"
accesskey="n" class="invisible">Skip navigation</a></div>

And the css
looks like this:

/* For accessibility */
.invisible {
 width: 0px;

height: 0px;
 margin:0px;
 padding:0px;
 border:0px;
 overflow: hidden;

font-size: 0px;
}

This will allow people who use screen readers to skip
the menu.