Forum Moderators: open
Advocates for disabled Americans have declared that companies have a legal obligation to make their websites as accessible as their stores, and they've filed suits across the country to force them to install the digital version of wheelchair ramps and self-opening doors.Advocates For Disabled Americans Sue Sites Failing To Comply With ADA [online.wsj.com]
Their theory that the 1990 Americans with Disabilities Act applies to the modern Internet has been dismissed by several courts. Still, the National Federation of the Blind and the National Association of the Deaf have won legal victories against companies such as Target Corp. and Netflix Inc. Both companies settled the cases after federal judges rejected arguments that their websites were beyond the scope of the ADA.
"It's what I call 'eat your spinach' litigation," said Daniel F. Goldstein, a Baltimore lawyer who represents the NFB. "The market share you gain is more than the costs of making your site accessible."
The market share you gain is more than the costs of making your site accessible.
Target Lawsuit Ends with $6 million Settlement
Target to make Web site accessible to blind in $6 million settlement
[webmasterworld.com...]
[edited by: blend27 at 8:55 am (utc) on Mar 24, 2013]
Anyway a modern screenreader should work out mosts designs these days.
Dang! I've just gone blank on the name of that Kurt Vonnegut story. Y'all know the one I mean.
use plain language and a strong design to aid people with cognitive or intellectual disabilities
but on the whole material published on a website is inherently far more accessible than the same material published in traditional print media.
How hard is it to let the viewer choose a font size, pick up the system font size already set, or allow a page to be zoomedThat was the hardest part, deciding which code to use and then adding the code to all pages (I'm a miser when it comes to lines in source code). Other wise, making a site accessible is kinda fun.
...if you set a user stylesheet, it'll override *any* CSS ...not try to change the base font size and measure other things on the page in em instead of pixelsThat is correct, I don't know where lucy24 came up with 11px but we increase/decrease by em, not px and we aren't removing anything but overriding instead.
So IMHO, the lesson there is to "go with the flow" not try to change the base font size and measure other things on the page that need to be related in size to the fonts actually used in em instead of pixels.
What I find wrong is suing.Yep, always. Lawyers don't need jobs in web design (except perhaps in designing their own danged websites.) For I can imagine a person who is not "challenged" dictating suing a corporation for its website's "accessibility" problems. And I can foresee a countersuit from that corporation for the frivolous tasks entailed in avoiding or dealing with that suit.
Now any truly modern browser does zooming pretty well and that just makes everything bigger on the screen, including any graphic elements.
People just don't think.
Is there a site where you can plug in a url and see if it meets accessibility standards?
-kenB
Accessibility of web content requires semantic information about widgets, structures, and behaviors, in order to allow assistive technologies to convey appropriate information to persons with disabilities. This specification provides an ontology of roles, states, and properties that define accessible user interface elements and can be used to improve the accessibility and interoperability of web content and applications. These semantics are designed to allow an author to properly convey user interface behaviors and structural information to assistive technologies in document-level markup
What I find wrong however is suing. If you can't use it: go elsewhere.
I don't know where lucy24 came up with 11px
if you set a user stylesheet, it'll override *any* CSS (even inline) that a webmaster might have added.
Now any truly modern browser does zooming pretty well and that just makes everything bigger on the screen, including any graphic elements.
Especially since text will display suitably at any size, while an oversized image is clearly oversized.