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 61 - 80 of 164 questions

UITextInput not announced correctly by VoiceOver

Stackoverflow

I have a problem with how VoiceOver announces my custom UITextInput while it has th

Tags: 
  • ios
  • accessibility
  • voiceover
  • uiaccessibility

Swift4: `AXUIElementCopyAttributeValue()` returns `AXError.cannotComplete`

Stackoverflow

On running the following code:

let pid = getAppPid()
let AXApp = AXUIElementCreateApplication(pid)

Tags: 
  • swift
  • osx
  • cocoa
  • accessibility
  • swift4

How does setImportantForAccessibility works

Stackoverflow

I'm currently developing a book reader Android Application and I have some issue with setImportantForAccessibility function, the official documentation doesn't help much.

Tags: 
  • java
  • android
  • accessibility

Android - Preventing TalkBack to read the application Name and current Orientation

Stackoverflow

Problem is I am using TTS to read a long string message when my activity is launched, but TalkBack automatically reads the application name in the middle of it and cuts the long string and is very

Tags: 
  • android
  • accessibility
  • talkback

Controlling screen reader form behavior

Stackoverflow

I have following form with input fields in my angular 2 Application

Tags: 
  • angular
  • accessibility
  • jaws-screen-reader

Accessibility Testing Tool -- Java Ferret

Stackoverflow

Trying to install and run Java Ferret in 64-bit Windows. JAB is installed and running. Screen readers (NVDA, JAWs) work. Java Monkey is working. Accessibility Bridge Explorer is working.

Tags: 
  • accessibility

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

Substitute symbol for text in table cells and maintain center alignment

Stackoverflow

I've got a table showing participation of countries in a project in 2013 and 2018. For a year in which a country participated, we want to display a black circle.

Tags: 
  • css
  • html-table
  • accessibility
  • substitution

Accessible Table with Sub Headings / Category Separation

Stackoverflow

EDIT: To the person who tagged this as having nothing to do with ADA. This question has everything to do with ADA.

Tags: 
  • html
  • html-table
  • accessibility

How to get the scroll ranges of an NSScrollView via the accessibility interface?

Stackoverflow

I'm trying to get all possible information from an NSScrollView using the accessibility interface in Cocoa. I can read various things like the id, enabled state, scroll position, frame etc.

Tags: 
  • cocoa
  • accessibility

react-day-picker: change arial-label attribute

Stackoverflow

The current aria-label format for the react-day-picker is

aria-label="Sun Oct 29 2017"

but how to change it to different format like

Tags: 
  • javascript
  • accessibility
  • react-day-picker

iOS Voiceover status

Stackoverflow

I am trying to add accessibility features to an iOS app that has already been developed.

Tags: 
  • ios
  • accessibility
  • voiceover
  • uiaccessibility

accessibility - focus lock breaks by arrow keys when using JAWS

Stackoverflow

I have a function that locks the focus inside a dialog.

Tags: 
  • jquery
  • accessibility
  • jaws-screen-reader
  • arrow-keys

When talkback is enabled Listview touch coordinates are not in highlighted view

Stackoverflow

I have listview in my application
when talkback is enabled
and first item is highlighted

when i swipe on 4th item it is giving actual coordinates

Tags: 
  • android
  • accessibility
  • talkback

How does being blind affect your coding style? [closed]

Stackoverflow

The question of how blind people program has been answered over and over already, but I couldn't find any

Tags: 
  • workflow
  • accessibility
  • development-environment

Android accessibility IMPORTANT_FOR_ACCESSIBILITY_NO is not respected

Stackoverflow

In my app I have ad on bottom, in accessibility (talkback) mode I don't want ads to be included.

Tags: 
  • android
  • accessibility
  • talkback

Accessibility in html: focus and speak?

Stackoverflow

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

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

Accessibility for iOS, VoiceOver read order issue

Stackoverflow

Is it possible to change the order in which the VoiceOver feature for accessibility in iPad reads out the elements, when the 'Two-finger Flick Down' gesture is done?

Tags: 
  • ios
  • ipad
  • accessibility
  • uiaccessibility

WCAG 2.0 guidelines mailto link text

Stackoverflow

I'm trying to find guidance from WCAG guidelines about link text in an anchor with a mailto:email address.

Tags: 
  • anchor
  • accessibility
  • mailto
  • wcag
  • wcag2.0

Meeting 508 Accessibility requirements for complex data tables

Stackoverflow

I'm using a extension for Firefox to check for 508 compliance issues. found here:

Tags: 
  • html
  • html-table
  • coldfusion
  • accessibility