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 41 - 60 of 463 questions

Losing Aria/accessibility when converting from HTML to PDF

Stackoverflow

I am using ABCpdf to generate a collection of PDFs from HTML markup, and am struggling with making it fully accessible.

Tags: 
  • pdf
  • accessibility
  • abcpdf

Android Talkback not registering onFocus for web. How do I manipulate accessibility focus with Android Talkback?

Stackoverflow

As the title says, Android Talkback is not registering the onFocus event.

Tags: 
  • javascript
  • android
  • reactjs
  • accessibility
  • talkback

Accessibility: d3 brush/zoom can get focus and be controlled with keyboard

Stackoverflow

Any hints how to control d3 brush/zoom with keyboard:
1. Ability to focus on brush control
2. Ability to change brush area using keyboard

Is it supported out of the box?

Tags: 
  • javascript
  • d3.js
  • SVG
  • accessibility

Navigating a select menu using a wireless keyboard [on hold]

Stackoverflow

Sorry for the question but I cannot figure it out after searching for a day. I have an iPad, using safari and VoiceOver off, with a wireless keyboard.

Tags: 
  • ios
  • accessibility
  • mobile-safari
  • wireless

How to tell screenreader to read a toggled element

Stackoverflow

Instead of adding/removing my different sections to/from the DOM, I'm only hiding them with aria-hidden="true", and unhiding them if certain <a> toggles are clicked.

Tags: 
  • javascript
  • html
  • toggle
  • accessibility
  • wai-aria

Appium cannot find view elements with it's accessibilityId's

Stackoverflow

I'm using Appium (Mobile App Automation for Testing) to test an iOS app.

Tags: 
  • ios
  • appium
  • accessibility
  • identifier

inline form validation when user tabs out of an empty field

UX_StackExchange

My question is similar to Should inline validation check emp

Tags: 
  • forms
  • accessibility
  • error-message
  • validation
  • screen-reader

Two Click actions on mobile screen

UX_StackExchange

I was working on a mobile project and I faced a problem.
How do i show if there are two different action on a single object in mobile.

Tags: 
  • interface
  • accessibility
  • human-interface-guideline

IE 11 loses tabindex on blur

Stackoverflow

When I trigger a blur event on an input, button or select element chrome and firefox keep the current tabindex.

Tags: 
  • javascript
  • internet-explorer
  • accessibility
  • internet-explorer-11
  • tabindex

AXObserverCreate example in Swift, AXObserverCallback error

Stackoverflow

I'm trying to make use of Accesibility API in Swift, to register for notifications of window properties of the current frontmost app.

Tags: 
  • swift
  • osx
  • pointers
  • syntax
  • accessibility

QTextEdit accessibility doesn't work

Stackoverflow

I have a simple GUI with a single QTextEdit. I want to change the text of textEdit object whenever some keys pressed by user.

Tags: 
  • c++
  • qt
  • accessibility
  • screen-readers
  • accessibility-api

Accessibility Label for radio button on action?

Stackoverflow

In TableViewCell, I have custom imageview which act as a radio button. This imageview has two states

Tags: 
  • ios
  • uitableview
  • accessibility
  • voiceover
  • announcementnotification

Overriding preventDefault onclick when tab and enter are used for navigating

Stackoverflow

I have a navigation with dropdown menus on larger screens, and in order to create the proper responsive behavior for smaller screens, I've set preventDefault on the parent-link that has a dropdown

Tags: 
  • jquery
  • accessibility
  • screen-readers

Different accessibility of method based on how it is declared

Stackoverflow

Refreshing my Javascript knowledge here so I know this is the basics of the language. In my example I can see what is happening, I just can't put into words the reason why.

Tags: 
  • javascript
  • oop
  • methods
  • accessibility

Garbage accessibility logs in Xcode console output

Stackoverflow

At certain point I used Accessibility Inspector (from Xcode -> Open developer tool -> Accessibility Inspector) while running my app in simulator, and ever since the Xcode console is cluttered

Tags: 
  • ios
  • xcode
  • logging
  • accessibility

Make screen reader to read only the row that changed when all table is reloaded

Stackoverflow

I have a table with multiple rows and columns. This table as a whole is reloaded by AJAX once in a while.

Tags: 
  • html
  • accessibility
  • jaws-screen-reader
  • aria-live

How can I increase tooltip size in Firefox 57?

SuperUser

I'm currently on Firefox 56 and have seen the warning that many add-ons are going to break in 57, which is coming soon.

Tags: 
  • firefox
  • firefox-extensions
  • accessibility
  • tooltip
  • firefox-57

WAI-ARIA Roles for Carousels (a.k.a. sliders, slideshows, galleries)

Stackoverflow

What WAI-ARIA roles should be used for carousels, like the one below?

Notes:

Tags: 
  • javascript
  • html
  • accessibility
  • wai-aria

full screen when accessibiilty enabled cant tab to exit full screen button

Stackoverflow

In my app we enable the user to go into full screen mode by executing the following code when the user clicks the "Full Screen" actionBar button.

Tags: 
  • android
  • accessibility
  • fullscreen

Screen readers and Javascript

Stackoverflow

I'm creating a website for a reading service for the blind and visually impaired and I'm using JavaScript (with jQuery) to print some stuff to some of the pages

Tags: 
  • javascript
  • jquery
  • accessibility
  • screen-readers
  • jaws-screen-reader