I see a lot of negativity in the comments. I imagine much of that is gut reactions of web developers hearing they need to do more work. As a web developer that has had to pass an accessibility review from a person who is actually blind each release for the last two years, I can tell you it’s not that hard. Make sure you have a sensible tab order and labels on forms and you are 80% there. The hard issues are creating…
Supreme Court allows blind people to sue retailers if websites aren't accessible
71–80 of 620 posts
Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#72Then the Supreme Court is wrong (which isn't impossible, by the way). If I draw on my street with chalk, should I also be compelled to play a cassette on repeat outside my driveway describing what the picture is? This is absurd.
What is a mere convenience for many people is de facto the equivalent of a flying wheelchair for handicapped people -- when it actually works for them and isn't some new "fuck you" from the world.
Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#73Earlier quoted context omitted.
But you can call your local Domino's on the phone.
You can't get (or use) Rewards points unless you order online. They also have online coupons and discounts. They actively encourage customers to order online, pick up in person and do carry out. Most locations have minimal seating and minimal staff. Some don't even bother to have bathrooms for their customers. Their business model actively tries to reduce the amount of overhead for the business by promoting online or…
At least in California, any business with eat-in food services is required (by law) to provide restrooms. If a Domino's franchise does not offer eat-in service, it's entirely reasonable (and legal) they don't have public restrooms.
Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#74Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#75On the surface, this sounds like a fine thing. Who doesn't want accessible websites? But it really opens a can of worms. What's a place of public accommodation? With brick-and-mortar, it's easy; if you have a physical location open to the general public, it probably qualifies. But on the web? Does my personal website count? What if I sell t-shirts on it? What if I don't sell anything, but have forums where the public…
And yes, courts really do want to get into the issue of which businesses need to comply and which don't, regardless of whether they exist physically or as a website.
Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#76Earlier quoted context omitted.
But you can call your local Domino's on the phone.
You can't get (or use) Rewards points unless you order online. They also have online coupons and discounts. They actively encourage customers to order online, pick up in person and do carry out. Most locations have minimal seating and minimal staff. Some don't even bother to have bathrooms for their customers. Their business model actively tries to reduce the amount of overhead for the business by promoting online or…
Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#77Domino's tried to claim that their due process rights were being violated since there is no federally-mandated standard for accessibility. But the ADA is clear: businesses have a legal requirement to ensure that disabled customers have "full and equal enjoyment" of their goods and services. Domino's made the tenuous argument that the lack of a specific standard meant that they didn't receive fair notice.
Robles, the plaintiff, argued that the appropriate standard to apply was WCAG 2.0. Instead of offering a different possible standard (which would have been a defensible legal rationale), Domino's position was basically, "fuck off".
It's really not hard to make your websites accessible at a basic level. Follow the standards. Make sure your content and markup are reasonably semantic. Use standard form components for data entry. Where more complex, visual-first designs are employed, make sure there are text-based fallbacks.
If you are a professional software developer, doing this is not just your legal responsibility, it's your moral responsibility.
Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#78Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#79I see a lot of negativity in the comments. I imagine much of that is gut reactions of web developers hearing they need to do more work. As a web developer that has had to pass an accessibility review from a person who is actually blind each release for the last two years, I can tell you it’s not that hard. Make sure you have a sensible tab order and labels on forms and you are 80% there. The hard issues are creating…
Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#80I see a lot of negativity in the comments. I imagine much of that is gut reactions of web developers hearing they need to do more work. As a web developer that has had to pass an accessibility review from a person who is actually blind each release for the last two years, I can tell you it’s not that hard. Make sure you have a sensible tab order and labels on forms and you are 80% there. The hard issues are creating…
The key is actually using a screen reader and better yet having someone with accessibly needs provide feedback. Following guidelines is great but usability is only great when you actually see how someone interacts with your site. Again though, it’s not that hard.