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 141 - 160 of 463 questions

How to know if Android TalkBack is active?

Stackoverflow

I'm developing an application that uses TalkBack to guide people through it.

Tags: 
  • android
  • accessibility
  • talkback
  • android-accessibility

How to check if Talkback is active in JellyBean

Stackoverflow

This question asked how to know if Android Talkback is active; that worked until Jelly Bean.

Tags: 
  • android
  • accessibility
  • talkback
  • android-4.1-jelly-bean

iOS Accessibility on TableViewCell with inner CollectionView

I'm working on supporting Accessibility for our iOS app (in Swift).

Tags: 
  • ios
  • uitableview
  • accessibility
  • uicollectionviewcell
  • voiceover

Jaws does not read the anchor tag text change when clicking on enter in IE

Stackoverflow

I have an anchor tag in my code like this.

Tags: 
  • javascript
  • internet-explorer
  • accessibility
  • jaws-screen-reader

AccessibilityService setServiceInfo method's changes don't seem to take effect outside onServiceConnected

Stackoverflow

Quoting the docs for setServiceInfo

Tags: 
  • android
  • accessibility
  • accessibilityservice

Angular 4 Skip Links

Working on making an angular project accessible. Page has a frame like this: where each element is a component.

Tags: 
  • javascript
  • angular
  • focus
  • accessibility

How to display a list of links as a drop down select?

Stackoverflow

I want to display a list of links like a drop down select, without losing the semantic if possible. Here's what I tried. The CSS obviously does not work now.

Tags: 
  • javascript
  • html
  • css
  • accessibility
  • semantic-markup

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

Link contain no text showing error in Wave accessibility evaluation tool

Stackoverflow

I have an HTML page in which there is

<a href="example.com"><i class="myclass"></i></a>

Tags: 
  • html
  • hyperlink
  • accessibility

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

How do I automate a Java application with AutoHotkey?

I use a Java application at work. I need to send clicks to buttons and fill in textboxes. I would like these actions to happen in the background.

Tags: 
  • java
  • automation
  • accessibility
  • autohotkey

How do I detect and control the "location" of focus on a page without directly adding focus to an element?

When you first load a web page, then press "Tab", document.activeElement will be the <body> tag and nothing on the page will have focus (i.e.

Tags: 
  • javascript
  • html
  • focus
  • accessibility
  • tabindex

Multiple SVGs with filters breaking accessibility

I have a page with four dynamically created SVGs

In order to add a drop-shadow to my elements, we have created a filter and set

Tags: 
  • javascript
  • SVG
  • accessibility

IE issue: wrong tab focus

Stackoverflow

I have a link at the very top of the page called "Skip Navigation", that appears on the screen every time user presses Tab, and if he presses Enter while "Skip Navigation" is in focus, it takes him

Tags: 
  • javascript
  • html
  • css
  • internet-explorer
  • accessibility

How to read letters instead of dots, using a Screen Reader, in password input? [closed]

UX_StackExchange

I am working on a password strength checker and I was wondering if there is an ARIA and accessibility friendly way to make the screen reader to speak the letters when the input field has type="pass

Tags: 
  • accessibility
  • password
  • screen-reader

Remove styles from open SELECT elements in Chrome?

The current stable version of Chrome (v61) exhibits some undesirable behaviour with styled select elements.

Tags: 
  • css
  • forms
  • google-chrome
  • accessibility
  • usability

Highcharts "shared" tooltip gets ignored when tooltip is triggered via keyboard (thru accessibility module)

The Highcharts JS library has an accessibility module that allows you to activate the tooltip via your keyboard, but the "shared" option is ignored and a multi-point tooltip becomes a single point

Tags: 
  • javascript
  • highcharts
  • tooltip
  • accessibility

Looking for Accessibility App Example that announce the keyboard keys as iOS do [duplicate]

This question already has an answer here:

Tags: 
  • android
  • accessibility
  • keyboard-events

On-screen directions in UI: telling users to do the obvious

UX_StackExchange

Should we include directions to a user in the UI content that tells them to do something that is visually obvious?

Tags: 
  • usability
  • interface
  • accessibility
  • content

How can you tell if a user has TalkBack turned on?

I want to know if a user of the app currently has the narrator/TalkBack accessibility feature turned on.

Tags: 
  • android
  • accessibility
  • talkback