Checking if a site is 508 compliant (link is external)

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

Pausing in a screen reader for accessibility (link is external)

Stackoverflow

I have been using the Mac OSX's built in screen-reader for testing my site, I know it's not the best but it's all I have for now. But I'm finding it isn't pausing at the end of elements...

Tags: 
  • html
  • css
  • accessibility
  • screen-readers

Information Architecture - Navigation - Accessibility (link is external)

UX_StackExchange

Recently I have worked on a dashboard(Web).
It is a web enterprise product with a lot of data in each view with 20+ views.

Tags: 
  • user-behavior
  • user-expectation
  • accessibility
  • experience
  • click

Color Contrast WCAG 2.0 SC 1.4.3 and Video / Motion Content (link is external)

UX_StackExchange

There is no reference to motion/video found in SC 1.4.3 — simple "images" and "bac(link is external)

Tags: 
  • accessibility
  • content
  • video
  • wcag
  • inclusive-design

What are differences between NVDA and Jaws screen readers? (link is external)

Could some one please help with differences between those two screen readers? As I was faced with one issue while testing the accessibility using them.

Tags: 
  • accessibility
  • jaws-screen-reader
  • nvda

Accessibility (JAWS) - Dropdown list with jQuery chosen library (link is external)

It's the first time I post here so please accept my apologies if this question has already been addressed in any way or I'm not following the correct guidelines.

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

Down arrow key not working properly while using voice over on Mac 10.12.6 Safari 10.1.2 (link is external)

After current Safari version upgrade to 10.1.2 from 10.1.1 the down arrow key stopped working properly when used along with voice over.

Tags: 
  • safari
  • key
  • accessibility
  • voiceover
  • arrow

What is the correct way to apply sr-only text to asp:LinkButtons that are variably visible? (link is external)

I am working to make my code more accessible for screen-readers and I have come across this situation and have been able to find no answer for it.

Tags: 
  • asp.net
  • accessibility
  • screen-readers
  • asplinkbutton

React-Native: How to make Talkback recognize Touchable components as interactive? (link is external)

I'm trying to make my React Native app accessible.

In native, when I have a Button, TalkBack says my content description, then the component type and then a hint like:

Tags: 
  • android
  • react-native
  • accessibility