Blind programmer here. Just a glimpse of my life. Blind people have to live in an environment where X% of web sites and programs are not accessible, where X varies somewhere from 20% (for web sites) to 50% (for desktop applications). That's just my approximation of the state of accessibility these days. Now imagine that you live in the world where you don't know which printer or wi-fi router to buy, since maybe half…
Supreme Court allows blind people to sue retailers if websites aren't accessible
311–320 of 620 posts
Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#312Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#313Blind programmer here. Just a glimpse of my life. Blind people have to live in an environment where X% of web sites and programs are not accessible, where X varies somewhere from 20% (for web sites) to 50% (for desktop applications). That's just my approximation of the state of accessibility these days. Now imagine that you live in the world where you don't know which printer or wi-fi router to buy, since maybe half…
Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#314Earlier quoted context omitted.
We wrote a free screen reader simulator for this purpose (Chrome plugin): https://silktide.com/resources/toolbar It’s not a substitute for real-world testing, but it should help you appreciate the basics without having to learn a full screen reader. We’re also working on some accessibility games right now (scores challenges for you to complete in a browser with a simulated disability), which sound a lot like what you…
I was surprised to find myopia here. Is there a level of myopia that can't be corrected with glasses and thus is a disability?
TBH we call it "myopia" in the plugin because it's short and what we think most users would understand. Many visual disabilities cause a similar blurring effect, such as cataracts.
Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#315So somehow along my career I fell into accessibility dev for a while. Funny enough it was one of the most lucrative dev jobs I did and there was always plenty of work. It is easily outsourced to a remote developer because all you really need is a browser and a screen reader. In my opinion there really is no reason for even mom and pop sites to not provide even a base level of accessibility, it really is just setting…
> it really is just setting tab indexes in correct order, as well as making sure items have alt and title tags Sounds like it could be part of SEO effort. If it can be checked programmatically then search engines should add accessibilty to their ranking algorithms. It worked for mobile.
Imagine the investment that would suddenly start in accessibility if Google publicly announced it was an important part of search engine rankings.
Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#316Earlier quoted context omitted.
Are CLI tools inherently accessible?
I guess 99.9% are. However, it is pretty hard to order a pizza or buy your weekly load of groceries with a CLI tool :-) If you want to interact with the rest of the world, you will likely need to use the web...
Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#317Blind programmer here. Just a glimpse of my life. Blind people have to live in an environment where X% of web sites and programs are not accessible, where X varies somewhere from 20% (for web sites) to 50% (for desktop applications). That's just my approximation of the state of accessibility these days. Now imagine that you live in the world where you don't know which printer or wi-fi router to buy, since maybe half…
I wonder whether there's a tool that could make websites tactile. Like, a pad with pins that can be programmatically raised and touched, and are used for drawing the website's layout. You could put your hands on it, touch it and feel the layout of the website, scroll around, and eventually click your selection. It can substitute braille font for the font used on the website.
Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#318Re: Supreme Court allows blind people to sue retailers if websites aren't accessible
#319Earlier quoted context omitted.
Yet in an increasingly online world, refusing to make one's site accessible is tantamount to refusing to install a ramp in place of stairs.
A counter to that analogy is that where/when ramp access is needed and how one should be built in order for it to be usable is defined by building codes and the concept is well understood. Without what clear definition or a method to get a website's accessibility "certified" makes it seem like allowing litigation is not going to be produce meaningful results and could be easily abused.