translate

accessibility

AccessibilityService running or not check not working

I had written a code to check if my AccessibilityService is running or not and based on the result, the text in text view must change to ON/OFF.

This was my code:

Tags: 
  • android
  • accessibility

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

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

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

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

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