Slashdot Mirror


Web Accessibility Gets a Boost In California Court

The Register is reporting on developments in a California court case pitting blind users against the retailer Target over the lack of accessibility of Target.com. (We discussed the matter on two occasions last year.) The case is being brought under a federal statute, the Americans With Disabilities Act, and two California laws that are somewhat broader. Even though Target has made improvements to the site since losing the first phase in court, the judge has just ruled that the case is eligible for class-action status. The end result could be mandated accessibility for for all Web sites reachable by visually impaired users in California.

40 of 283 comments (clear)

  1. acronyms. by User+956 · · Score: 3, Funny

    The Register is reporting on developments in a California court case pitting blind users against the retailer Target over the lack of accessibility of Target.com.

    That's they get for using a WYSIWYG editor to make their website.

    --
    The theory of relativity doesn't work right in Arkansas.
  2. Even if you aren't disabled by Z00L00K · · Score: 2, Interesting
    some sites are next to hopeless to use from a usability point of view.

    Not only is the layout wildly different from site to site, but also the semantics. And sometimes the access to some services aren't in a menu at all but hidden on a specific page that you don't really think it would be.

    --
    If builders built buildings the way programmers wrote programs, then the first woodpecker would destroy civilization.
    1. Re:Even if you aren't disabled by TubeSteak · · Score: 3, Insightful

      some sites are next to hopeless to use from a usability point of view. There's no way every last budget business website is getting redesigned as the result of a court case in California

      My guess is that one of the questions which will start getting asked is "how do I block visually impaired users in California?"

      --
      [Fuck Beta]
      o0t!
    2. Re:Even if you aren't disabled by leenks · · Score: 5, Interesting

      Or how do I (reliably) block all users from California?

    3. Re:Even if you aren't disabled by pipingguy · · Score: 2, Funny

      Button: "If you can't see this, click here"

  3. Since this is California... by __aaclcg7560 · · Score: 4, Informative

    I can't wait for a lawsuit against sites that require Internet Explorer to work correctly. Web access should be available to all browsers.

  4. Target might do something surprising by rastilin · · Score: 2, Interesting

    How long until Target figures out that very few people actually use their website compared to the trouble of all these lawsuits. As has been mentioned by other posters, it's quite possibly a browser config and interpretation issue. So, these lawsuits might never stop, so why not just block all access from these IP ranges?

    There are incidences of mass lawsuits invoking the disabilities act even against stores which comply with it. It's not something that you can feel happy defending against and odds are that you're missing at least something somewhere, as such, it's not entirely unprofitable for the people doing it. It's not that I'm saying Target should be excluded from following guidelines, their website seems pretty unusable if you're disabled, but I am reminded by a lawsuit I'd heard about previously "hearing impaired sue Quantas for unusable phone booking system". Considering it would be infinitely easier to order from stores which ARE accessible, this screams of a shameless cash grab.

    --
    How do you kill that which has no life?
  5. how hard can this be? by Doppler00 · · Score: 4, Interesting

    I mean, aren't all online retailers doing exactly the same thing? Selling stuff. You have a database of stuff. Different fields, etc... you just plop them in a template. So you have a regular website template and one for disability. Is that so hard? The only problem is, that people don't think about these things upfront and it leads to bad design.

    Which makes me think, do they have standards documents for creating a disability accessible website? What all is involved? And what about amazon's "look inside" function? There is no way a text to speech algorithm can read those books because they are images.

    1. Re:how hard can this be? by seebs · · Score: 2, Informative

      Yes, there's standards. They're probably imperfect, but this stuff is not hard; Target's got things like graphical buttons with no alt text, where the graphic is just a picture of some words. VERY easy to fix.

      --
      My blog: http://www.seebs.net/log/ --- My iPhone/iPad app: http://www.seebs.net/seebsfrac/
    2. Re:how hard can this be? by PietjeJantje · · Score: 5, Informative

      >So you have a regular website template and one for disability. Is that so hard?

      This seems to be a leading theme, presumably by people who do not make sites or make sites that don't work well with disability. The company I work for actually built a site for a foundation for blind people, and they provided a test panel to go through the motions, and a whole set of guidelines to go with it. Let start by saying it isn't just throwing another template at it. If you think you're coding in standards, nice div's and CSS all, and that it just requires throwing a template at it with less bling, think again. Essentially the "problem" is readers, and you'll have to cater for the basic, anal reader html parser. A whole lot of tags you thought were ok, suddenly turn out to be wrong, such as BR. The whole navigation design and design in general will fail, because it's not much fun going into a page for content and being read 50 links first. The whole way of logically setting up text areas and making sure it flows takes a lot of reconsideration. The testing and debugging takes a lot of time, and you -will- bumb into issues you just plainly did not consider because you are simply not blind. Then there's the CMS, and its users should not be able to break any of this. I can go on, but all in all it took about 150% of the time web site builders normally put in a site, complete with "basic" template. That is, if you want to do it 100% right.

  6. Re:Yay lowest common denominator by jeevesbond · · Score: 4, Insightful

    Why is it my job (metaphorically speaking) to ensure those who are disabled can use my facilities?

    Because most people believe the disabled have a right to equal access to services as everyone, firstly because those who use assistive technologies have no choice and secondly it's not their fault. Not only that but there's really no excuse for designing an inaccessible site, it's not difficult, in fact in most cases it's easier. Inaccessible usually means Flash/Javascript/IE only sites, which not only stops access for the disabled but for those of us who hate Flash/Javascript/Internet Explorer too, it also implies the Web designer/developer is incompetent.

    There are circumstances where it's impossible to cater for people using assistive technologies: like wheelchair access to listed buildings (not uncommon in Europe) or prohibitive cost for small businesses to provide wheelchair access, I don't think Web sites are one of them though.

    Think of it this way: do you use Firefox? Do you think all Web sites should work given your chosen technology? Or is it your job to somehow adapt to people who only code for Internet Explorer? Is it their fault that you don't use Internet Explorer? Frankly too bad on you. Life sucks. Now imagine someone's showing you that attitude, yet your body is setup such that you can't use anything but Firefox. If you ever go blind from looking at too much Natalie Portman smothered in hot grits I hope you remember your post.

    Back on topic: the biggest problem I see for site owners is CAPTCHA as screen readers can't read the majority of CAPTCHAs out there, everyone had better make sure the system they use allows for a sound file alternative. reCAPTCHA looks like a good service, you get to encode books at the same time as fighting spammers! Personally haven't used it on a project, but did notice the sound file alternative link.

    --
    I'm going to transform myself into a mighty hawk. Either that or I'll just go and work at Dixons, haven't decided yet.
  7. just crowdsource it by Anonymous Coward · · Score: 4, Informative

    http://pornfortheblind.org/ is doing this with pornography sample clips already, the basic idea should apply to any site.

  8. Re:Yay lowest common denominator by servognome · · Score: 3, Insightful

    Why is it my job (metaphorically speaking) to ensure those who are disabled can use my facilities?
    Because society says so, many believe a society is as good as how it treats its weakest people. Not saying I agree, but it is the reason why I have to pay for somebody else's retirement, or for somebody else's kids to get educated.

    Why isn't it their job to somehow adapt? Is it my fault someone else can't see, hear, walk, or think clearly? Frankly, too bad on them. You got a shitty roll of the dice. Life sucks.
    At some point almost everybody suffers a "life sucks" moment, and we create rules to try and fairly take care of people during those instances. If you have a genetic defect, why can't health insurance companies deny you coverage? If somehow you lose your job, why are you allowed to get out of debt by filing bankruptcy?
    Sure life sucks, that doesn't mean society can't help with "reasonable accomodation."
    --
    D6 63 0D 70 89 81 BB 8E 7B 7C 5F 5D 54 EA AB 73
  9. Re:Yay lowest common denominator by MobileTatsu-NJG · · Score: 3, Insightful

    "Why is it my job (metaphorically speaking) to ensure those who are disabled can use my facilities?"

    I don't really know the answer, but I can offer you some speculation: If you're offering your services to the general public, then you'd be unfairly discriminating against disabled people. (This is assuming, of course, that the changes are reasonable. Ramps leading to the doorway aren't the same as denying wheelchair access to a roller coaster.) Now, that's a little broad/extreme, so I'll water it down a bit. A place like Target sells everyday needs to a broad range of people. If a wheelchair-bound person cannot buy something like toilet paper, they're in trouble. I think the idea is to make the world a little easier on people that have these problems.

    "Why isn't it their job to somehow adapt? Is it my fault someone else can't see, hear, walk, or think clearly? Frankly, too bad on them. You got a shitty roll of the dice. Life sucks."

    Well, I suppose that's one way to look at it. Unfortunately, that's not something you'd be saying if you were stuck in a wheelchair. Those people with a shitty roll of the dice are doing the best they can with the technology available to them to continue to lead a productive life. If common everyday tasks are difficult because a big company like Target didn't spare a little extra expense to resolve the issue, it becomes offensive. "Why is it so frickin hard to build a ramp?! I just want some f'n toilet paper!"

    Okay, that's wheelchair access to a physical property, so that example doesn't work well in this discussion. So what about this particular case? From what I've gathered, they could, without a lot of effort or expense, update their site to work for the blind. They're not doing that. In theory, they could just take their business and move on to Wal-mart or Amazon or something. But the problem is that disabled people have had to fight battles like this for decades. If they don't win something like this, the risk is other companies will ignore them because they're not big enough to be profitable.

    Life sucks for these people, but it doesn't have to. That's the point. When a little more thought goes into the design of a building or a webspace, it makes life easier for everybody, but it also makes life livable for those with disabilities. Life can suck. That roll of the dice can happen to you at any time.

    --

    "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

  10. This smacks of bullshit... by msimm · · Score: 5, Insightful

    I'm getting more and more tired of both the liberals and the neo/publicans and all their fucking bullshit. What ever happened to that free market shit we were fed along with the 'land of the free' garbage? If you don't like something vote with your wallet. Don't fucking sue everything that makes your life a little more difficult. No-one *has* to use Target. No-one has to use a website they don't like. I think it's fucking lazy and shows this stupid sense of entitlement we seem to feel. Instead of supporting something better we try to coerce it into being the way we'd like. How fucked up is that? That's the kind of shit you do with your government, not your fucking lawn-chair supplier. Meanwhile we stew in a broth of litigious shit as our real freedoms are sold right out from under us.

    --
    Quack, quack.
    1. Re:This smacks of bullshit... by Anonymous Coward · · Score: 5, Insightful

      Don't be an idiot. Do you think stores would build wheelchair ramps just to make a few extra dollars from the few people with wheelchairs who shop in their stores? Of course not. The inevitable result of the free market would be no stores having wheelchair ramps, because the market is too small to be worth it. And as a result, nobody with a wheelchair would be able to shop. We protect minority disability groups because it's more important that they be able to live life than that stores have complete and unregulated freedom to maximize their profit.

      If Target makes 0.1% more profit this year, no one gives a crap. But if one million Americans who can use a wheelchair are suddenly able to live their lives, this makes a significant difference in the world. (And yes, blindness and business websites can be considered the same as wheelchairs and physical buildings, hence the analogy.) Leave your idealistic philosophy at home and consider the real-world impact of your ideas.

    2. Re:This smacks of bullshit... by Antique+Geekmeister · · Score: 5, Insightful

      I know. Let's open a white people only restaurant, and let people vote with their wallets whether they are willing to eat there.

    3. Re:This smacks of bullshit... by SnowZero · · Score: 4, Insightful

      sorry, I don't post to cowards It's your loss. In this case you might as well wave a white flag.
    4. Re:This smacks of bullshit... by msimm · · Score: 2, Insightful

      And I bet your white, speaking up for the 'little' people eh? I'd say sure. Open a fucking racist restaurant. I won't go there, my friends won't go there, I won't shed a tear if the owners are harassed or otherwise have problems with business. But I don't feel obligated to run around like some moral fucking nanny. Look around you. Your not making the world a better place. Maybe it's time we stop worrying about all these little details that sap so much of our focus and actually, I don't know...do something of value. I think we've lost our social cohesiveness in a reactionary sea of self-righteousness. And *that's* dangerous. The new immorality is indifference. Because we change things not because we care. Not because it impacts us. But simply because we believe that we should. We are good because we have to be, or we feel we should be. But we should want to be and you'll never get that if you allow a society to sleep-walk nearly catatonic and high on their own sense of self-righteousness.

      --
      Quack, quack.
    5. Re:This smacks of bullshit... by Antique+Geekmeister · · Score: 4, Insightful

      Goodness. Next thing you know, you'll have us being "separate but equal". When stores or institutions as large as Target violate the ADA or practice racist or sexist policies, it affects the whole neighborhood or the whole industry.

      And yes, I wheel crippled people to restaurants and to doctor's appointments, I've taught blind and deaf relatives both practical matters and technical ones. Failure to make reasonable concessions to accessibility cuts them off from social, economic, and political opportunities. It's penny wise and pound foolish: a store as large as Target, which dominates the commerce in entire towns or neighborhoods, bears a legal and social responsibility to serve that entire community.

    6. Re:This smacks of bullshit... by siriuskase · · Score: 2, Insightful

      In fact, the inaccessable website is even more of a problem, since, as a sighted user, I wouldn't be aware of the problem and need blind people and others to make me aware by the use of lawsuits and other communications. Lawsuits are cheaper than an ad campaign. A shopper who walks rather than rolls notices steps even if they can deal with them more easily, but I don't notice nonconforming websites unless I'm looking for problems.

      When an affected group is as small as the population of blind online shoppers, the natural boycott by only that group is meaningless, especially if they aren't shopping there to begin with. The ADA is an amplifier for small groups to bring access problems to the attention of others so they can change or help or anything that they wouldn't know or want to do otherwise.

      --
      If you must moderate, please moderate as irrelevent, not something bad, because I'm sure someone will find this interest
    7. Re:This smacks of bullshit... by innocent_white_lamb · · Score: 2, Insightful

      I totally agree that Target should be made to both install wheelchair ramps and to have a fully accessible text-only/semantically annotated version of their website. The question is, should I be forced to do the same thing with my home business.
       
      How is it fair that they should be made to do something at great expense and inconvenience, and you should not?
       
      Because they have more money than you do?
       
      Should Bill Gates pay more for a cup of coffee at the your local diner than you pay for the same coffee?
       
      Where is the cut-off between "must provide access" and "not required to provide access", and how do you determine it and justify it?

      --
      If you're a zombie and you know it, bite your friend!
    8. Re:This smacks of bullshit... by Wordplay · · Score: 2, Insightful

      The government has already determined what they want, and the laws have already been written. The interpretation against new developments, as well as the enforcement, is being achieved through the lawsuits. This is how the law--and in particular ADA-style stuff--generally works. They don't send out the ADA police to monitor the situation, the process counts on people to sue when they feel their rights have been infringed upon.

    9. Re:This smacks of bullshit... by UncleTogie · · Score: 2, Insightful

      The road to hell is paved with good intentions.

      Are you then advocating apathy as a method for positive change?

      --
      Don't tell me to get a life. I'm a gamer; I have LOTS of lives!
  11. Re:Yay lowest common denominator by jeevesbond · · Score: 4, Insightful

    but how do you really honestly make a website available to someone who is blind?

    Google is blind. Are you aware of how many people tailor Web sites for that thing?

    Software that reads to words on the screen would be woefully inaccurate since it doesn't really lend itself to telling you where those words are on the screen when you have to follow links and in the case of most websites there are a lot of words present.

    I have a sneaking suspicion you've never used a screen reader, nor are you a proficient Web designer. Where the text is on the page is irrelevant, as long as the page has good structure: headings, lists, blockquotes, em tags, strong tags etc. a screen reader will be able to read it perfectly well. The Web is for communicating information, text is the best way of achieving that in most cases and where images are used all that's needed are the trivial additions of alt tags to provide a quick description of what the image contains.

    --
    I'm going to transform myself into a mighty hawk. Either that or I'll just go and work at Dixons, haven't decided yet.
  12. Vision Impaired by Babel · · Score: 2, Informative

    The term you are looking for is "vision impaired", which means: people who have a lack of vision (blind) or have poor vision. The term "visually impaired" means: ugly.

  13. Or there is the alternative by davmoo · · Score: 2, Interesting

    The end result could be mandated accessibility for for all Web sites reachable by visually impaired users in California.

    Or it could begin a wave of website owners deciding "this shit isn't worth it", and they either turn off their site entirely or at least block known California IP ranges.

    --
    I want a new quote. One that won't spill. One that don't cost too much. Or come in a pill.
  14. IMG tag inside a H1-H6 tag by TheReaperD · · Score: 2, Insightful

    "They probably use IMGs instead of H1-H6 tags, either because they are using a non-standard font, or some design in the headings. There are a few workarounds for this. You can use H1-6 in your markup, and replace it with images in the CSS (assigning an ID to each H1-6.)"

    Actually, it is easier then that. Just simply put the IMG tag inside of a H1-H6 tag and make sure the ALT option has text. If the image is not used, the ALT text will show up in the H1-H6 font and style. Also screen readers and site indexers can still identify the H1-H6 without a problem. Coding a decent quality page that is accessible to the blind is not that difficult. You just can't do it with a clueless "web dork" (term coined by a former co-worker) and a WYSIWYG editor. Or a desktop publishing person who fills the page with images or Flash.

    --
    "Be particularly skeptical when presented with evidence confirming what you already believe." -
  15. Re:Federal Government Intrusion by Dominic_Mazzoni · · Score: 2, Interesting

    I know that Libertarians like to pretend it isn't true, but there are some things that are good for society that would almost never happen under the free market. If 0.5% of Target's customers are blind (a decent estimate), it might not be profitable for Target to go to the expense of assisting them. But if all businesses came to the same conclusion, we'd have a completely inaccessible society, and everyone with a disability would be forced to either live on social security or have a generous person assist them with everything in life. It's not only cruel, it's also worse for the overall economy if these people can't live independently.

    Requiring businesses to make reasonable accomodations to the disabled is not intruding, it's really reducing the amount of our tax dollars that need to be spent helping those who can't live independently. This is in addition to the fact that in our society we believe that everyone should be treated equally, even when it requires extra effort to do so.

  16. I think you're trolling, but here's your answer. by raehl · · Score: 5, Insightful

    And I'm not going to make a single "because it's morally right' argument.

    Free enterprise works pretty well - when everyone decides to spend money in whichever way satisfies their greedy nature, resources get allocated fairly efficiently.

    But this is not always the case. For example, if you run a manufacturing business that produces toxic chemical waste, depending on how greedy your nature is, you may choose to just dump your waste in the nearest river. While this works well for you in the short run, it works well for no one in the long run if all businesses operate that way because soon everything would be too polluted to use. So we have government regulations that say 'Hey, if you make waste, you have to pay to dispose of it properly', and then the costs of that get passed on to the consumers of the product that caused the generation of the waste in the first place.

    Did you see how that worked? In this case, government regulation ENHANCES the proper allocation of resources, by making sure the entire costs of manufacturing a product is borne by those who use the product.

    Legally mandated disability access works in a similar manner. For any given business, the direct cost to them of maintaining access for the disabled may not balance out just not accepting that business in the first place. But, if we don't require that all businesses make reasonable efforts to be accessible to the disabled, then very soon no businesses would be accessible to the disabled. And that's a problem for everyone - because now instead of having disabled people, who through reasonable accommodations made to them are independent productive members of society, we now have disabled people who are essentially locked up in their homes, unable to participate and contribute to society, where we then have to either divert our tax dollars to support them, or let them starve to death (or in the very least, let them out on the street to beg).

    Secondary to that, disability access is a bit like health insurance. While most of us are not disabled CURRENTLY, it's quite possible something might happen where we become disabled in the future. An accident, a disease, or shit, we could just get old, and not be able to walk or see as well as we used to. So, as a society, by deciding to make reasonable accommodation for the disabled, we also ensure that in the event we ourselves become disabled in the future, access is available to us. We may not ever need it, but if we do, we'll be glad we have it.

    Another point to note here is that web accessibility is NOT just about seeing-eye-dog-blind people. Some people can't see very well just because they get old and lose their vision. That's probably not as big a deal now because most older Americans don't use computers anyway, but in 20-30 years, it'll be quite important as the internet generation starts to lose their eyesight.

  17. Re:Yay lowest common denominator by Watson+Ladd · · Score: 2, Insightful

    And what's wrong with making sure that blind people aren't begging on the streets for food? Because that's what happens if you deny them access to jobs and stores. Do you really want blind people to have to drive to the store because they can't order what they need via the internet?

    --
    Inventions have long since reached their limit, and I see no hope for further development.-- Frontinus, 1st cent. AD
  18. Fourteenth Amendment by tepples · · Score: 2, Informative

    Isn't it written into the constitution that its illegal to discriminate? Whose Constitution? In the United States, the Fourteenth Amendment prohibits states from "deny[ing] to any person within its jurisdiction the equal protection of the laws." But what is "protection" and what is a handout? And can states delegate this requirement for "protection" to businesses within their borders? The wording of the Constitution leaves this up to the sociopolitical climate.

    What elements enable disabled users to make better use of a site and what create barriers to use? Here are a few I can think of; see WCAG for details:
    • Use of structural markup (h1, h2, h3, h4, strong, em) instead of presentational markup (font, some uses of table) helps. Structural markup lets you specify different CSS for different kinds of media, such as screen, print, TV, and handheld computers, and if your organization is large enough to have the money to cater specifically to blind people, you can have someone make CSS for speech.
    • Make sure that your site can still be navigated (even if it doesn't look the way the branding people want) if none of the data referenced by img or object elements actually loads. And make sure that the replacement text for an img or object element is kept up to date.
    • Strictly, the preceding point means sites done in SWF need a parallel site done in HTML. (I can't afford retail Adobe Flash software at the moment to verify how well Flash accessibility works.)
    • Make sure that your CSS has enough luma contrast between text and backgrounds and that any background image is paired with a comparable solid background color.
    • Test increasing the font size in Firefox and IE, and make sure that the layout doesn't break and that the font size actually changes. (You should test in Opera too, but I mention Fx and IE because Opera's zoom is an entirely different process.)

    Those of us who do get to grow old may well become disabled too. That includes you too maybe ? Devil's advocate: Do people who grow old enough that the normal aging processes cause disability still have the disposable income to spend on luxury consumer products?
  19. Re:Stupidity and Lobby by jbengt · · Score: 2, Interesting

    "Zero support from me for regulations of this kind on private business."

    If your a completely private entity, those accessibility rules would not apply. But for businesses open to the public, there's a long history of discrimination that has been held as improper ("Irish need not apply" help wanted signs, real estate deeds preventing sale to Jews, "Whites Only" lunch counters, etc.) and the state and federal governments have the legal power to force you to be open to everyone if you're not a completely private club. That has been extended to handicap accessibility in the 70s and 80s. Most of the things required are cheap when accounted for in the planning stages, e.g. set your light switches 48" above the floor rather than 54" or 60", use lever handles rather than knobs, grab bars in bathrooms, ramps instead of steps, and so on. And a lot of those improvements can be helpful for those without major disabilities, too.

    There is some compromise built in to those laws and building codes, for example, you are not going to be forced to add a ramp to your 19th century building (no 14th century buildings in use here in the USA) unless you're doing extensive remodelling (IIRC 50% of the value of the building in Illinois). Making changes to a website that probably changes all the time anyway does not fall into the kind of cost category that adding an elevator would. So I have zero sympathy for a publicly accessible commercial web site that doesn't try to provide accessibility to all those it can.

    IANAL, YMMV, etc.

  20. Re:Normal users too have problems also. by JoshJ · · Score: 2, Informative

    Firefox also has a nifty feature that lets you set a guaranteed Minimum font size- anything smaller than, say, 12 points can be preemptively forced to 12 points.
    Edit-preferences-content (tools-options-content on windows)
    Under "Fonts & Colors" click advanced
    Set your minimum font size.
    Alternatively, in about:config, you can edit font.minimum-size.x-user-def (and anything else that happens to be under font.minimum-size.)

  21. Re:I think you're trolling, but here's your answer by FLEB · · Score: 2, Insightful

    Browser support is one big sticking point I have with this. The problem is that web designers are supposed to support disabled people. Analogies may be made to wheelchair ramps and the like, but that's missing one key point: designers also have to support the disabled person's web client-- that could be any manner of OS/browser/helper-app combinations. Would someone who relied on standards-compliant code that wasn't browser supported (use of voice styles, for instance-- many "screen scraper" readers don't support that) be liable in noncompliance? What about the opposite: "This site requires Netscape Navigator 4 Gold and Bob's Screenreader Pro for ADA compliant rendering."

    --
    Information wants to be free.
    Entertainment wants to be paid.
    You just want to be cheap.
  22. Re:I think you're trolling, but here's your answer by ChrisMaple · · Score: 2, Insightful
    Your post is what happens when you don't identify the fundamentals.

    A manufacturer who doesn't properly handle toxic waste is violating the rights of the persons upon whom the toxins impinge. Laws should identify those rights and devise a method for ensuring that rights are not violated (and compensating those whose rights are violated).

    A business that doesn't provide handicapped access is violating no-one's rights; the property is privately owned and any visitor is there by permission, not by right. Providing handicapped access should be entirely the decision of the property owner, laws to the contrary notwithstanding. Freedom includes the right to be nasty and suffer the consequences.

    --
    Contribute to civilization: ari.aynrand.org/donate
  23. Re:hmmmm by wk633 · · Score: 2, Informative

    At the time of the lawsuit, it was impossible for a screen reader user to 'checkout'. You could, with difficulty, put items in a cart, but the 'checkout' button was a hot region on the screen which was not selectable by keyboard. You HAD to use a mouse to click on the checkout button.

  24. Re:hmmmm by nwbvt · · Score: 2, Insightful

    "but what are the "and headings are missing that are needed for navigation"?"

    I would guess that means things like tables are missing properly formatted (meaning they can be picked up by the naked eye) headers. There are numerous accessibility guidelines that websites are generally required to follow, unfortunately many developers are completely unaware of them or put them at a very low priority. Its more fun to develop that neat web 2.0 javascript widget than it is to ensure all your inputs have properly formatted labels.

    "Also, the shortcut keys that didn't work seem to be more of a browser-related config issue than anything, so I don't see how Target could be held responsible."

    What that generally means is that the page isn't following the correct conventions, so the browser isn't able to pick up how the page is supposed to be rendered. For instance, from looking at the page today (after they made their so-called improvements), this is how they display their search box:

    <div class="nav4txt_textholder"> <div class="tgt_gn_acc_title"><h1>Site Search</h1></div><label for="searchKeywords"><img width="1" height="1" border="0" alt="" src="http://g-ec2.images-amazon.com/images/G/16/misc/transparent-pixel._V42752373_.gif"/></label><input type="text" id="searchKeywords" name="field-keywords" class="nav4_Search" size="16" title="Search Keywords"/></div>

    Lets skip over for a moment that they still don't have alt text for that image. They do have a text label for their search box, problem is it is inside a div next to the input. Now that is easy enough for a user with vision to tell what it is talking about, but a browser with a screenreader cannot just look for text that is next to the input. They have to look for the associated <label> element, and in this case all that element contains is an image. So when the browser comes across the text input and the user uses the browser shortcut to tell them what the input is for, instead of reading "Site Search" it will probably try to describe an image and a hyperlink. What the page should have done is put the text in the label element and put the nice looking image with the hyperlink sit next to the input for sighted users to read.
    --
    Mathematics is made of 50 percent formulas, 50 percent proofs, and 50 percent imagination.
  25. Re:Fucking troll? by Dun+Malg · · Score: 2, Insightful

    Interesting dichotomy. You rail against a lawsuit designed to compel accessibility to their services, saying that the stores should be free to choose to cater to these people, but when moderators freely choose to reduce accessibility to your diatribe by moderating you down, you reverse yourself and demand equal respect and accessibility rather than shopping elsewhere for a more receptive audience (while denying Slashdot ad revenue by reducing its readership).

    You do your cause no credit. His "cause" is that no one should be forced to cater to the disabled at gunpoint, which is effectively what federal regulation is.

    There's nothing in that philosophy that says it's not perfectly OK to publicly call out a bunch of jackass robot-head mods for the dumbfucks that they are. In fact, it's remarkably consistent with the idea above that it would only take a few 'chair bound folks crawling into Target stores on their bellies with the media in attendance to change things. Public spectacle embarrassing the company, rather than federal bureaucrats. See the difference?
    --
    If a job's not worth doing, it's not worth doing right.
  26. Funny how /.'ers are libertarian until by unassimilatible · · Score: 2, Insightful
    We are no longer talking about the war on terra. Suddenly Big Government is good when it isn't a privacy issue. Slashdotters are so inconsistent. You all get riled up about a First Amendment or other YRO issue if it is a video game or something, but forcing a corporation what is has to say on a Web site, that's fine! What a horrible example of Big Brother Government.

    FREEDOM OF CONTRACT PEOPLE. GET GOVERNMENT OUT OF OUR LIVES! LIBERTARIANISM IS NOT JUST ABOUT WIRETAPPING!

    --
    Slashdot "libertarians": Small government for me, big government for those I disagree with. -1, I disagree with you