Tagged Questions

Section 508 refers to the Federal Americans with Disabilities Act, which provides laws governing accessibility of computer systems.

learn more… | top users | synonyms

10
votes
3answers
338 views

Can a site REQUIRE Javascript and still be Section 508-compliant?

I think I understand HOW Javascript has to work in order to be O.K. for section 508. But I have been unable to find an answer to a related question: does my site need to work WITHOUT Javascript in ...
8
votes
6answers
344 views

What is “Section 508” very very simply?

I researched at google and found many confusing, looooong explanations for Section 508! made me even more confused. very simply, what is this Section 508? Thanks a lot!
7
votes
2answers
310 views

WAI-ARIA: Javascript Capability Testing?

In the spirit of progressive enhancement, I'd like to do some ARIA capabilities testing to implement additional enhancements if they're supported by the browser. I'm not looking to detect screen ...
7
votes
3answers
564 views

WAI-ARIA, IE7, and JAWS

One of the projects I am currently working on has customer requirements for IE7 and 508 compliance. This customer currently uses JAWS version 9 and is making requests which I am told are impossible ...
6
votes
1answer
234 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
1answer
128 views

WPF 508 Compliance

Are there any good guides on making WPF applications 508 compliant? For example, does every text input box need to be associated with a label via some tag type like with webpages?
5
votes
7answers
221 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 applications. We all ...
4
votes
2answers
134 views

Accessible way to notify a user their session is about to expire

I have a site which authenticates a user for a given time period and on any subsequent page request that time interval is extended. I am wondering how to notify users their time is about to expire ...
4
votes
4answers
266 views

Flash and Accessibility

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. To what extent can ...
3
votes
3answers
151 views

What's the difference between disabled=“disabled” and readonly=“readonly” for textarea?

I have read a bit on this, but I can't seem to find anything solid about how different browsers treat things. I'm building an app that has to be Section 508-compliant (screen-reader accessible) and ...
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
2answers
126 views

Object Element Content for 508 Compliance

One of the 508 compliance rules are that all OBJECT tags should contain element content. I'm not familiar with OBJECT tags or anything, but what should the content usually be? I noticed if I just put ...
3
votes
3answers
793 views

Radio button accessibility (508 compliance)

If I want to have a question with a "Yes/No" radio button. How do I need to mark up the code so that a screen reader reads the question associated with the "yes/no" selection instead of just reading ...
3
votes
3answers
504 views

Why is this HTML table not 508 compliant?

So I ran one of my pages source code through a 508 compliance checker online, and it came back saying some of my tables are not correct, I followed the guidelines to use the scope setting but it still ...
2
votes
2answers
48 views

HTML Accessibility with grid data

Here is a js fiddle of my example output: http://jsfiddle.net/Hdzv8/ and below is the html. This is a pretty simple display of information but how would you make this accessible? I can make divs ...
2
votes
1answer
213 views

Is using jQuery 508 compliant?

I am working on an asp.net website that needs to be section 508 compliant. I'm confused as if I'm supposed to use JavaScript or not at all. Can I even use jQuery's slideUp()/slideDown() to show/hide ...
2
votes
1answer
68 views

RSpec 2 View test to validate accessible markup?

