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 121 - 140 of 463 questions

Sreen reader inconsistencies when aria-labelledby applied

I had some strange behaviour where the chrome screen reader was reading labels twice, I inadvertently "fixed" it and I'm not sure the fix was correct.

Tags: 
  • html
  • accessibility

Why are screen readers not reading out the label for a select element

Stackoverflow

If I have a standard select element with a label, like this:

Tags: 
  • html
  • accessibility

App crashes in "voice over" when UIContextualAction has an empty title - iOS 11

Stackoverflow

I have the following code in my project,

Tags: 
  • ios
  • swift
  • accessibility
  • ios11
  • voiceover

How to get React-Native to announce specific accessibility message via AccessibiliyManager?

Stackoverflow

How would you approach announcing an accessibility message via TalkBack on Android (or iOS equivalent)? Is this possible with existing ReactNative version?

Tags: 
  • android
  • react-native
  • accessibility
  • react-native-android

How to make my click accessible through keyboard tab [duplicate]

This question already has an answer here:

Tags: 
  • html
  • accessibility
  • wai-aria

JAVA Accessibility support by Excelsior Jet [closed]

I have a application which supports screen readers via the Java Access Bridge. The jre version works fine with screen readers such as NVDA.

Tags: 
  • java
  • swing
  • accessibility
  • java-access-bridge

Can I prevent keyboard repeat for certain keys?

SuperUser

Sometimes I accidentally put my arm on the Numpad Enter when coding and when the enter key starts repeating, things get messy.

Tags: 
  • windows-7
  • keyboard
  • accessibility
  • repeat-rate

Java: Where do I find sourcecode of WindowsAccessbridge?

I downloaded the Java JDK 7 source code from https://jdk7.java.net/source.html.

Tags: 
  • java
  • c++
  • accessibility
  • java-access-bridge

hide a pseudo-element from a screenreader?

Stackoverflow

I am using :before pseudo-elements bound to particular classes to add symbols in front of p tags, with CSS like this:

Tags: 
  • css
  • accessibility
  • pseudo-element
  • screen-readers

How can I support assistive technologies in JavaFX 2.2?

The possibility of connection to JAWS and N

Tags: 
  • java
  • javafx
  • javafx-2
  • accessibility
  • java-access-bridge

a11y: Input fields, wrapped in a div, attached "by id" to a label

I have a time picker component, composed by two separate input fields that work together to create the illusion of being one.

This is how the skeleton looks like

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

How can I determine the order of HTML elements read by a screen reader?

Is it possible to determine the order of HTML elements read by a screen reader (like TalkBack or VoiceOver) regardless of their position in the DOM?

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

What is the proper aria-label for a link that will open and play a video?

I have JS that will be handling videos and there are anchor tags with an icon in them on the page which, when clicked, will open a video.

Tags: 
  • html
  • accessibility

Screen reader not associating label with select

I have the following code for a select:

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

Not receiving callbacks from the Java Access Bridge

I'm trying to use the Java Access Bridge to get information about Swing components from inside a C++ app. However, none of the callbacks I register ever get called.

Tags: 
  • java
  • c++
  • accessibility
  • java-access-bridge

How to change status colours in Skype for Business 2016

SuperUser

I'm colour blind, and find it impossible to tell the difference between the colours for 'Available' and 'Away' in Skype for Business 2016:

Tags: 
  • colors
  • accessibility
  • skype-for-business

Visual tool to simulate screen reader use [closed]

UX_StackExchange

I'm interested in making sure some of our sites are usable by people using screen readers.

Tags: 
  • accessibility
  • screen-reader

Getting Lots of ANR due to AccessibilityNodeInfo getChild

Stackoverflow

Getting lot of ANR reports,

Tags: 
  • java
  • android
  • google-play
  • accessibility
  • android-anr-dialog

CGWindowListCopyWindowInfo debugging, returns nil on some systems

I have two identical 10.13 boxes that I use to build a tool that uses the Accessibility API. The tool needs to get a list of open applications.

Tags: 
  • swift
  • accessibility
  • swift4
  • uiaccessibility
  • quartz