Tagged Questions

Web Content Accessibility Guidelines (WCAG) are part of a series of Web accessibility guidelines published by the W3C's Web Accessibility Initiative. They consist of a set of guidelines for making content accessible, primarily for disabled users, but also for all user agents, including highly limited devices, such as mobile phones. The current version is 2.0.

learn more… | top users | synonyms

6
votes
1answer
232 views

Does VS2010 or .NET 4.0 have any new tooling support for Accessibility?

What kind of tooling support or helpers does VS2010 or .NET 4.0 provide to developers in the way of accessibility? Anything new for creating 508-compliant markup? Anything new in the way of ...
6
votes
2answers
2k views

Web Site Compliance with the Americans with Disabilities Act (ADA)

Are there any automatic, online or off, tools for testing xhtml/css for compliance with screen readers and other visual guidelines of the Americans with Disabilities Act (ADA)?
5
votes
3answers
3k views

What would be the best method to code heading/title for <ul> or <ol>, Like we have <caption> in <table>?

What would be the best method to code heading/title of <ul> or <ol>? Like we have <caption> in <table>. and we don't want to make them bold Example image: This is ok ...
5
votes
3answers
583 views

How to write good alt text for images to help screen reader and blind user to understand what is picture about?

How to write good alt text for images to help screen reader and blind user to understand what is picture about ? and if we are using Alt text then what should be in a Title="text" if we are using both ...
5
votes
1answer
408 views

Web accessibility - behaviour of screenreaders when configured to read 'title' attribute

I've been advised that if a 'title' attribute expands upon what's present in a control's visible text, it should include all information in the visible text, because the screenreader may read the ...
4
votes
7answers
2k views

How can I clear the Warnings sections of the error list In VS2008?

Specifically, once I get the WCAG Anaylsis warnings for a website into my warnings window I can't get rid of them, until I close down studio. When building another project in the same solution they ...
3
votes
1answer
113 views

How to make this part of my page section 508 and wcag 2.0 compliant

Hello compliance pros! I've been tasked with making our web-app compliant to the section 508 and wcag 2.0 guidlines. For most things this hasn't been too tricky, but i've hit a bit of a road block. ...
3
votes
3answers
273 views

Does Silverlight 4 comply with the WCAG 2.0 specifications

I need to build a web application which complies with the WCAG 2.0 specification. One main feature of this application is that some code must be executed on the client. I don't have any way to avoid ...
2
votes
2answers
35 views

Do I need to use EM sizing for the layout to meet the WCAG 2.0 criteria?

According to the WCAG 2.0, EM units should be used as font-size, to meet the WCAG 2.0 minimum criteria: http://www.w3.org/WAI/WCAG20/quickref/Overview.php But I could not find anything about about ...
2
votes
1answer
64 views

Understanding WCAG 2.0 - criteria 1.4.8

I'm having trouble understanding the WCAG 2.0 criteria 1.4.8. From what I understand it basically says that if I have for example a <div> that I define both background and text color in, I will ...
2
votes
1answer
106 views

Importing dynamic content to a HTML page without JS or server-side scripting

