Slashdot Mirror


Website Accessibility a Legal Issue?

geekwithsoul asks: "Target is being sued because its website is not usable by the sight-impaired. While this story from the San Francisco Chronicle is from February, I've seen surprising little coverage of it in either mainstream or tech-focused media. Is the threat of legal action the only really effective way to get companies to create accessible (and thus standard-compliant) websites?" "From the article:
'Advocates for the blind said the lawsuit is a shot across the bow for retailers, newspapers and others who have Web sites the blind cannot use. They chose Target because of its popularity and because of a large number of complaints by blind patrons.'
Considering how much accessibility and standards support is available in modern web browsers (well, except for that one we all know), and a rising probability of legal exposure for sites not meeting these needs, is there really any excuse for online retailers and others to not make their websites accessible to all?"

5 of 218 comments (clear)

  1. CAPTCHA is a biggie by tepples · · Score: 4, Interesting

    A major problem in the accessibility of the World Wide Web lately is CAPTCHA systems that distinguish sighted humans on the one hand from bots and blind humans on the other. For instance, Slashdot itself uses a CAPTCHA. Has anybody had success in getting a Slashdot account created through the e-mail method specified in the Slashdot CAPTCHA's alt text?

  2. In a country without useful legislation, yes. by Orrin+Bloquy · · Score: 3, Interesting

    UK and Australia have a much smaller sense of humor about non-accessible websites. Here, the only organizations with a legal obligation are state and federal ones (I know, I design websites for one).

    To stay accessible, you need to ditch table-based HTML filled with JavaScript widgets and unnecessary Flash navigation. Consequently you need to explore CSS, and guess what hamstrings adoption of CSS's more advanced features?

    The other issue is the crap-awful screen reader market. JAWS ignores code designed to separate out screen readers from visual browsers, Apple's technology works only with Safari, and none of these companies have been sued for not doing their job either.

    --
    "Made up/misattributed quote that makes me look smart. I am on /. and I must look smart."
  3. I had a friend... by alex_guy_CA · · Score: 4, Interesting

    I roommate of mine a few years back was working for a major bureaucracy in the public transportation sector (please forgive my being coy. Normally I'd just blurt out the name, but in this case it's not my story.) She built a web page highlighting the specific work she was doing that was part of the larger corporate website. On her own initiative, she made her site compliant to the standards that blind computer users needed. Instead of being thanked for her efforts, she was ordered by her superiors to take down her page. They feared that her compliance would highlight the non-accessibility of the rest of the web site of the organization, and they were covering their asses.

  4. But will a judge agree? by tepples · · Score: 3, Interesting

    I know a blind guy going into computer science who thinks any blind person who doesn't have a friend who will get em past a CAPTCHA doesn't belong on said website.

    Unless the blind person lives alone and the site needs a CAPTCHA for every transaction. For instance, as of the beginning of 2006, Blogger required this for every post. Some sort of landmark case of the form American Foundation for the Blind v. (some major site) might have repercussions in the field of spam prevention.

  5. ADA Website Compliance = Section 508 by jonathan_lampe · · Score: 3, Interesting

    In the United States, ADA website compliance means Section 508.

    See:
    http://www.access-board.gov/sec508/guide/

    How do I know? Before the U.S. Post Office looked at our web-based secure file transfer and messaging product (MOVEit DMZ), they required us to pass this requirement.

    You can see a short version of our "yes, we comply" statement online here:
    https://support.standardnetworks.com/moveit/doc/en /moveitdmz_generalinformation_federalregs_ada.htm

    Among the interesting bits: to meet full compliance we added an option that allows our administrators to add a "skip repetative navigation" link to the top of the page; this specifically allows audio readers to skip directly to the unique content on the page.