What is web accessibility? | Email: web axe [at gmail] NOSPAM! dot com
Monday, February 13, 2006
The toughest problem facing web accessibility is awareness. I'm surprised frankly, that there haven't been more official complaints or court cases against an inaccessible web site, and they are the vast majority on the web. Fortunately, Target is currently being sued by the NFB!web design | create a website | Website Templates | UK Web Hosting | Search Engine Optimization | search engine optimisation | web hosting | Cheap Domain Names
Add yourself to the Web Accessibility Enthusiasts mapper
Dennis Lembree is the founder of web development company Web Overhauls, which specializes in web usability, standards, and accessibility. Follow Dennis on Twitter: @dennisl
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. Follow Ross on Twitter: @3pointross
3 Comments:
I am. I develop websites for the State of California, and although I care about making it as accessible as possible, and the State officially cares, everyone's asking me why it is taking me longer to develop now than a year ago.
Here's a question that's been bothering me for a while...what do you do about readers that read the text wrong? My reader (Home Site Reader) reads "CA" (for California) as "kah". Should abbreviations always have periods? That sort of violates Strunk&White doesn't it? I'm stumped on this one!
Use the ABBR tag around CA. Many screen readers will then correctly pronounce it. See the WebAxe podcast/post on Abbreviations and Acronyms. Here's some code to get you going (the span/CSS is an IE fix):
<abbr title="California"><span title="identification" style="border-bottom: 1px dotted #000;">CA<span></abbr>
Heh, thanks.
I remember reading about that and thinking to myself I would forget it, shoulda taken notes! Helps the aging ol' memory when I write it down.
Thanks Den!
Post a Comment
<< Home