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
4
votes
1 answer

AngularJS and 508 standards

I'm creating the analysis for a web application using AngularJS. The application needs to be 508 standards compliant. I know that certain devices used for accessibility read the HTML directly and using alt and longDescr attributes in elements, they…
pfernandom
  • 929
  • 10
  • 22
4
votes
4 answers

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 Flash be used while still meeting these…
cdeszaq
  • 30,869
  • 25
  • 117
  • 173
4
votes
1 answer

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?
user153410
  • 863
  • 1
  • 11
  • 19
4
votes
3 answers

508 complaint "select all" checkbox in table header

I have a data table that looks like this:
Jon Renaut
  • 127
  • 2
  • 12
3
votes
3 answers

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. On Securimage’s demo page, the Flash object…
Rich DeBourke
  • 2,873
  • 2
  • 15
  • 17
3
votes
1 answer

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. I use qtip a lot in the app, which tends to be…
Patricia
  • 7,752
  • 4
  • 37
  • 70
3
votes
0 answers

Angular Material Orphaned form label on mat-select

I am running into an issue when testing for accessibility problems on an Angular 8 Material app. I am using the Chrome Plugin WAVE Evaluation Tool to check for accessibility…
Lawson
  • 31
  • 1
3
votes
2 answers

iText 7 need to skip reading page header elements

I am using EventHandler to create page header for my pdf. The content of the header are added into a Table before adding to Canvas. As part of 508 compliance, i need to exclude the header content from being read out loud. How do i accomplice…
slacker
  • 53
  • 8
3
votes
1 answer

Changing Edit | Details | Delete Action links to have alt text for 508 compliance readers

MVC @Html.ActionLink Edit, if you run a compliance program like JAWS, just says "Edit" visual it is fine, but if you are doing a find as a visual impaired person. Thousands of "Edits" doesn't help you understand where you're at. I need the…
Hoardling
  • 103
  • 4
3
votes
2 answers

How should headings be handled in global elements for accessibility purposes?

In many designs, a number of headings may appear in the header, footer, or other global elements of a website. One example would be denoting "Contact Us," "Our Address," and similar sections in the page footer, or a tagline in the page header. In…
JacobTheDev
  • 17,318
  • 25
  • 95
  • 158
3
votes
1 answer

Skip navigation link... anchor beyond breadcrumb or not

Should skip navigation links anchor beyond breadcrumbs or not? Skip Navigation
rajakvk
  • 9,775
  • 17
  • 46
  • 49
3
votes
1 answer

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
Kevin Ji
  • 10,479
  • 4
  • 40
  • 63
3
votes
2 answers

"Elements should not have tabindex greater than zero" - Nonzero Tabindex Breaks Validation & 508 Compliance

We are running a tool called Axe to check the validity and 508-compliance/accessibility of HTML pages. This error comes up as a violation: Elements should not have tabindex greater than zero The app is structured with top links and a nav bar. If…
gene b.
  • 10,512
  • 21
  • 115
  • 227
3
votes
0 answers

Make d3.js / NVD3 Charts Keyboard Accessible

I am using an interactive D3.js chart from the NVD3 library which has data labels that appear when you mouse over the chart. For accessibility purposes, I would like to make these same labels display when only using the keyboard arrow keys. Is there…
3
votes
2 answers

Is Bootstrap 3 compatible with 508 compliance section?

My team faced some issues with recognition of bootstrap 3 drop-down lists (http://getbootstrap.com/components/#dropdowns) by screen readers for visually impaired people. So I'm curious, if bootstrap 3 compatible with 508 compliance section…
Aliaksei Maniuk
  • 1,534
  • 2
  • 18
  • 30
1 2
3
15 16
Foo Bar