Questions tagged [section508]

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.

Section 508 refers to the section 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. The law is split up into three sections:

  1. Techical Standards
  2. Functional Perforance Standards
  3. Information, Documenation, and Support

The technical standards are broken down into 6 parts. Those parts are:

1194.21 - Software applications and operating systems
1194.22 - Web-based intranet and internet information and applications
1194.23 - Telecommunication products
1194.24 - Video and multimedia products
1194.25 - Self contained, closed products
1194.26 - Desktop and portable computers


Notes:

  1. Please see Section 508.gov for more information
  2. If you were hired to make something for a federal agency, it is always good to ask which Technical Standards your product is going to be tested against, if your contract doesn't specify it.
230 questions
2
votes
1 answer

Tagged PDF for 508 compliance

How can I edit a tagged PDF with Tags specifically created for 508 compliance?
Rush
  • 97
  • 1
  • 1
  • 7
2
votes
1 answer

Making a Section 508-compliant accessible structure for a printable form

I have a form which can be reviewed and printed after submission. Because it has to look good when printed, I don't simply want to display the same form with disabled fields, but rather want to display a 'read only' version that is formatted to look…
user21522141
2
votes
1 answer

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 such) Most of the examples have just checking…
Paul
  • 35,689
  • 11
  • 93
  • 122
2
votes
1 answer

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?
Buu
  • 49,745
  • 5
  • 67
  • 85
2
votes
3 answers

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 Section 508 (and similar accessibly requirements). …
photo_tom
  • 7,292
  • 14
  • 68
  • 116
2
votes
2 answers

iText7 508 Table Summary

We are creating a large table using iText 7 we are almost fully 508 complaint however we are missing the table summary rule. Is there a way to add the table summary at creation time using iText 7? I have attached a picture of what I am looking…
Ekalbs
  • 93
  • 1
  • 1
  • 4
2
votes
0 answers

Why is the explicit tabindex of elements added to the DOM after page load not being honored?

I've got an Angular 4 app where content is loaded within a component. This content uses Isotope for fancy sorting/filtering effects. As such, the elements within the component are positioned absolutely. This causes problems with the tabindex…
Todd Sharp
  • 3,207
  • 2
  • 19
  • 27
2
votes
0 answers

Accessibility Does Not Read Select Properly (JAWS)

I have a select element inside of the modal used in Bootstrap. When the screen reader (Jaws), reads the select box when it loads it reads through all the options inside of the select. Instead it should read it the way it does on a regular page,…
2
votes
1 answer

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 ideas?
WillK
  • 65
  • 6
2
votes
0 answers

Navigatable kendo-grid in angular

I am looking for possible solution for navigatable(508 Compliance) kendo-grid in angular. Since Kendo-grid for jQuery already contains that feature. All you need to is to put navigatable: true and it's done. But seems like Angular version of…
2
votes
5 answers

How do I make screen readers read my WPF message similarly to how they read Win32 MessageBox?

We have a WPF desktop application which needs to show some custom message windows. I am having trouble getting them to be read aloud properly by screen readers such as JAWS from Freedom Scientific. I want to achieve the same behavior as when showing…
jschroedl
  • 4,916
  • 3
  • 31
  • 46
2
votes
1 answer

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 required. Right now, the application starts with a…
Stephen Swensen
  • 22,107
  • 9
  • 81
  • 136
2
votes
3 answers

Is it important to have relative units to ensure Section 508 / WCAG 2.0 Level AA compatibility?

I have all my font sizes defined in pixels, e.g. body { font-size: 14px; } h1 { font-size: 42px; } One of the online Section 508 / WCAG 2.0 Level AA compatibility checkers advised me to replace it with relative units to make it accessible to…
sdvnksv
  • 9,350
  • 18
  • 56
  • 108
2
votes
2 answers

How to create 508 compliant radio buttons

I'm in the process of transitioning my companies website to being 508 compliant and need help. Currently I'm trying to figure out the correct way to build out forms, specifically items that use radio buttons/checkboxes. Based on the research I have…
2
votes
1 answer

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 before spending anytime as I am concerned about…
Chris
  • 11,780
  • 13
  • 48
  • 70