Section 508 refers to the amendment of the United States of America's Rehabilitation Act of 1973, which requires US Federal agencies to make their electronic and information technology accessible to people with disabilities.

learn more… | top users | synonyms

0
votes
0answers
17 views

Struts2 s:label issue

We need to display only 1 of the labels depending on condition. This is done through Javascript. That works fine, but the issue is we get a 508 compliant error saying 1 form element has 2 labels. The ...
1
vote
2answers
65 views

Google Maps 508 accessibility without styles

One of the requirements of Section 508 is that pages be readable without stylesheets: § 1194.22 (d) Documents shall be organized so they are readable without requiring an associated style sheet. ...
0
votes
1answer
50 views

How do I Associating a Label to RadioButtonList control so it is 508 compliant?

I have tried several methods to get this control to pass 508 compliance testing, but they all seem to fail. I do not get feedback from the tester’s, only pass/fail. I suspect is has to do with the ...
1
vote
0answers
65 views

508/ADA compliancy with lightboxes

I'm currently trying to develop a lightbox that will be 508/ADA compliant; to achieve this, I need to make a lightbox appear (already done) and then have a reader such as NVDA read what's on the ...
1
vote
1answer
65 views

Is it possible to avoid rendering the error message from an ASP.Net validator control until the validator is evaluated as invalid?

Considering the fact that I was not able to find a single instance of someone else needing this functionality anywhere else, this might be an off the wall requirement. That said: A website that I am ...
1
vote
1answer
64 views

Is it possible to nest <abbr> tag inside a title attribute?

This issue is about accessibility (508) compliance. I have an link with a title attribute that shows up in a tool tip. Within that tool tip is the abbreviation "Dr." In order to have a screen ...
0
votes
2answers
98 views

Scrollable Div onfocus event browser support

It appears as though certain browsers allow a scrollable div element to receive focus - and then that element has focus the user can use the arrow keys and page up/down. I'm interested in learning ...
4
votes
2answers
80 views

What should the HREF attribute be for javascript links on a 508 compliant page?

I know this question: Href attribute for JavaScript links: "#" or "javascript:void(0)"? contains a discussion of what the correct href content should be for javascript links. How ...
0
votes
2answers
57 views

img alt attribute for “decorative” images

A question for the truly pedant I was looking through Chrome's Developer Tool's elements tab when something caught my eye and prompted this question. Though meaningful alt attributes on img tags are ...
1
vote
0answers
70 views

508 compliance issue with tabbing through “Nice Menus” in Drupal 7

I have created a custom theme in Drupal 7. I added the "nice menus" module to it. Somewhere in the process I have lost the ability to tab through my pop-up menu on the homepage (For 508 compliance). ...
0
votes
1answer
94 views

how to implement slider in exjts without css

