translate

accessibility

Blinking text for screen reader

I am now making my website readable by screen readers.

Tags: 
  • javascript
  • html
  • css
  • 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

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

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

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

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

This question already has an answer here:

Tags: 
  • html
  • accessibility
  • wai-aria

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

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

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