translate

accessibility

How to programmatically use iOS voice synthesizers? (text to speech)

iOS devices have embedded voice synthesizers for Accessibility's VoiceOver feature. Is there a way you can use these synthesizers programmatically to generate text-based sounds?

Tags: 
  • ios
  • accessibility
  • voice
  • audio

Youtube controls accessibility report

I have the following iframe:

Tags: 
  • javascript
  • accessibility

Contrast requirements for WCAG level A?

I am trying to adapt an older website to become accessible.

Tags: 
  • accessibility
  • contrast
  • wcag
  • wcag2.0

Android accessibility: Modify or extend TalkBack local context menu

Is it possible to programmatically modify the local context menu that TalkBack shows when my own app is in front, by default upon swipe up and right gesture?

Tags: 
  • android
  • contextmenu
  • accessibility
  • local
  • talkback

When you use the escape key to exit something in a web browser, like a modal dialogue box, where does focus go?

Stackoverflow

In most cases there doesn't seem to be any visual indication which must be difficult for users who rely on the keyboard.

Tags: 
  • html
  • css
  • browser
  • focus
  • accessibility

How to label a loading animation for WAI-ARIA?

Stackoverflow

I'm working on fixing some accessibility issues on a web page.

Tags: 
  • html
  • accessibility
  • wai-aria

ng-click and jaws compatibility

Stackoverflow

in a web page, I am trying to open an overlay with the help of ng-click and there is no href available for this with the help of java script, respective overlay is being called.

Tags: 
  • accessibility
  • angularjs-ng-click
  • jaws-screen-reader

Accessibility of confirm dialog in chrome

The confirmation dialogues in chrome are not accessible to JAWS screenreader (Version 18.0.2945).

Tags: 
  • google-chrome
  • dialog
  • accessibility
  • onbeforeunload
  • jaws-screen-reader

Select all element of the DOM with javascript except all the children of a particular element

I'm trying to build an accessibility tool in order to enlarge and decrease all the characters in my websites.

Tags: 
  • javascript
  • jquery
  • accessibility

Set dialog to read whole dialog content while showing if accessibility is ON

When I open my dialog( which docent have any title), I want system to read whole content of the dialog

Below is the xml(sample_dialog.xml) i am rendering in my dialog

Tags: 
  • android
  • dialog
  • accessibility