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 1 - 5 of 5 questions

Android Talkback not registering onFocus for web. How do I manipulate accessibility focus with Android Talkback?

Stackoverflow

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

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

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

NVDA Firefox Reads Invalid Entry React

I have an input implemented (with React) with Aria tags to dynamically say whether or not the field is valid. When the field looks as below it reads invalid entry despite the aria-tag.

Tags: 
  • javascript
  • reactjs
  • accessibility
  • nvda

Passed react component is failing on accessibility unit test for form label?

my reusable component looks like this `jsx

Tags: 
  • javascript
  • reactjs
  • ecmascript-6
  • accessibility
  • babel

Setting aria-label/aria-labelledby within React.cloneElement()?

Stackoverflow

Basically, I'm trying to clone an element and change its aria-label within React.cloneElement.

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