section508 Questions

6

Please consider the following HTML markup: <label class="required" for="email-address"> Email Address <span class="audible">Required</span> </la...
Bim asked 29/10, 2014 at 15:19

2

Solved

As per the WCAG and section 508, all the informations on a website must be accessible using only the keyboard. I have a google maps with some markers on it that open a modal with dedicated informa...

2

Solved

I get that using placeholder text as a label is not very accessible, but does it technically go against WCAG 2? I could not find anything explicit but I wonder if a more lawyerly reading of that st...
These asked 19/10, 2020 at 18:31

3

Solved

When using the "label for" parameter on radio buttons, to be 508 compliant*, is the following correct? <label for="button one"><input type="radio" name="group1" id="r1" value="1" /> b...
Hermosillo asked 6/10, 2009 at 19:52

2

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...
Stephenson asked 2/4, 2019 at 20:28

4

Solved

A button with an aria-label: <button type="button" class="btn btn-default dropdown-toggle" aria-expanded="false" aria-label="Sort"> <i class="fa fa-arrows"></i> </button&gt...
Shortwinded asked 15/1, 2016 at 22:19

1

Solved

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...
Peracid asked 5/4, 2018 at 22:13

6

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 (...
Air asked 6/1, 2011 at 15:47

3

One of our web applications just went through 508 compliance testing. We use TinyMCE version 3 for content development and I understand it generally has good accessibility. However, one of our page...
Squeak asked 23/11, 2010 at 17:3

2

Solved

Say I have a set of radio <input>s. I'm not a caveman, so I know I need to associate <label> with those <input>s. I'm fond of wrapping the radio buttons within their corresponding...
Osteo asked 7/1, 2015 at 19:19

2

Solved

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?
Spoilage asked 10/5, 2011 at 18:9

4

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 ...
Ortiz asked 28/6, 2010 at 20:9

2

Solved

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/hi...
Basenji asked 30/8, 2011 at 20:30

3

Solved

Is the title attribute for links required for 508 compliance or does the text in the link suffice? Thanks!
Anglice asked 13/5, 2011 at 20:25

3

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" e...
Molotov asked 30/11, 2012 at 0:54

3

Solved

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 t...

1

Solved

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 testin...
Phane asked 11/7, 2012 at 1:35

3

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 re...

1

Solved

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 mai...
Welker asked 6/5, 2011 at 23:57

3

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...

1

Solved

What kind of tooling support or helpers does VS2010 or .NET 4.0 provide to developers in the way of accessibility? Anything new for creating 508-compliant markup? Anything new in the way of sup...
Photoplay asked 15/9, 2010 at 15:38

1

Solved

How do I make an Ajax Loading Indicator Accessible / 508 compliant. My pre-compliance strategy is like so: initiate ajax request, set timeout to show an indicator(div containing a paragraph with te...
Affliction asked 24/11, 2010 at 17:22

2

Solved

I am trying to make my Ajax-enabled table pagination 508-compliant (accessible using JAWS version 9). I have a table header cell with a link which executes a jQuery ajax request onclick with a call...
Uprise asked 19/11, 2010 at 19:32

4

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?
Salicin asked 26/4, 2010 at 13:38

3

Solved

If I want to have a question with a "Yes/No" radio button. How do I need to mark up the code so that a screen reader reads the question associated with the "yes/no" selection instead of just readin...
Washy asked 10/6, 2010 at 17:45

© 2022 - 2024 — McMap. All rights reserved.