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

How to tell screenreader to read a toggled element

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

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

Stackoverflow

What WAI-ARIA roles should be used for carousels, like the one below?

Notes:

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

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

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

Are dynamically generated aria-describedby values still accessible?

I'm running an automated accessibility test on my site and getting an error for a tooltip element which uses

Tags: 
  • javascript
  • accessibility
  • wai-aria
  • zurb-foundation-6

TalkBack screen reading issues

I'm trying to grasp how to code with screen readers in mind, and I'm having a number of issues. The first example is a single HTML element that I tried to display:

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

Tooltip, accessibility

Stackoverflow

Building a nice accessible web page is hard. Currently, Im trying to make a tooltip web accessible and I need help. Do you guys have any piece of advice for it?

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

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