Using ExtJS, new Ext.slider.MultiSlider({ renderTo: 'multi-slider-horizontal', width : 214, minValue: 0, maxValue: 100, values : [10, 50, 90], ...
1
vote
1answer
124 views

Use keyboard to tab through or scroll fixed height HTML table cells

I need to add keyboard access for a cell-height-fixed HTML table. That is, if a scroll bar appears in the cell (example given), the keyboard needs to be able to scroll that cell using arrow keys. How ...
0
votes
1answer
221 views

Hide or insert tbody and tr tag in hidden gridview?

I'm trying to validate a page on our ASP.Net site that the developers used a gridview on. It seems that initially they are using a "placeholder" gridview that is getting hidden or visible based on ...
0
votes
2answers
45 views

Is Disqus 508 compliant?

I'm putting together a comparison of Commenting/Idea Management tools, and one question I can't seem to find an answer to is whether Disqus if 508 compliant "out of the box." I understand that I can ...
9
votes
3answers
262 views

Is dynamic DOM building 508 complaint?

With more and more people using things like Backbone, Ember and other JS MVC type frameworks, more and more HTML DOMs are being built dynamically with the first HTML page only containing a "root" ...
0
votes
0answers
69 views

JAWS/508 compliant report engines? Jasper is not - any suggestions or opinions

I've been tasked with investigating JAWS/508 compliance for Jasper Reports. I have found that it is not compliant and questions from their message boards have gone unanswered. Can anyone suggest a ...
4
votes
3answers
132 views

508 complaint “select all” checkbox in table header

I have a data table that looks like this: <table><thead> <tr> <th><input type="checkbox" /></th> <th scope="col">Foo</th> <th ...
-1
votes
2answers
46 views

508 compliant web pages: does software Applications and Operating Systems (1194.21) apply? [closed]

In researching 508 requirements for webpages, it seems to me most articles assume that section "Software Applications and OPerating Systems (1194.21)" also applies to webpages. Specifically 1194.21 ...
7
votes
3answers
753 views

Are Keyboard shortcuts mandatory for 508 compliance

I researched a lot on this and seem to be getting conflicting answers on SO and all of the web. I understand that with Section 508 that compliance DOES NOT equal accessibility. Biggest thing is ...
1
vote
2answers
358 views

ASP.NET CheckListBox 508 Compliance

I have a CheckListBox and specify the ToolTip on the items. When rendered, it shows a span around the checkbox (and label) and it's the span that has he title attribute on it, not the checkbox (input ...
2
votes
1answer
307 views

MVC 4 site 508 compliant

I have spent a lot of time researching this, but perhaps someone point me in the right direction. In need of building an MVC 4 website in which it is 508 Compliant. I did some 508 compliance testing ...
0
votes
1answer
68 views

Does the Brightcove 508 compliant player support the Javascript API?

First, the Brightcove forums are useless, since you must have a Brightcove account to contribute. IA m just a dev, no account. I have been given the source for the Brightcove 508 compliant player and ...
-1
votes
1answer
57 views

section 508, dragon readable table

does anyone know how to make the following table dragon readable? this is talbe that has number of rows in rowspan = 2. Perhaps i place the header in the wrong place. the numberis the key to a row. ...
1
vote
2answers
272 views

508 Compliance title attribute vs a hidden absolutely positioned label

Is the title attribute ok to use for accesibility when it comes to 508 compliance? For example: <style> #date_box{width:250px; border:2px solid #AAA;} input{width:100px;} ...
1
vote
1answer
286 views

input buttons and 508 compliance: do they really need labels?

Does a button with a value really need a matching label tag in order to be 508 compliant? Say I have: <label for="search_box" class="hideme">search query</label> <input type="text" ...
1
vote
2answers
453 views

Section 508 compliant Gridview

Is it possible to have a Gridview Section 508 compliant covering both point g & h? Link for section 508 http://www.access-board.gov/sec508/guide/1194.22.htm Link for ASP.Net Section 508 ...
0
votes
1answer
253 views

508 Compliant data table without headers?

I need to create 508-compliant code and am running into an issue with a table that does not have headers. Each row simply contains a category name in the left column, and value in the right column. ...
0
votes
1answer
135 views

In Flex 4.5, can a DataGroup have accessibilityEnabled for all of its individual items?

I'm building a Flex app that has to be accessible and meet section 508 guidelines. Some pre-built parts of are making heavy use of DataGroup, DataGrid, and ItemRenderers. I can't get anything that was ...
0
votes
2answers
97 views

Accessibility issue with Ajaxtoolkit

I am working on Section 508 compliance for an existing application. Now when I use http://achecker.ca/checker/index.php to test my page for Section 508 it shows "script must have a noscript ...
3
votes
3answers
235 views

Using Securimage's PHP Captcha script in a 508 accessible application

I’m setting up a Contact-Us page and we’ve picked Securimage’s PHP Captcha script for blocking robots. Securimage uses a Flash object to play the captcha code for someone who may be visually impaired. ...
2
votes
1answer
219 views

Does section 508 compliance require that every window have an initial (default) focus?

"1194.21 Software applications and operating systems" has this to say about focus: "(c) A well-defined on-screen indication of the current focus shall be provided that moves among interactive ...
0
votes
2answers
196 views

Ensuring Section 508 Compliance of Client File Uploads

On my companies intranet, the business had asked to allow the users to deposit a file into a shared folder for it to be auto-posted to the intranet site. Pretty much the same as a file upload, with ...
0
votes
2answers
191 views

jquery tablesorter - 508 compliance

Any idea on what keyboard shortcuts to use to access tablesorter controls in column header? or software handlers/other to support 508 compliance (to support accessing these controls via the ...
0
votes
1answer
399 views

Experience with 508 Compliance checking tools

I would like to check a webpage for 508 compliance (alt text, titles, etc.,.). I found this list. What worked for you in the past? Any lessons learned? Also, I am using the IBM Rational Suite (i.e ...
0
votes
1answer
305 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 ...
1
vote
2answers
111 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 ...
1
vote
1answer
142 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 within a form. Currently, these options are laid out in a two column table with checkboxes in the ...
0
votes
1answer
223 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 ...
26
votes
3answers
9k 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
440 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. ...
4
votes
1answer
2k 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
166 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 ...
0
votes
1answer
137 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
855 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 ...
2
votes
3answers
136 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 ...
6
votes
3answers
1k 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!
5
votes
1answer
265 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?
7
votes
1answer
289 views

Can screen readers for the blind handle tabbed browsing?

I am working on a site that has a lot of content that is displayed by clicking on tabs. Does anyone know if this is Section 508 compliant (specifically for blind users with a screen reader)? My main ...
2
votes
1answer
413 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 ...
0
votes
1answer
695 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 ...

1 2