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 181 - 200 of 463 questions

Is there a way to make screen reader read new content (or content that appear) on the document? role alert works only with few tags

I'm trying to make screen reader read some content that switch from display:none to display:block.

Tags: 
  • firefox
  • accessibility
  • alert
  • screen-readers
  • role

How to prevent the screen reader reads from the semantic element like banner or region

In my application screen reader reads the semantic landmark as "Banner region region" each time, when come back to the previous page else opening the page at first time.

Tags: 
  • html5
  • accessibility

All content with position: relative is hidden once button has focus in overflow-y:auto parent container

I am creating an accessible chat window for use in a project. The buttons must be focusable to perform actions on each message.

Tags: 
  • html
  • css
  • focus
  • overflow
  • accessibility

UITextView linkTextAttributes set accessibility value

Stackoverflow

I created a text view that has one line of text and part of the text is a link. I use linkTextAttributes to create that clickable link text, but I cannot get accessibility to work.

Tags: 
  • ios
  • xcode
  • uitextview
  • accessibility
  • nsattributedstring

How to "disable" a radio button in a way that a screen reader would still read the text and indicate to a user that it is disabled?

I have a use case where I want to disable some radio buttons, but there are ways to go back an re-enable this radio buttons.

Tags: 
  • javascript
  • html
  • css
  • accessibility

SVG accessibility causing invalid HTML (duplicate ID's)

Have an interesting one for the hive. I've done quite a bit of searching about and haven't found an answer to this on S.O. or elsewhere.

Tags: 
  • SVG
  • accessibility
  • screen-readers
  • wcag

How i can override Accessibility className for android.widget.TextView

Stackoverflow

I want to "talkback" anounces standart TextView as button.
i tried to use this way

Tags: 
  • java
  • android
  • accessibility

Need a CSS fix for tabbing

I'm working on some code that needs specific accessibility features. I created a js fiddle for reference to illustrate my issue.

Tags: 
  • css
  • css-selectors
  • accessibility
  • tabbing

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

Equivalent to null alt text for purely decorative videos

Our marketing department has made a new homepage for our site that uses a looped .mp4 file of people walking down a hallway that's being used as the background for our header/logo area.

Tags: 
  • html
  • html5-video
  • accessibility
  • alt
  • wcag2.0

What heading to use in a Bootstrap alert [closed]

UX_StackExchange

In Bootstrap there are dedicated alerts.
https://v4-alpha.getbootstrap.com/components/alerts/

Tags: 
  • accessibility
  • alerts
  • bootstrap
  • screen-reader
  • heading

What is the point of Apple's "Invert color" setting? [duplicate]

UX_StackExchange

This question already has an answer here:

Tags: 
  • accessibility
  • apple

Getting lot of ANR using Accessibility service in android

Stackoverflow

i am getting ANR from reports

Tags: 
  • android
  • google-play
  • accessibility
  • android-anr-dialog

how to add Additional information to the android ui element

I'd like to add to android widget more detailed description I.E I need an alternative to the HTML attribute aria-describedby for android.

Tags: 
  • java
  • android
  • accessibility

WHere to scroll to in a react app when route changes for screen reader

Currently I am working on an app. that uses react and react-router v4 dom.

The screen reader is not recognising the screen changing despite using react-document-title.

Tags: 
  • reactjs
  • react-router
  • accessibility
  • react-router-dom

Using checkboxes for outputting Boolean choices [closed]

UX_StackExchange

Apologies in advance: this is a bit of a long set-up for a short question!

Tags: 
  • design
  • accessibility
  • html

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

Angular 2 - Data attribute or not?

I'm doing a bit of research into accessibility and one of the things that is asked is to put data- in-front of any data attributes.

Tags: 
  • angular
  • accessibility
  • angular2-directives

How do I support large tab bar previews in iOS 11?

In some of Apple's apps like Photos in iOS 11 if you hold down on a tab bar icon while your phone is in landscape and you have the larger accessibility size Dynamic Text turned on a large preview o

Tags: 
  • ios
  • uikit
  • accessibility
  • uitabbar
  • dynamic-text

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