translate

Featured Links

Questions & Answers

This listing is a compilation of both questions asked in-site and questions related to accessibility themes gathered from different sources (stackoverflow, UX Stack Exchange).

Displaying 1 - 4 of 4 questions

Skip navigation menu with links to different pages?

Stackoverflow

We're currently updating our site for ADA compliance and want to implement a skip navigation menu on the main landing pages.

Tags: 
  • accessibility
  • wai-aria
  • wai
  • web-accessibility
  • ada-compliance

Web accessibility - description for image button - outdated solution?

I got some kind of accessibility test (for blind, deaf users, etc.) of a customer website and there are also hints how to improve the accesibility.

One of the hints is for image buttons:

Tags: 
  • button
  • accessibility
  • imagebutton
  • wai-aria
  • web-accessibility

How to make clickable <tr> accessible?

Stackoverflow

I have a table where every <tr> opens the <tr> below it.
How can I make it accessible to the user

Tags: 
  • html
  • accessibility
  • wai-aria
  • web-accessibility

Web accessibility: input type="button" that submits

I have some forms that use submit butttons like this:
<input type="button" onclick="validateAndSubmit()">

Tags: 
  • accessibility
  • wai-aria
  • wcag
  • web-accessibility