A client requires my company to create a web-based learning resource to distribute to a large number of users. As such, they have some strict standards to ensure that everyone is able to access it (so ...
2
votes
2answers
135 views

Live accessibility Checker

I am wondering if anyone knows of any program / tool / or addon that offers a feature like the Live Accessibility Checker in Microsoft Office Word for html coding. I think it would be great to be ...
2
votes
3answers
171 views

Content Management Systems that comply with WCAG 2.0

I like the look of SIteInifinity by Telerik as a content management system. Unfortunately it is not WCAG 2.0 compliant. Are there any third party CMS systems that are WCAG 2.0 complaint?
2
votes
3answers
262 views

Is my form laid out in a table accessible?

I am making a form to search for colleges based on athletic programs offered and the division of the sport. I have laid the form out in a table. The "all divisions" checkbox selects all the checkboxes ...
2
votes
5answers
408 views

Web accessibility and h1-h6 headings - must all content be under these tags?

At the top of many pages in our web application we have error messages and notifications, 'Save' and other buttons, and then our h1 tag with the content title. When making a web application ...
1
vote
1answer
141 views

Any tool recommendation for WCAG 2.0 validation?

I believe everyone now a days is working hard to make web pages WCAG 2.0 compliant. Can you share any good tool for the same that you have come across? Here are some good tools that I came across- ...
1
vote
1answer
52 views

Semantics of header elements and WCAG 2.0

Am doing some accessibility testing on a site i am currently working on using Total Validator and the WAVE toolbar. When using these it raises issues with the header structure of my documents and ...
1
vote
1answer
139 views

Create an seo and web accessibility analyzer

I'm thinking of making a little web tool for analyzing the search engine optimization and web accessiblity of a whole website. First of all, this is just a private tool for now. Crawling a whole ...
1
vote
1answer
47 views

How can I identify whether a browser/reader is being used by someone who is visually impaired?

I have to provide a 508-compliant version of a page for the visually impaired and it isn't practical to just modify the page. Thus, I have created a new "reader-compatible" version of the page for ...
1
vote
3answers
1k views

Why WCAG made 3 level “A”, “AA” and “AAA”?

What is the purpose of making 3 priority level by WCAG? is it like? If client not paying extra or if we don't have much time then go for A If client paying then or if we have time to make site ...
1
vote
2answers
318 views

After WCAG 2.0, Should we follow any guideline of WCAG 1.0?

WCAG 2.0 is released should we follow only WCAG 2.0 guideline or we should combination of both no need to consider WCAG 1.0 now? or if I'm considering WCAG guideline then do i need to consider any ...
1
vote
4answers
193 views

Are javascript disabled users (which are very low in the world) is a topic of accessibility?

Are javascript disabled users (which are very low in the world) is a topic of accessibility? To make accessible everythig without javascript is more time consuming then to make site compatible for ...
0
votes
1answer
35 views

Simple DOM/CSS Clarification? [WCAG F17 1.3.1]

http://www.w3.org/TR/WCAG-TECHS/F17.html I have some issues understanding the criteria of this and what makes a website fail BASED on the series of tests involved. Check for id and accesskey values ...
0
votes
1answer
51 views

Does compliance to WCAG 2.0 AA prevent the use of Javascript?

I'm finding it hard to get a straight answer to this question, I hope SO can help. My understanding based on http://www.w3.org/TR/UNDERSTANDING-WCAG20/conformance.html is that we can still use ...
0
votes
2answers
118 views

WCAG 2.0 Using tables for layout

Does WCAG 2.0 allow tables for layout, I can't see anything in the guidlines saying you can't but this suprises me.
0
votes
1answer
80 views

How important is WCAG and Why I am getting this error?

I am analysing my site in dreamweaver and I got this error object should have device indepedent interface and it says something like wcag 9.2 <asp:ImageButton ID="ibtnSearch" runat="server" ...
0
votes
2answers
143 views

Can I make a local style sheet that essentially removes all CSS from pages I visit?

I want to semi-permanently (temporarily but it lasts past a refresh or following a link) browse without CSS in IE6. There doesn't appear to be a way to permanently disable CSS without messing with ...
0
votes
4answers
2k views

What is the limit of character to use in alt=“text” according to WCAG 2.0?

What is the limit of character to use in alt="text" according to WCAG 2.0?
0
votes
1answer
129 views

How to make design for websites in Photoshop, according to WCAG 2.0 color contrast guideline?

What points should I keep in mind while designing. How we can make good design while keeping in mind color related Accessibility guideline of WCAG 2.0?
0
votes
1answer
290 views

Accessibility: Section 508 vs WCAG

My company is based in the UK, but is involved in a website for a US based company. Our website follows the WC3 standards (WCAG 2.0) for accessibility. In terms of the USA does anyone know what the ...
0
votes
1answer
187 views

Accessibility (WCAG 2.0) do we NEED labels in table cells

I'm implementing a system following version 2.0 of the WCAG guidelines. I have tabular data in the form of an editable grid this is rendered using a table. I have given the table column headings and ...
0
votes
2answers
323 views

How important is Section 508 and/or WCAG compliance in your website? Is your website compliant?

How important is compliance with the various accessibility guidelines when developing a website, especially if you don't know who will be using your site? Using the HiSoftware Cynthia Says Portal, I ...
-1
votes
1answer
23 views

HTML Scope Attribute - WCAG 2.0 G196

http://www.w3.org/TR/WCAG20-TECHS/H63 http://www.w3schools.com/tags/att_td_scope.asp In here it basically says for the standard, "include a scope for each row and/or column". Now, if I have search ...