View Single Post
Old 02-14-2013, 05:45 PM   PM User | #2
jamesicus
Regular Coder

 
jamesicus's Avatar
 
Join Date: Oct 2008
Posts: 106
Thanks: 0
Thanked 11 Times in 10 Posts
jamesicus is an unknown quantity at this point
Quote:
Originally Posted by jerry62704 View Post
I'm looking for a couple of pages that use accessibility (such as sect 508).

Any suggestions?
Fortunately many Web Developers are now incorporating Web Content Accessibility principles into all their pages - I do.

here is my Web Content Accessibility (WCA) reference page.

Accessibility pointers for those who do not wish to follow the above link:

Web developers do not need to change their design approach or methodology in order to produce Web pages that are WCA compliant. In fact, most existing pages can easily be made fully accessible with very little effort or change. Cascading Style Sheets (CSS) are now used extensively for page layout, thereby separating content from presentation. However, pages should function as intended when Style Sheets are turned off or not usable as is often the case with old Browsers.

Things that Web Authors can do to enhance the Accessibility of their pages:

Provide descriptive text for reference images (meaningful description of what the image is and its purpose via the ALT attribute or adjacent text).
Structure pages utilizing header markup (use h1-h6 for section headings).
Provide a Site Map or List of internal page links.
Ensure links make sense out of context (natural language text descriptions - avoid "Click Here" or text within images).
Avoid duplication of Link text (for different anchors on the same page).
Insure that there is good contrast between text and background colors.
Use text that is large enough to be easily read by people with diminished vision.
Do not rely on color alone to convey meaning.
Employ punctuation that is compatible with screen reader usage.
Whenever possible use proportional, rather than absolute, sizing and dimensions (% and em rather than pixels).
Design to web standards (for interoperability, ease of maintenance, etc.).


Not providing meaningful alternative text for images is the most frequent Accessibility error committed by Web Authors, fortunately one that is easily corrected. Appropriate Use of Alternative Text by WebAIM is an excellent reference and guide for complying with this essential WCA requirement.

James
__________________
Web Developer Tool Kit - for creating Standards compliant and Interoperable web pages
W3C Markup Validation Service - validate HTML code for reliable rendering in all Browsers
WAVE accessibility evaluation tool - check page structure, image alt text, form labels, etc.

Last edited by jamesicus; 02-14-2013 at 06:17 PM.. Reason: added information
jamesicus is offline   Reply With Quote