Tagged Questions

0
votes
1answer
32 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?
1
vote
3answers
69 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 sit …
-1
votes
4answers
71 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?
4
votes
3answers
57 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" …
0
votes
1answer
20 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 an …
0
votes
1answer
53 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 …
2
votes
3answers
99 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 select …
0
votes
2answers
108 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 Cy …
2
votes
5answers
196 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 ap …
2
votes
1answer
124 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 screenread …
5
votes
2answers
374 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)?
3
votes
4answers
489 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 s …