How can I enable VoiceOver for webview content on tableview (link is external)

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 (link is external)

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 (link is external)

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 (link is external)

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] (link is external)

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 (link is external)

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 (link is external)

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

Appium cannot find view elements with it's accessibilityId's (link is external)

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 (link is external)

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? (link is external)

Stackoverflow

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

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