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

NVDA screen reader not reading and getting focus within role="dialog"

The Below mentioned code reflects a 'Dialog' on the screen. I am using the NVDA screen Reader to read the screen. When a Dialog box is opened, the focus should go to close dialog button.

Tags: 
  • javascript
  • jquery
  • html
  • accessibility
  • nvda

Anchor links inside div aren't accessible by tab key anymore

I'm currently delving on an A11y issue the project I'm working on has.

Tags: 
  • javascript
  • jquery
  • html
  • coffeescript
  • accessibility

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

Take my web page focus to browser address bar using javascript / jquery

Desired behavior : When a Tabkey press happens on a particular dom element in a webPage I want my cursor focus to go to address bar.

Tags: 
  • javascript
  • jquery
  • html
  • keyboard-shortcuts
  • accessibility

Mapping arrow keys to scrollwheel function?

I am running a slideshow on a client site. The slideshow animates each slide, and relies SOLELY on the scrollwheel of the mouse although it also 'swipes' when in touchscreen devices.

Tags: 
  • javascript
  • jquery
  • html
  • accessibility
  • scrollwheel