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

ARIA state for current page in navigation

Stackoverflow

Recently I've been implementing ARIA into a web application and I found this quest

Tags: 
  • html
  • html5
  • accessibility
  • wai-aria
  • wcag

How do I make a screenshot image accessible?

I'm trying to make my website fully accessible for devices like screen readers. In one page on my site, I have a screenshot of an application showing a lot of text.

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

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

This question already has an answer here:

Tags: 
  • html
  • accessibility
  • wai-aria

Semantic input error message inside label

I'm using <label> to wrap an input such that its success and error messages can appear inside its label for association.

Tags: 
  • html
  • forms
  • accessibility
  • semantic-markup
  • wai-aria

How to ignore decorative text for accessibility reasons

I'm trying to find out a way of ignoring decorative text similar to ignoring decorative images using an empty alt.

Example:

Tags: 
  • html
  • accessibility
  • wai-aria

How to use aria to label a button with non-intuitive text tabel

I have a button that looks like this:

<button type="button">
Remove
</button>

Tags: 
  • html
  • accessibility
  • wai-aria

How to make clickable <tr> accessible?

Stackoverflow

I have a table where every <tr> opens the <tr> below it.
How can I make it accessible to the user

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

How to label a loading animation for WAI-ARIA?

Stackoverflow

I'm working on fixing some accessibility issues on a web page.

Tags: 
  • html
  • accessibility
  • wai-aria

Can't get dropdown checkbox to display with keyboard only input using aria

I'm new to aria and this one partially works. I can tab to the field but can't see the individual items in the dropdown. Any suggestions appreciated.

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

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

What would the appropriate aria roles and behaviors for 2d x/y axis plane input be?

I have a component which presents an x/y axis plane and a nub that users can move around within the plane.

Tags: 
  • 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