Go Back   CodingForums.com > :: Client side development > General web building

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-14-2013, 03:41 PM   PM User | #1
jerry62704
Senior Coder

 
jerry62704's Avatar
 
Join Date: Oct 2007
Location: Springfield, IL
Posts: 1,042
Thanks: 9
Thanked 81 Times in 81 Posts
jerry62704 is on a distinguished road
Smile Accessibility Examples

I'm looking for a couple of pages that use accessibility (such as sect 508).

Any suggestions?
__________________
.
.
...and gladly would he learn and gladly teach

Visit www.LiberalsWin.com for humor and the unique Bush/Obama Approval Polls
jerry62704 is offline   Reply With Quote
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
Old 02-14-2013, 08:10 PM   PM User | #3
jerry62704
Senior Coder

 
jerry62704's Avatar
 
Join Date: Oct 2007
Location: Springfield, IL
Posts: 1,042
Thanks: 9
Thanked 81 Times in 81 Posts
jerry62704 is on a distinguished road
Looking at your page, it looks like I have a lot of reading to do.

Do you have any example sites that have already done it?
__________________
.
.
...and gladly would he learn and gladly teach

Visit www.LiberalsWin.com for humor and the unique Bush/Obama Approval Polls
jerry62704 is offline   Reply With Quote
Old 02-14-2013, 08:54 PM   PM User | #4
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
Looking at your page, it looks like I have a lot of reading to do.

Do you have any example sites that have already done it?
My web sites and pages do.

Although the W3C cautions against relying on automatic checking of pages for Accessibility, the (Free) WAVE accessibility evaluation tool provides an excellent way to check pages for such accessibility requirements as correct structure (H1-H6), alternate text for images, missing form labels, links without text ..... etc. Here are the WAVE check results for my site pages

There is a provision to disable (and re-enable) styles so that you can see how pages render in screen readers and textual Browsers (substituting alternate text for images of course).

You might want to check your own pages.

I haven't checked around the web recently but all US Federal Agencies sites and pages have to be "section 508" compliant - US Government Access Board Guide to the Section 508. I believe the US Justice Department is on point for enforcement.

You might check some random sites/pages.

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-15-2013 at 04:37 AM.. Reason: added info
jamesicus is offline   Reply With Quote
Old 02-15-2013, 03:21 PM   PM User | #5
jerry62704
Senior Coder

 
jerry62704's Avatar
 
Join Date: Oct 2007
Location: Springfield, IL
Posts: 1,042
Thanks: 9
Thanked 81 Times in 81 Posts
jerry62704 is on a distinguished road
Thanks! A very interesting place. My site had a couple of problems (will be fixed tonight) and some false positives like the "form" to display the time.

I haven't added a skip content section, but now I might.
__________________
.
.
...and gladly would he learn and gladly teach

Visit www.LiberalsWin.com for humor and the unique Bush/Obama Approval Polls
jerry62704 is offline   Reply With Quote
Old 02-15-2013, 09:20 PM   PM User | #6
Fumigator
UE Antagonizer


 
Fumigator's Avatar
 
Join Date: Dec 2005
Location: Utah, USA, Northwestern hemisphere, Earth, Solar System, Milky Way Galaxy, Alpha Quadrant
Posts: 7,686
Thanks: 42
Thanked 637 Times in 625 Posts
Fumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of lightFumigator is a glorious beacon of light
I found an annoying thing with the latest Firefox version-- a button that has been styled using CSS loses the blue outline that indicates focus. I believe it's the border attribute that's killing it. I haven't found a solution yet. Pretty annoying, since I tend to use the keyboard about half the time to submit forms.
__________________
Fumigator is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 05:51 AM.


Advertisement
Log in to turn off these ads.