Section 508 Review

(a) Text equivalent for non-text elements

(b) Synchronized alternatives for multimedia

(c) Information conveyed in color is also available without color

(d) Readable documents without style sheets

(e) Server-side image map for redundant links

(f) Client-side image maps will be provided instead of server-side image maps

(g) Row and column headers for data tables

(h) Markup for two or more logical levels if headers in a table

(i) Titled frames for identification and Navigation

(j) Avoid screen flickering

(k) Text only page

(l) Identify scripts with functional text

(m) Plugin links (Viewers)

(n) Structure forms with instructions and cues

(o) Skip repetitive navigation links

(p) Timed response alert and extension

 

Section 508 (n)

Forms that are completed online, need to have directions and cues for people using assitive technology to complete them

Similar Standards

Best Practices for Labelling

The label "for" identifier and the input "id" identifier need to be unique. Beyond that maintaining semantic value for the label content will aid and benefit the next programer.In doing so, the pairing of the label to its identifier is accomplished and it adheres to the common practices used on the world wide web.

Example:

Consider the simple web form below

Original/Actual Application:


Which State do you live in?

Options Arizona Texas California



We are using the same example we used for Section 508(a)