I want to make some basic accessibility tests in RSpec (obviously, to be further validated by other tools and users later; this is to catch the low-hanging fruit like finding images w/o alt tags and ...
2
votes
2answers
294 views

Scan site for images and alt tags

We'd like to run an scan on our site that returns a report with the following: each image tag found and a visual representation of that image on the report the alt tag for that image (also identify ...
2
votes
2answers
164 views

Is DotNetNuke currently ADA 508 compliant?

Is DotNetNuke currently ADA 508 compliant? I realize that it depends on how you use it, but I'm talking about out of the box, core modules, etc.
2
votes
9answers
599 views

Is there a way to Show/Hide elements without CSS?

I am making one Web UI 508 compliant and one requirement states "working with Web UI when CSS is disabled". We have several places where we show/hide elements using style=display:inline and ...
2
votes
3answers
585 views

How does Javascript use affect 508 Compliance?

As background, I currently develop for a university, and we have problems with departments demanding "web 2.0 content" and accessibility requirements. How do really big sites that are JavaScript ...
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
1answer
237 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 of project?
1
vote
1answer
31 views

What is the best way to present multiple options in a form for section 508?

I will need to provide a way for a user (who will be using a screen reader) to select multiple options from a form. Currently, this is in a two column table with checkboxes in the first column and ...
1
vote
3answers
67 views

Asp.Net and Accessablity

I'm working on a brand new project for a state government agency that we are going to be using Asp.Net MVC3 as our framework. My question is I cannot find any guidance on how to make our web app ...
1
vote
2answers
218 views

Is the title attribute for links required for 508 compliance?

Is the title attribute for links required for 508 compliance or does the text in the link suffice? Thanks!
1
vote
1answer
203 views

How do you pass Section 508 for a searchbox in HTML 5?

508 Standards, Section 1194.22 (a) states that: A text equivalent for every non-text element shall be provided (e.g., via "alt", "longdesc", or in element content). For a searchbox, using ...
1
vote
2answers
123 views

508 Compliance - ASP.NET webforms Update Panels

Has anyone faced any issues with using AJAX with update panels and keeping their sites 508/ Accessibility compliant? Is there a way to detect that javascript is turned off and force update panels to ...
1
vote
1answer
189 views

jqGrid 3.8.2 and 508 Complicance

I am using jqGrid on a site that needs to be 508 compliant. One of the areas that I am running into trouble is wrapping the form inputs in the grid, currently it is a checkbox, with a label tag. Any ...
1
vote
2answers
310 views

TinyMCE Accessibility: Label For

One of our web applications just went through 508 compliance testing. We use TinyMCE version 3 for content development and I understand it generally has good accessibility. However, one of our pages ...
1
vote
1answer
127 views

Improving Swing Window Accessibility

I have a single Swing JFrame which contains a couple JLabels, a few read-only JEditorPanes, and a couple buttons. JAWS users are requesting that the application be read with less user interaction ...
1
vote
2answers
558 views

Swing JFrame Responding to Native Window On Close Event

I have a Swing application which consists of a single JFrame set to Always On Top. When running under Windows, I use the following code to open the the native default email client and browser ...
1
vote
4answers
224 views

508 compliance and javascript

I run a site (ASP.NET) for a company that is in different counties, based on the link the user clicks on the landing page all the tags on the page gets a string of the county added to the end of it ...
1
vote
2answers
153 views

JTree view under High Contrast Mode

I have one issue related to JTree swing component, I want to use JTree under Windows high contrast Mode, but it never shows tree nodes according to windows High contrast theme. Jtree view Under ...
1
vote
1answer
352 views

Creating accessible tooltips for a web site

Is there a best practice for making tooltip type functionality accessible to people with accessibility needs? I am interested in jquery tooltip and have found a few others but I am thinking twice ...
1
vote
2answers
251 views

Best Way to do “Skip Navigation” with CSS for 508 Compliancy

There is a requirement in Section 508 to code a "Skip Navigation" at the top of all web pages in order to allow the Seeing Impaired to bypass lengthy and repetitive top navigation. Originally, I ...
1
vote
1answer
488 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?
1
vote
5answers
434 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. I always thought ...
0
votes
1answer
46 views

Jquery Galleria does not pass the 508 ADA compliance image alt not present

How to add the alts to the Galleria Image Gallery since it does not include the ALT tag by default. i am using the settings to provide images and the classic theme for gallery. Does any one have an ...
0
votes
0answers
49 views

How to make the control in cell got focus when the DataGrid Cell got focus

I'm facing a problem that I want to support Keyboard Operation in my App, which means you can use only keyboard to do whatever you want to. I have a DataGrid contains DataGridTemplateColumn, and in ...
0
votes
1answer
32 views

Can I use a DataTemplate for toolbar buttons and still make the name meaningful?

I have a Toolbar whose ItemSource is a collection of toolbarItems which contain the bitmap text and other info for the button and the xaml includes a DataTemplate to bind the data to the button. Our ...
0
votes
1answer
62 views

Is there a guideline for accessibility (such as 508 compliance) in email correspondence?

I am building an application that will have a number of notifications going out via email. Is there a guideline on making the content of the email accessible to screen readers and other similar tools? ...
0
votes
1answer
235 views

jQuery Colorbox - using the tab button in colorbox

When a colorbox is opened on a page, the tab button on the keyboard moves the focus to tags in the page behind the colorbox. The only way to get the tab button to work in a colorbox is to first click ...
0
votes
1answer
371 views

How to be 508 compliant using jQuery UI modal dialog

I'm trying to use the jQuery-UI modal dialog. However, the html that's created by jQuery includes an iframe that's empty or has no alt tag value. This get's flagged as a 508 violation. Has anyone ...
0
votes
1answer
236 views

Accessible, 508 compliant Ajax Loading Indicator

How do I make an Ajax Loading Indicator Accessible / 508 compliant. My pre-compliance strategy is like so: initiate ajax request, set timeout to show an indicator(div containing a paragraph with text ...
0
votes
3answers
641 views

Accessible, 508 compliant Ajax Pagination

I am trying to make my Ajax-enabled table pagination 508-compliant (accessible using JAWS version 9). I have a table header cell with a link which executes a jQuery ajax request onclick with a ...
0
votes
1answer
216 views

Reading Disabled JButtons with JAWS

I have a requirement that disabled JButton be read by JAWS version 9. i.e. if I have a JButton with the text "True", it ought to be read something like "True, disabled button". But when I use ...
0
votes
1answer
318 views

How to detect for screenreaders/MSAA without focusing the flash movie?

I am trying to detect for the presence of assistive technology using flash. When a Flash movie holding the actionscript below on frame 1 is loaded (and screenreader chatting to IE or Firefox over ...
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 ...

1 2