Top "Section508" questions

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.

Using "label for" on radio buttons

When using the "label for" parameter on radio buttons, to be 508 compliant*, is the following correct? <label for="button …

html radio-button label section508
Button with icon labelled with aria-label still an 'Empty Button' error

A button with an aria-label: <button type="button" class="btn btn-default dropdown-toggle" aria-expanded="false" aria-label="Sort"> <i …

html accessibility wai-aria section508 htmlbutton
Can i prevent :after pseudo element from being read by screen readers?

Please consider the following markup: <label class="required" for="email-address">Email Address <span class="audible">Required&…

css section508
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 …

jquery accessibility section508
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!

html accessibility section508