What is web accessibility? | webaxe at gmail dot com
Wednesday, August 29, 2007
While doing a little testing in JAWS, I quickly remembered how inexperienced I am with the program. So I went to the Help section to look up some shortcut keys. All the information is there, and there's a lot of it, but on many different pages.Labels: screenreader
Tuesday, August 28, 2007
Creating an accessible web site can be challenging. Retro-fitting a web site for accessibility is even tougher. Now try upgrading a humongous, corporate site full of new and old pages. Where to begin? Fortunately, Accessites.org has posted an article by Mel Pedley to help tackle this problem: 5 Steps To Reworking A Legacy SiteLabels: article
Saturday, August 25, 2007
The WCAG Samurai is an "independent group of developers convened in 2006" and headed up by Joe Clark, accessibility guru. In this podcast, Dennis and Ross discuss the WCAG Samurai's errata to the W3C's WCAG 1.0 web accessibility guidelines. This includes:Labels: guidelines, podcast, wcag
Friday, August 24, 2007
Found this terrible, almost humorous example of inaccessible CAPTCHA. If you're blind, I don't think refreshing the page will help you read the letters in the image!
Labels: captcha
Tuesday, August 21, 2007
By now most of us should be pretty familiar with creating an accessible data table--use a caption, TH for row and col headers, scope attribute, and the summary. In this podcast, Dennis talks about the least familiar of these techniques--the summary attribute of the table element. The summary attribute is WCAG Checkpoint 5.5 (Priority 3).
Download Web Axe Episode 54 (The Summary Attribute)
<table summary="The number of employees and the foundation year of some imaginary companies.">
<caption>Table 1: Company data</caption>
<tr>
<th scope="col">Company</th>
<th scope="col">Employees</th>
<th scope="col">Founded</th></tr>
<tr>
<td scope="row">ACME Inc</td>
<td>1000</td>
<td>1947</td>
</tr>
<tr>
<td scope="row">XYZ Corp</td>
<td>2000</td>
<td>1973</td>
</tr>
</table>
Labels: accessibility, podcast, table
Thursday, August 09, 2007
Here are some good articles relating to web accessibility:Labels: article
Dennis Lembree is the founder of web development company CheckEngine USA, which specializes in web usability, standards, and accessibility.
Ross Johnson runs a web design company (3.7 Designs) that takes a wholistic view on the web and art of constructing pages. They strive to be creative and unique.
Add yourself to the Web Accessibility Enthusiasts mapper