translate

accessibility

How can I enable VoiceOver for webview content on tableview

Stackoverflow

Normally, VoiceOver correctly reads web contents loaded with WKWebView and it is possible to read buttons and links.

Tags: 
  • ios
  • swift
  • accessibility
  • voiceover
  • uiaccessibility

AXObserverCreate with notification example in Swift, Accessibility API

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
  • syntax
  • notifications
  • accessibility

JAWS starts announcing content in the middle of the page when navigating via form submission in IE11

Stackoverflow

I'm encountering something bizarre in which a page with a form and fairly minimal layout is read correctly by JAWS 16 and 18 in IE11 on initial load.

Tags: 
  • html
  • forms
  • accessibility
  • screen-readers
  • jaws

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

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

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

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

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

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