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 - 6 of 6 questions

Edge :focus styles

Stackoverflow

Trying to get the pseudo class :focus to work in Edge. This is working in Chrome and Firefox, but for ADA reasons, need it to work in Edge.

Tags: 
  • jquery
  • css
  • internet-explorer
  • sass
  • accessibility

Overriding preventDefault onclick when tab and enter are used for navigating

Stackoverflow

I have a navigation with dropdown menus on larger screens, and in order to create the proper responsive behavior for smaller screens, I've set preventDefault on the parent-link that has a dropdown

Tags: 
  • jquery
  • accessibility
  • screen-readers

Screen readers and Javascript

Stackoverflow

I'm creating a website for a reading service for the blind and visually impaired and I'm using JavaScript (with jQuery) to print some stuff to some of the pages

Tags: 
  • javascript
  • jquery
  • accessibility
  • screen-readers
  • jaws-screen-reader

accessibility - focus lock breaks by arrow keys when using JAWS

Stackoverflow

I have a function that locks the focus inside a dialog.

Tags: 
  • jquery
  • accessibility
  • jaws-screen-reader
  • arrow-keys

Checking if a site is 508 compliant

Stackoverflow

I know the Visual Studio 2012 has an accessibility checker that checks for 508 compliance, but a portion of our content is dynamically generated using JavaScript and jQuery, and as such cannot be c

Tags: 
  • javascript
  • jquery
  • html
  • accessibility
  • section508

Prevent certain elements from receiving focus

Stackoverflow

So I have the following function. What it does is listens for the focus event on all elements.

Tags: 
  • javascript
  • jquery
  • html
  • accessibility