Posts Tagged “508”

508: Hidden Supporting Text

Posted on November 13th, 2013 by webninjataylor

The standard is to use this CSS… .hidden { height: 1px; left: -10000px; overflow: hidden; position: absolute; top: auto; width: 1px; }

508 Compliance

Posted on March 18th, 2013 by webninjataylor

Layman’s Terms Images need alt attributes Videos need closed captioning Information still needs to be conveyed well in black & white Page needs to makes sense with CSS disabled Client-side image maps are preferred… If not, then server-side image maps need duplicate text links on the page Client-side image maps are preferred… If not, then […]

Tags:
Posted in Web ShotsComments Off on 508 Compliance