CIS 421Exercises ›Exercise 3

Ex.3. Accessibility test of Peer's project 3 (25 points)

Check Syllabus for due date

post to assignment in Blackboard and review with peer

Requirements

10 Quick Tips from W3C Web Accessibility Initiative (WAI)

Links to techniques documents provide implementation guidance that include explanations, strategies, and HTML markup examples.

  1. Images & animations: Use alt attribute to describe function of each visual.
  2. Image maps. Use client-side maps & text for hotspots.
  3. Multimedia: caption and transcripts for audio, and descriptions of video.
  4. Hypertext links. Use meaningful text not links such as "link" or "more" or "click here."
  5. Page organization . Use Semantic structure: headings, lists, as they are intended. Layout and style with CSS stylesheets
  6. Graphs & charts. Summarize or provide textual explanation.
  7. Scripts, applets, & plug-ins. Provide alternative content in case active features are inaccessible or unsupported.
  8. Frames. Use noframes element and meaningful titles.
  9. Tables. Linearize, summarize data tables when necessary, but perform layout with CSS not layout tables. Use <th> tags to define column and row headers and give them ids.
  10. Check your work. Validate. Use tools, checklists, and guidelines at http://www.w3.org/TR/WCAG