Earlier quoted context omitted.
Sounds like whoever sold her the theme didn't bother with accessibility. I think laws like this are good, but at the same time they will end up pushing people to stick to larger sites like shopify or just listing on ebay/amzn to avoid all this.
This just sounds to me like "I like regulation, but hate over-regulation". Except that here, like potentially many other cases, there weren't any sane bounds on said regulation.
Supreme Court allows blind people to sue retailers if websites aren't accessible
491–500 of 620 posts
Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#492Earlier quoted context omitted.
Hacker News could easily set a max-width on the problematic items. Every designer (and so should every web developer) knows that the sweet spot for reading is around 60 characters and a column of text if readable between 40 and 60 characters. Check for example the free course from https://betterwebtype.com/
> Every designer (and so should every web developer) knows that the sweet spot for reading is around 60 characters and a column of text if readable between 40 and 60 characters. That is interesting. For source code, I've always preferred maintaining a maximum line length of 80 characters. But there are plenty of people who prefer significantly longer line lengths because they feel it's more readable that way.
Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#493Accessibility seems to be thrown under the bus under MVP style thinking. You are trained not to focus on issues that only affect a small number of users. I know I do this all the time. The reason is money. At what point do we just accept that security, accessibility, and similar properties are actually important, and that we shouldn't accept half baked products anymore? I don't have a clear answer. But regulating the…
Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#494Earlier quoted context omitted.
Making a website accessable isn't hard. there's a plethora of tooling available to help and most of it comes down to aria roles and color selection. It really is a bare minimum sort of task imo.
And then you get sued for $100k over your "bare minimum". This just makes front end dev seem dangerous, because you can never be sure that you meet absolutely all the guidelines without being a lawyer.
Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#495Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#496Despite the somewhat misleading headline, the Supreme Court didn't really say anything new here. They declined to hear Domino's appeal of the Ninth Circuit's (unanimous and clearly correctly decided) reversal of the District Court's absurd dismissal. Domino'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: business…
On a basic level, yes. But what does the law consider to be reasonable? There are so many degrees of compliance, some of which often go against brand guidelines, against common js libraries, etc.
Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#497Earlier quoted context omitted.
That doesn't sound like a problem with a) or b) at all but purely with c). Also, something is wrong with your example. Cost of buying the original platform is $X, sales (not revenue) for multiple years is $3,500, fixing it or replacing it by a compliant platform is $Y. A "fix" is clearly not more expensive than $X and that was much, much less than the revenue from the sales. Also, it seems to me that the original pro…
The "original product" is OpenCart. As the name implies, its open source. If it's defective, who are you going to sue?
I'll ask for a fix or a refund on the $X. If they can't fix it and I can't find a competing product for $X, then the price should have been $Y to begin with and I have no basis to complain.
Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#498Despite the somewhat misleading headline, the Supreme Court didn't really say anything new here. They declined to hear Domino's appeal of the Ninth Circuit's (unanimous and clearly correctly decided) reversal of the District Court's absurd dismissal. Domino'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: business…
> full and equal enjoyment I know there is a snarky comment about enjoying Dominoe's pizza... But it is comical that Dominoes championed ordering pizza by tweeting an pizza emoji, but failed to address helping the bling order online.
Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#499Earlier quoted context omitted.
Pardon my curiosity, did you type this on a keyboard by touch typing? If so how do you recognize and correct typos? Or did you use speech recognition? Same question about handling errors. I'd like to make sites I build more accessible, but I must admit I'm only familiar with the bare minimal guidelines I've read in a couple articles. I don't even know if they're correct or up to date. Nobody I've worked for has ever…
> Pardon my curiosity, did you type this on a keyboard by touch typing? If so how do you recognize and correct typos? I'm merely a sighted user here, but I can personally attest that when you've mastered touch-typing, you can tell when you make a mistake and correct it without needing to look at the screen. It is a bit of an eerie feeling the first time you do it. Full disclosure: I touch-typed this reply, and I made…
Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#500Usually that also makes for better home pages for other people as you don't get the type of crap "creative" web developers tend to put there to make it flashy but unusable.