Slashdot Log In
Australia Orders Olympic Web Site Accessible to Blind
Posted by
michael
on Mon Aug 28, 2000 06:48 AM
from the in-the-dark dept.
from the in-the-dark dept.
Julian Assange writes "An article in The Age reports that the Australian Human Rights and Equal Opportunities Commission has ordered the Sydney 2000 Olympics organisers (SOCOG) to use ALT tags on all images and image map links on its web site. IBM who was contracted to develop the site, claims it needs a cool $2 million and a year to retrofit ALT tags to the entire site, including real-time score pages. But Simon Moran of the Public Access Internet Advocacy Centre says the modifications would cost only between $30,000 and $40,000 to implement. It goes without saying that changes would have cost $0 if IBM had correctly used ALT tags the first time around."
This discussion has been archived.
No new comments can be posted.
Australia Orders Olympic Website Accessible to Blind
|
Log In/Create an Account
| Top
| 152 comments
(Spill at 50!) | Index Only
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.

CAST's Analysis of the homepage (Score:5)
For those who care, CAST.org has a neat tool called Bobby which can analyse web pages and report their 'readability' for the visually impared.
Please head on to http://www.cast.org/bobby/ [cast.org]
type in http://www.olympics.com/eng/home.html and send the request for processing.
Interesting to note that, at this stage, Bobby does not report any automatically detected Priority-1 errors. But thats just for this specific page.
Similar AOL classaction (Score:3)
Maybe the suit is only in the proposal stages...
Re:Disgusting... (Score:3)
What IBM should do (Score:3)
Re:Website Accessible to Blind? (Score:3)
Therefore she only uses the ALT tags, as there aren't any images, and can't be any images.
However for the truly blind, the web is often "viewed" using a speech synthesiser.
There are also Braille interfaces too, but they are a mechanical add-on, but a speech interface is simply software and a standard soundcard.
Watching her browse, I've learned that "Image 384x240 32K" is a totally useless ALT tag.
Phil
Takes a bit more than ALT tags.... (Score:4)
Web site tools (like Front Page) are HORRIBLE at producing pages that can be read by these special browsers and screen readers. I tend to code all of my pages by hand just to make them usable. It's possible to have a visually appealing site and still make it usable in text-only mode without having to have an entirely separate "text only" track through the site.
I think this is "a good thing" personally. Force people to think about what HTML is really for, structuring the document, move style to stylesheets where they belong, and stop just making up a page and if it looks good in IE, publish it...
So architects don't have to design to code? (Score:4)
What you are saying is that if I contract with a building firm for a new house, unless I specify in the contract the house doesn't have to comply with the building code for my area of residence?
I'd like to think that the wires will comply with electrical code whether or not I put it in writing, and that the plumbing will meet the plumbing code whether I put it in writing or not.
Design firms are responsible for finding and understanding applicable law. This is usually known by the name 'due diligence' and is not an incredibly new concept.
This is the exact same situation, not only is the ALT tag reccomended by the standard, its quite likely that making the web site accessible to non-sighted people is the law in Australia (otherwise there would be no lawsuit).
Given the presentation that IBM makes of its solutions (being professional) I think that they deserve to lose money on this one. If IBM had intentionally made the sight viewable by IE only, there would be screaming from virtually everyone at slashdot. Systemically overlooking people with eye problems is something that should never happen from a 'professional' web-designer.
Re:Disgusting... (Score:3)
99% of broken sites out there can be easily fixed with ALT tags and text menus for image maps. Most other problems stem from JS-only navigation. If you want to add eye candy with images not needed to get the content of the site, ALT="" is quite valid and will not disrupt a page on lynx or other text browsers. There's plenty more easy accessibility tips that you can add, and it's much easier to add them at the start than the end, but even completed web sites can add them easily.
[*] There are browser problems where the HTML rendering is coding completely wrong, unfortunately, and one had to code around it. CSS on IE3 and NS4 are two good examples: it's just broken yet functioning in IE3, and for no good reason, you have to have JS enabled to use CSS in NS4, and your CSS has to be whitespaced just right lest you run into problems.
META Information (Score:3)
What do we have: pictures with something on it that need to be described. Where do we get this informatinon? Form the filename? No.
From a database? Yes - If they have the information at all
Whatever
Re:2M$ is justified. (Score:3)
To use your example: After the house is down, you walk through and notice that the doorknobs are not made of solid gold like you wanted. Can you go to the architect and say, "Well, that should have been included."? Of course not. Doorknobs are expected; solid gold ones are not.
Personally, I don't view accessibility by the blind -- especially for a major international site like the Olympics -- to be the same sort of frill as a gold doorknob. But the question is: What sort of features are expected by nearly everyone when you say "I'll make you a web site"? I think it can argued that accessibility, sadly, is not one of those features.
IBM should be smart enough to do this for free or at some nominal cost, just for the PR. But it's not clear they should be forced to do so.
IBM's last Olympics (Score:3)
It is the law, else, there would be no law suit (Score:3)
boy case opined:
Let's go back and look at the article.
What he have here is the finding that SOCOG's web sight breached one of the law's of Australia. Hence, IBM, as part of due diligence in their bid for designing the site, should have taken accessibility into consideration. Hence, my opinion that the retrofit to make the site comply with the law should come out of IBM's pocket.
Web designers are responsible for knowing the laws that impact their craft, just as plumbers and electricians are responsible for knowing building regulations.
Usability 101 (Score:4)
This is all really basic stuff, Usability 101 [dannyreviews.com], and there's no excuse for getting it wrong on a really high-profile site. Heck, they ought to have a full-time usability expert for a site like that!
Danny [danny.oz.au]
HREOC can't make binding rulings (Score:3)
And yes, it was moronic not to be using tags in the first place.