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

Material Design Selection List Keyboard Actions

Stackoverflow

I'm totally new to accessibility technology in angular and material design. In my project I would like to have selection list where one item can be selected.

Tags: 
  • angular
  • angular-material
  • accessibility
  • wai-aria

Skip navigation menu with links to different pages?

Stackoverflow

We're currently updating our site for ADA compliance and want to implement a skip navigation menu on the main landing pages.

Tags: 
  • accessibility
  • wai-aria
  • wai
  • web-accessibility
  • ada-compliance

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

Accessibility in html: focus and speak?

Stackoverflow

I work with the following html code in iOS with UIWebView:

Tags: 
  • ios
  • webview
  • accessibility
  • wai-aria

Proper ARIA handling of breadcrumb navigation

Stackoverflow

What can be done to improve the accessibility of a breadcrumb menu similar to:

Tags: 
  • html5
  • design
  • accessibility
  • breadcrumbs
  • 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

How to keep focus within modal dialog?

Stackoverflow

I'm developing an app with Angular and Semantic-UI. The app should be accessible, this means it should be compliant with WCAG 2.0.

Tags: 
  • modal-dialog
  • accessibility
  • semantic-ui
  • wai-aria
  • wcag2.0

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

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

Web accessibility - description for image button - outdated solution?

I got some kind of accessibility test (for blind, deaf users, etc.) of a customer website and there are also hints how to improve the accesibility.

One of the hints is for image buttons:

Tags: 
  • button
  • accessibility
  • imagebutton
  • wai-aria
  • web-accessibility

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

aria role=alert used for each validation error

I have code that generates an inline validation error for each form field that is invalid, e.g.

Tags: 
  • accessibility
  • wai-aria

div button accessibility clickable

Stackoverflow

I have a div element (which has another div inside it) which currently has role="button".
This element is under the body, and this creates a violation when

Tags: 
  • accessibility
  • wai-aria
  • screen-readers
  • jaws-screen-reader
  • wcag2.0

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