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

Add text behind picture

I have image link button. In high contrast mode image (ok.gif) is not visible so I want have alternate picture. My alternate "picture" is unicode character unicode \270E. This is working in high contrast mode, but in normal mode unicode is over…
Raskolnikov
  • 3,791
  • 9
  • 43
  • 88
0
votes
1 answer

508 Standards SOA test / link for adobe and microsoft

I'm using SOA test reports to find 508 compliance errors. If you do not know what 508 is then refer to this link: 508 Standards Website Issue 1: Section 508 - 1194.22: Warning: Link may be required for document plug-in. This error happens because…
developer234
  • 79
  • 3
  • 14
0
votes
0 answers

Make link shown only on hover 508 compliant

Let's say I have a list of things. When you hover over one, a "more info" link appears beside it. What treatment can I apply to the link to make it 508 compliant and/or always visible for screen readers?
Josh M.
  • 26,437
  • 24
  • 119
  • 200
0
votes
1 answer

Creating Ordered Lists with HTML5 and/or CSS that are Safe for Screen-Readers?

I'm working on a project where accessibility is of prime importance. There's frequent reference to parts of an ordered list and I'm not sure how to mark it up. I made have a jsfiddle demo of referencing an ordered list with CSS Counters that I…
MCTaylor17
  • 411
  • 5
  • 16
0
votes
2 answers

Does providing PDF content when it could be HTML break accessibility?

I want to provide some very simple content to the user that describes how to use a web form. This text could just as easily be written in HTML, however, convention among the content writers is to write all help text in Word, convert it to PDF, and…
Scribblemacher
  • 1,518
  • 1
  • 16
  • 31
0
votes
2 answers

SSRS Report Compliance Issue

We have run into a Section 508 compliance issue with SSRS reports. Specifically, the issue is with tabular data tables. SSRS reports do not generate table headers with the tag which is a Section 508 requirement for accessible HTML tables. After…
John
  • 691
  • 1
  • 8
  • 23
0
votes
1 answer

How to know accessibility software is ON in mobile browser?

I would like to display/program my HTML page differently with and without accessibility feature is ON. How to know accessibility software ( talkback in android , voicevoer in iOS) is ON in mobile browser ? Is there any JavaScript variable…
0
votes
1 answer

GWT-508 compliant- How to set HTML tags

I am in the process of making my GWT page 508 compliant and I need to add some additional information on the sort buttons in my cellTable for the screen reader to pick up. Basically I need to know how to set the Label HTML tag from the cellTable. I…
TheJavaBeast
  • 163
  • 3
  • 16
0
votes
1 answer

Make large, complex data table screen-reader friendly and 508 compliant

I'm working with a very large HTML table. It is properly structured using thead, th, scope="", etc. The thead has, for example, 7 header rows of nested columns and 180 columns across. What are the recommended methods for making this sort of table…
Josh M.
  • 26,437
  • 24
  • 119
  • 200
0
votes
3 answers

Focus of Cursor in 508 Compliance Testing

Consider there are Create/Modify links in the GUI and clicking those links Opens up a Create/Modify page. Through tabbing, when the focus ring is on Create/Modify link, i pushed enter button. What should be the Default Focus in the Newly opened…
Satish
  • 724
  • 3
  • 10
  • 22
0
votes
1 answer

How to use Kendo grid custom command?

I am working on ASP.NET MVC4 application with Kendo UI Grid. And i want to show custom confirmation message for 'Destroy' command.And for that i am using custom command. Below is the piece of the code for that…
Pawan
  • 2,150
  • 11
  • 45
  • 73
0
votes
4 answers

form label 508 compliance question

Do labels that I create for my form elements need to be in the
body? for example would this be compliant: