What do you want to know about accessibility and web apps?
I've been doing web development for 15 years, and I have done so while having a vision disability. In the course of my week, I'll use magnification tools, screen readers, and other techniques to get my job done. Because of this background, I'm very conscious of the problems that people with disabilities face when working on the web. I've also noticed that a lot of developers are unaware of the issues or have outdate or incorrect information or beliefs about accessibility.
I'd love to change that.
I'm planning to write a series of blog posts on accessibility issues that developers should know about. I'll cover disabilities for sure, but I'll also be talking about accessibility in terms of connection speed, mobile devices, and other topics. I'm interested to know what kinds of things you'd like to see more about. I'll do my best to provide helpful solutions and advice, and avoid the snarky "yer doin it wrong" stuff.
I have a daughter with the same vision problems I have, and I want to make the web a better place for her. While I'm at it, I'd like to do that for everyone. I believe that web apps planned with accessibility in mind benefit all users, not just the disabled.
28 comments
[ 2.8 ms ] story [ 73.2 ms ] threadI think that a lot of web devs will feel much differently about accessibility once they hear the painful experience of a screen reader going through a poorly marked-up site.
I received an email last week from a 70 yr old lady who was using our software. Not the typical web-app user base.
Outside of trying to close the big knowledge/generation gap when I design for these users, I'm starting to look at accessibility problems, since they are likely more prevalent with seniors.
So now, for my b2b startup, we ignore that. We move quickly and try to push the product out the door so we can succeed. One of the things that has fallen by the wayside is accessibility. Further, with 15 different balls to juggle, I just can't make myself care about the percentage of users who can't use our site.
For my startup, it seems that we would have a negative ROI for making our site accessible. In fact, I suspect the only way to get people to build better sites is for the money to clearly be worth it.
So my question is this: why should a startup invest effort into something that will only affect a small number of users? Similarly, we don't test our site for IE6, just because it's a pain.
If I want to start a restaurant, part of the cost of doing so is ensuring that the facilities I provide are accessible to the disabled. I need to have menus for the blind, or at least provide reasonable alternatives. That costs me money, and doesn't have a good ROI. But it's the law so I do it.
Of course, there's no law mandating that your web site needs to be accessible, even though Target has been sued and settled out of court for having an inaccessible web site, as have a few others. If you plan to sell your services to a school or university that takes federal funds, then there are in fact laws that affect you.
I'd argue it's not much of an additional cost to implement if you do it from the beginning, but it is certainly hard if you have no background or idea how to start. Things are different than they were in 2004, although we have a different set of issues to deal with.
One thing I hate though is when people say "X is easy if you know how it works", so I'll do my best to explain some of these concepts as I go forward. Just promise you'll follow what I'm doing and keep providing those devil's advocate responses. Deal?
When we build apps for section 508 compliance, we build them without JS and then add it in later to improve the UI for end users. I'll be talking about this a lot.
I would love to see a list of the simple things to do that are more or less trivial from a developer's perspective, but have a vast improvement on a disabled person's ability to use a website (alt tags on images is one that comes to mind). Especially if you were somehow able to demonstrate the improvement it makes for you (some kind of before/after thing would be great). I think most devs don't realize how hard it is for people with disabilities to use their sites.
I'd recommend adding some descriptive narration to the video.
OT: I'm excited for the product. When can I try this out for myself? Soon? Please? :)
If something changes you can change a background color on an element for a visual user. Is there something similar you can do for someone using a screener reader.
I'll definitely cover some tips on how this works. I have a chapter in http://www.pragpub.com/titles/bhh5/ that shows how to use HTML5's ARIA support to alert the user to feedback.
(edited - fixed link)
The label doesn't have a "for" attribute.
I wonder how those tools blind use are affected by this. Do you happen to know?
From HTML4's spec:
"The alt attribute specifies alternate text that is rendered when the image cannot be displayed (see below for information on how to specify alternate text ). User agents must render alternate text when they cannot support images, they cannot support a certain image type or when they are configured not to display images."
When no control is associated with the label, the control renders into a span element and uses a title attribute on the span to create the tooltip.
Is this still a problem for accessability software?
"The Department has consistently interpreted the ADA to cover Web sites that are operated by public accommodations and stated that such sites must provide their services in an accessible manner or provide an accessible alternative to the Web site that is available 24 hours a day, seven days a week. The final rule, therefore, does not impose any new obligation in this area. [...] The Department intends to engage in additional rulemaking in the near future addressing accessibility in these areas and others, including next generation 9-1-1 and accessibility of Web sites operated by covered public entities and public accommodations." (fedreg pp56236-56285)
They use an example of online ticket purchasing as a common hardship. (eg by losing timely access to popular events due to the need to use another method to purchase the tickets.)
- Create a very convincing, clearly written and illustrated report on the top 100 visited websites (Amazon, Facebook, etc.) and how they fail on accessibility.
- Film yourself and your daughter struggling with these sites (burn to DVD).
- Contact well known film directors you think might do a documentary on people with disabilities and send them the video and report. Contacting enough people will make a difference.
- Getting a half-hour spot or so on a major U.S. television network wouldn't be too shabby either, so try to make connections there.
- Contact and work with the politicians and others updating the ADA, but be wary of big talk and no results. There is a lot of lobbying power from a lot of industries that don't want to have to spend the money to make their sites and software accessible.
Other than that, I side with the guys that say that as long as providing accessibility is not enforced and there is little or negative financial incentive, it just won't happen. Which is sad.
Very few places I've worked and done web-related and web development for have cared much if any about accessibility. Any effort I put into making a site more accessible was not met with any praise, and usually I felt as if people thought I was wasting effort.
My heart goes out to you and your daughter.
I don't know much about web design, but the target market for two of my websites is people who tend to have both physical limitations and financial limitations (rooted in their physical limitations, which can be expensive and also inhibit earning capacity). Those financial limitations frequently translate into hardware and software limitations. So I keep those issues in mind when thinking about what to do with my sites.
Good luck with this. It's important stuff.
Accessible means "people-friendly".
Again: Best of luck with this.
1) I'd love to hear about the different issues people have and what tools they use to overcome their problems. Seems like this would help give everyone a level playing field to start talking about developing for accessibility.
2) I've always had trouble with the "build it however now and we'll make it accessible later" approach. Unobtrusiveness needs to come first, Ajaxifying later. However, it's hard to sell that when you don't have much time to begin with. Perhaps you could speak to how we, as developers, could convince our clients (and fellow team members) that accessibility is a) so damn important and b) not just for blind people.
3) I'd also love to read how to make unobtrusive, accessible development work on a team. Do you develop the whole thing with no Javascript first, then come back around and hit it with Ajax? Can you do both at the same time? How would non-technical testers determine it's working properly?
Just some thoughts. It's a great idea and I can't wait to see what you come up with! Keep fighting the good fight Brian!