Tagged Questions

0
votes
4answers
41 views

Section 508 and Style Sheets

Hi All, I am new to style sheets and Section 508.I am trying to understand it. As i understand, style sheets provide some specific set of details on how to display a web page. Fo …
1
vote
0answers
39 views

Make textboxes, Checkboxes, Dropdowns in DetailsView 508 compliant

I have detailsview which has few dropdownlist and Checkboxes. Now I am trying to make these input fields 508 compliant. Does anyone know about this fix?
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
3answers
74 views

Using “label for” on radio buttons

When using the "label for" parameter on radio buttons, to be 508 compliant, is the following correct? <label for="button one"><input type="radio" name="group1" id="r1" v …
0
votes
0answers
31 views

JTable Accessible Text (508 Compliance)

On a JTable in Java, how do I set the accessible text on a column, row and/or cell? Normally you would do component.getAccessibleContext().setAccessibleName(text); and that is wha …
2
votes
3answers
98 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
1answer
33 views

Tagged PDF

How can edit PDF that has Tags specifically created for 508 compliance?
0
votes
2answers
105 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 …
0
votes
2answers
55 views

asp.net 508/WAI CMS

2 questions: Does using MVC make it any easier to build 508/WAI compliant sites? Anyone know of a good asp.net based CMS platform that is 508/WAI compliant or at least, tries t …
0
votes
1answer
64 views

Is there a way to inspect flash movie elements live in AS2?

I have a major problem with a flash based training course that is rendering extra graphics that are UNSEEN. This is realized when a screen reader is used to run 508 compliance test …
1
vote
1answer
97 views

Tools and practices to make a large ASP.NET web application section-508-compliant

We're about to migrate an existing large ASP.NET web application to make it section-508 compliant. Are there any recommended tools and practices that can be employed for this kind …
2
votes
3answers
134 views

Flash and Accessability

As a web developer, a number of the projects I work on fall under government umbrellas and hence are subject to 508 Accessibility laws, and sometimes W3C accessibility guidelines. …
5
votes
2answers
369 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)?
1
vote
4answers
187 views

Should Visual Studio 2008 throw an accessibility error (508) with a 100% table driven layout?

I'm trying to make sure my work is 508 compliant more and more these days, but noticed that VS2008 doesn't throw an error if you have a 100% table driven layout instead of css. …
4
votes
7answers
153 views

Enhancing the web user experience for the vision impaired

I was listening to a recent episode of Hanselminutes where Scott Hanselman was discussing accessibility in web applications and it got me thinking about accessibility in my own app …