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 - 3 of 3 questions

accessibility for empty table cells

Stackoverflow

We are using axe to test accessibility.

Axe is giving the following issue when table cells are empty:

Tags: 
  • html
  • css
  • reactjs
  • accessibility

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

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