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

Difference between access specifier and access modifier

Stackoverflow

I've read around on the internet and I've heard people say

Access specifiers ::

Tags: 
  • c#
  • oop
  • programming-languages
  • accessibility

Predicting Flaw in users action and giving feedback to user

UX_StackExchange

Recently when I was using Gmail i ought to notice that Gmail runs an algorithm by which if user types " I have attached " in a mail and does not actually attach mail it shows a dialog confirmation

Tags: 
  • usability
  • user-expectation
  • accessibility
  • experience

Visual consistency of in content headings and headings in/under tabs structure

UX_StackExchange

I'm looking to define what makes more sense in a page visual hierarchy for both visual design / consistency & accessibility.

Tags: 
  • usability
  • interaction-design
  • accessibility
  • information-architecture
  • visual-design

Accessibility automatically reading the first element

Stackoverflow

I have an iOS application and I'm adding accessibility to it.

Tags: 
  • ios
  • accessibility
  • voiceover

Developing an entire website with only SVGs

Stackoverflow

I've been using SVGs for a multitude of things and I was able to get the exact result I was looking for. This got me wondering why we can't build entire websites with them...

Tags: 
  • html
  • SVG
  • web
  • accessibility

Announce a TextView with Talkback

Stackoverflow

I am developing a app using google maps api, and it is suppose to be used by people that can't see, so the acessibility is important.

Tags: 
  • android
  • google-maps
  • accessibility
  • google-maps-api-2
  • talkback

Mozilla focusing not working on mouse focus

Stackoverflow

When I click on a link, a popup is opening and after closing the popup, focus is coming to the link, but focusing is not working in Mozilla. If I use tab focusing, it is working.

Tags: 
  • accessibility

If an iframe has role="presentation" is a title attribute still required for accessibility purposes?

Stackoverflow

We are using Google reCaptcha for our web forms.

Tags: 
  • iframe
  • accessibility
  • recaptcha
  • wcag
  • wcag2.0

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