translate

accessibility

Why does my screen reader not announce the selected tab when activated

I'm working on making my existing tab component accessible, I'm basing my design off of the W3C's

Tags: 
  • accessibility
  • nvda

Why use divs over tables for a TABLE?

This question at face value is a duplicate of: Divs vs tables for tabular data

Tags: 
  • javascript
  • html
  • html5
  • reactjs
  • accessibility

Accessibility :: How to get focus on link in textview on right swipe

I have a TextView with some text written "Hello World".

Tags: 
  • android
  • accessibility
  • talkback

Accessibility Identifier not visible in Accessibility Inspector with iOS Simulator

Stackoverflow

I wanted to use the Accessibility Inspector to verify all the accessibility identifiers in my app running in the simulator (iOS 9.2).

Tags: 
  • ios
  • macos
  • ios-simulator
  • accessibility
  • accessibility-inspector

NVDA doesn't read first HTML child when focusing from parent on Firefox

When using NVDA on Firefox it fails to read the first child when focusing from a container, but it is able to read the second child.

Generic Example:

Tags: 
  • html
  • firefox
  • accessibility
  • screen-readers
  • nvda

javafx - how to properly use the high contrast themes?

I have noticed on scenebuilder that a modena high contrast theme exists.

How do I properly use it? I mean in a cross platform or implementation way.

Tags: 
  • java
  • javafx
  • accessibility

How to make TalkBack read TextView error message automatically?

I'm currently making my app accessible and I'm having problem with my EditTexts:

Tags: 
  • android
  • accessibility
  • android-textview
  • talkback
  • android-accessibility

JAWS execute ctrl click

We're using JAWS to test accessibility in our web application on IE11. One of our controls requires a CTRL + click to bring up a context menu.

Tags: 
  • accessibility
  • jaws-screen-reader

Module Tab & Navigation tab Interaction

UX_StackExchange

I am currently working on an enterprise website with loads of different views/content.

Tags: 
  • interaction-design
  • user-behavior
  • accessibility
  • psychology
  • experience

How to tag an element below form elements so that the screen reader picks it up

Say I have a div with some p tags below some text elements, how do I aria tag these so the screen reader picks these up?

I could give the div tagindex="0" but my linter complains:

Tags: 
  • html
  • css
  • accessibility