W3C Web Accessibility Standards 2.0
WildFire42 writes "The W3C has released their W3C WCAG 2.0 Standards (that's World Wide Web Consortium Web Content Accessibility Guidelines) for a request for comments before it becomes a standard. I've discovered quite a variety of geeks here that may access web content in a variety of methods, from screen readers, to Braille displays, to open captioning on streamed videos, etc. Web accessibility is still in its infancy (relatively), but is becoming a concern for more people every day. Once the WCAG 2.0 becomes a recognized standard (probably sometime in 2004), it will most likely be a concern for web developers, but the W3C still wants input from the public, to get a feel of the kinds of disabilities that have not received enough focus in the 1.0 standards. More information on the Interest Group is at the W3C Web Accessibility Initiative page. Your input and insight is needed!"
Pew! took a while to read it.
No wonder people don't RTFA.
Warning: This sig contains a small bug. ==> *
How about a recommendation to get rid of popups/unders?
sounds good to me...
Be you Admins? nay, we are but lusers!
I would think the web browser developer community would do good to comply with standards more, sure.. but it's cool to see that standards are being set for a new useful generation of web interactivity (ie: the disabled-access terminals). I'd hope to see more of that sort of technology popping up in society as standards are set for making the web more accessible to people.
If you want to test if your webpage is accessible to visually deficient people, you can ask Bobby to scan it and analyse it. Best accessibility report tool in town, I use it on all my pages.
"A door is what a dog is perpetually on the wrong side of" - Ogden Nash
Actually, this is a standard on how to create pages so people will be able to access the page even if they for some reason can't use bleeding-edge graphical browsers (blindness) or can't hear the audio of Flash animations / audio clips.
It's a standard that tells you _how_ to use the already existing standards (such as the alt property on tags or providing transcripts to audio feeds).
Then again, I'm sure you already knew this, and thus posted this as an AC. Still, people may not be as smart as you, so I'll post it anyways =D
Some countries (UK, Australia two that I know) have some legislation in place whereby some sites *have* to be designed to meet accessibility guidelines for vision impaired folks.
This really annoyes me. The web is a visual medium. It should not be compulsory to cater for those that can't benefit from a visual medium, in a visual medium.
We don't have legislation to ensure that every book that is released has a braille version and a speaking book version do we? No. Why take on the web this way?
Yes I've been hit by this myself, and it's hugely frustrating being on the end of it as a site developer having the spectre of the law raised above you...
The Web is not a visual medium. Yes, it contains a lot of visual content, but there's also plenty of text content that can be presented just fine in a non-visual manner.
As a Web author, your role is to describe the structure of the content. If you use proper markup, such as H1 for headings and P for paragraphs, then browsers can present your content in an appropriate manner whether it be visual or non-visual.
The Web still consists mostly of text content, and there's nothing visual about that. (Yes, I know about porn, but there's still plenty of text content even there.)
On what do you base this claim? In my experience, most pages that attempt to comply with W3C Recommendations use less bandwidth than the non-compliant tag soup that dominates the Web. Tag soup pages generally include useless images and bloated markup (<font>, unnecessary tables) that standards-based pages don't have.