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.
216 questions
139
votes
3 answers

Using "label for" on radio buttons

When using the "label for" parameter on radio buttons, to be 508 compliant*, is the following correct? or is this?
Wilkie
23
votes
4 answers

Can i prevent :after pseudo element from being read by screen readers?

Please consider the following markup: Along with that i have…
Tim
  • 3,136
  • 4
  • 36
  • 55
14
votes
3 answers

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" element to dump the generated HTML into. Is this…
kidcapital
  • 4,754
  • 8
  • 43
  • 65
13
votes
4 answers

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 order to be section 508 compliant? To take an…
Mike Kantor
  • 1,280
  • 4
  • 23
  • 42
12
votes
1 answer

How can I create an accessible PDF with Java PDFBox 2.0.8 library that is also verifiable with PAC 2 tool?

Background I have small project on GitHub in which I am trying to create a section 508 compliant (section508.gov) PDF which has form elements within a complex table structure. The tool recommended to verify these PDFs is at…
GurpusMaximus
  • 331
  • 3
  • 14
11
votes
2 answers

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 sections? Can I use jQuery UI's datepicker and…
jDeveloper
  • 1,976
  • 2
  • 20
  • 27
11
votes
3 answers

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 that the UI/UX designer is being told that keyboard…
10
votes
3 answers

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 readers—I'm looking to ensure that screen reader users…
c_harm
10
votes
2 answers

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)?
Rob Allen
  • 15,975
  • 4
  • 47
  • 69
9
votes
3 answers

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!
jeffyjeffjeff
  • 93
  • 1
  • 3
9
votes
3 answers

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 without a newer version of JAWS which supports…
9
votes
5 answers

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?
designer-trying-coding
  • 5,636
  • 16
  • 66
  • 98
8
votes
6 answers

Scan site for images and alt attributes

We'd like to run a 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 attribute for that image (also identify if an alt attribute isn't found) Is there a…
Alex
  • 3,179
  • 4
  • 24
  • 25
8
votes
4 answers

Button with icon labelled with aria-label still an 'Empty Button' error

A button with an aria-label: is still identified as an accessibility error ('Empty Button') by WAVE.…
Christine
  • 552
  • 1
  • 8
  • 21
8
votes
3 answers

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 based deal with 508 Compliance? Some sites degrade,…
chustar
  • 11,327
  • 23
  • 74
  • 113
1
2 3
14 15