Clean and accesible Other option (Check box and text box) (link is external)

Stackoverflow

When I have a set of either check boxes or radio buttons I often need to have an Other choice.

Tags: 
  • javascript
  • html
  • forms
  • accessibility

Android Talkback not registering onFocus for web. How do I manipulate accessibility focus with Android Talkback? (link is external)

Stackoverflow

As the title says, Android Talkback is not registering the onFocus event.

Tags: 
  • javascript
  • android
  • reactjs
  • accessibility
  • talkback

Accessibility: d3 brush/zoom can get focus and be controlled with keyboard (link is external)

Stackoverflow

Any hints how to control d3 brush/zoom with keyboard:
1. Ability to focus on brush control
2. Ability to change brush area using keyboard

Is it supported out of the box?

Tags: 
  • javascript
  • d3.js
  • SVG
  • accessibility

How to tell screenreader to read a toggled element (link is external)

Stackoverflow

Instead of adding/removing my different sections to/from the DOM, I'm only hiding them with aria-hidden="true", and unhiding them if certain <a> toggles are clicked.

Tags: 
  • javascript
  • html
  • toggle
  • accessibility
  • wai-aria

IE 11 loses tabindex on blur (link is external)

Stackoverflow

When I trigger a blur event on an input, button or select element chrome and firefox keep the current tabindex.

Tags: 
  • javascript
  • internet-explorer
  • accessibility
  • internet-explorer-11
  • tabindex

Different accessibility of method based on how it is declared (link is external)

Stackoverflow

Refreshing my Javascript knowledge here so I know this is the basics of the language. In my example I can see what is happening, I just can't put into words the reason why.

Tags: 
  • javascript
  • oop
  • methods
  • accessibility

WAI-ARIA Roles for Carousels (a.k.a. sliders, slideshows, galleries) (link is external)

Stackoverflow

What WAI-ARIA roles(link is external) should be used for carousels, like the one below?

Notes:

Tags: 
  • javascript
  • html
  • accessibility
  • wai-aria

Screen readers and Javascript (link is external)

Stackoverflow

I'm creating a website for a reading service for the blind and visually impaired(link is external) and I'm using JavaScript (with jQuery) to print some stuff to some of the pages

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

How to prevent Voice Over from reading unaffiliated HTML text (next div)? (link is external)

Stackoverflow

I have an issue where drilling down into a text field with Control+Option+Shift+Down ends up reading more than what's currently inside of the text field.

Tags: 
  • javascript
  • html
  • osx
  • accessibility
  • wai-aria

react-day-picker: change arial-label attribute (link is external)

Stackoverflow

The current aria-label format for the react-day-picker is

aria-label="Sun Oct 29 2017"

but how to change it to different format like

Tags: 
  • javascript
  • accessibility
  • react-day-picker