Posts

Podcast #76: Web Accessibility Disasters

Dennis and Ross review web sites which should be great in web accessibility, but fail badly. The hosts provide a lot of constructive criticism, including many fixes that can be done in a minimal amount of time. Issues are also good to discuss as a reminder for our own work.

Download Web Axe Episode 76 (Web Accessibility Disasters)

[transcript of podcast 76]

Chatter

Articles

Web Site Disasters

Digitalaccessibiliy

Company targeting Accessibility for Ontarians with Disabilities Act (AODA)

The Good
The Bad
Job Accommodation Network (JAN)

A service provided by the U.S. Department of Labor's Office of Disability Employment Policy (ODEP). JAN's mission is to facilitate the employment and retention of workers with disabilities by providing employers, employment providers, people with disabilities, and family members with information on job accommodations, entrepreneurship, and related subjects.

The Good
The Bad
The Rose Project

Mission is to provide maternal and child healthcare to the economically poor people of Malawi, with particular reference to HIV treatment and care.

One of nine listed for Most Accessible Website in the Irish Web Awards?

The Good
The Bad
:focus {
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;
}

Labels: , , ,

13 Comments:

At 4:43 AM, Blogger Jules said...

It is funny that you pointed out the inaccessibility issues with the digitalaccessibility.ca site because it strikes a chord with me too. I work for the Province of Ontario government (the "O" in AODA refers to Ontario) and I also am an accessibility advocate (I also have a part-time job with FurtherAhead.com, you may have heard of them). You forgot to mention in your review that the site has 17 validation errors on the home page alone.

I have struggled with our own government web master to make him understand what accessibility means and how to achieve it but he doesn't really get it (he'd rather export from Photoshop). Furthermore, the AODA site within the government (the site you reviewed is an outside consultant, a private company) wasn't accessible.

What a mess this is!!

Keep up the good work,

Jules

 
At 11:30 PM, Blogger Gonzalo González Mora said...

Regarding the bottom-border vs. decoration:underline. The former is preferred because it provides more flexibility and is more legible since the regular underline chops the descenders of letters like q, p, g, etc.

 
At 12:00 AM, Blogger Gonzalo González Mora said...

Another thing, just in case someone from the Rose Project reads this: if you don't like the outline, you can use another cue or use a better "removal" (which is shown for keyboard users but not for mouse ones), check this little article by Patrick H. Lauke called "Better CSS outline suppression".

 
At 10:01 AM, Blogger Chris said...

Great podcast once again, guys!

I would contend that the <small> tag does have a semantic meaning, mainly, the opposite of <strong> or <em>. It can be used to denote that something is less important than its surrounding text. For example:

<h1>Hamlet, Prince of Denmark<br>
<small>A Tragedy in Five Acts</small></h1>

Notice that "A Tragedy in Five Acts" isn't the title of a separate subsection (like "Act I" would be), so it really should be part of the <h1>. Semantically, I don't know that there is a better tag for the job.

 
At 2:32 PM, Blogger billcreswell said...

I'm no expert, but it seems to me having a podcast without a transcript, is an accessibility disaster in itself?

Dual disabilities not served: deafness, and A.D.D.

 
At 3:03 PM, Blogger Dennis at Web Axe said...

Bill: This is true. But I do this podcast with my own time. If you have the time or money to provide a transcript, I'll gladly post it. -Dennis

 
At 4:08 PM, Blogger billcreswell said...

You could use Dragon, or Windows 7 Speech Recognition to create a rough transcript in the length of time it takes to listen to the podcast. (QuickTime doesn't show how long the podcast is - more than 5 minutes tends to go beyond my attention span).

 
At 4:08 PM, Blogger billcreswell said...

You could use Dragon, or Windows 7 Speech Recognition to create a rough transcript in the length of time it takes to listen to the podcast. (QuickTime doesn't show how long the podcast is - more than 5 minutes tends to go beyond my attention span).

 
At 7:21 PM, Blogger Dennis at Web Axe said...

Good ideas. I am working on getting a copy of Dragon.

 
At 8:24 PM, Blogger Dennis at Web Axe said...

Transcript for this podcast is now available. Thank you Katherine Lynch! (Didn't have much success with Dragon thus far.)

 
At 3:51 PM, Anonymous Mastodon Labs said...

Barnes and Noble came out with an e-reader called the Nook. It's a pretty nice device. I haven't tested it to see how accessible it is, but it's worth checking out

 
At 10:07 AM, Blogger jpb said...

I see that www.digitalaccessibility.ca now have taken down their site hand currently have a holding page that says:

"In order for us to have walk the walk, and not just talk the talk, the website is currently under construction, fixing the errors and is going through extensive accessibility testing in order to make sure our website is compliant to the accessibility act so that we can provide you the best service in helping you make your website accessible."

So it hopefully you've had a good effect.

 
At 8:08 AM, Blogger Mr. said...

In your podcast you mention that Section 508 is obsolete!!

I am just wondering what Section 508 has been superseded by?

Regards

NewToAccessibility

 

Post a Comment

<< Home