Top "Accessibility" questions

Accessibility seeks to make an application or website usable by everyone, including people with disabilities such as visual, auditory, ambulatory, or cognitive impairment.

VoiceOver: force an accessibility element to be selected after a screen transition

I'm in the process of making my iOS app accessible and I'm nearly finished. My app contains several custom screen …

objective-c ios cocoa-touch accessibility voiceover
Is there an online emulating screen reader tool to test against a custom web page?

We are concerned about accessibility on our web site and would like to see how it is perceived and decoded …

accessibility w3c screen-readers wai
Detect if my accessibility service is enabled

I was wondering how could I detect if my own service is enabled. So I could check if my service …

android service accessibility accessibilityservice
Enable access for assistive devices programmatically on 10.9

I want to enable access for assistive devices programatically on 10.9. On 10.8 and lower I was using following Applescript to enable …

objective-c macos cocoa accessibility accessibility-api
iOS accessibility - How do you set the accessibility label for the title of a UINavigationBar?

Apple's voice over mispronounces the title of one of my views, which is inside a UINavigation Controller. In other parts …

ios objective-c accessibility voiceover
How do I control the text input panel programmatically (TabTip.exe) in Windows Vista/7

I'm adapting an application for touch screen interface and we want to use the tablet text input panel included in …

c++ windows mfc winapi accessibility
How to know if Android TalkBack is active?

I'm developing an application that uses TalkBack to guide people through it. However, in those situations I want to have …

android accessibility talkback android-accessibility
How to get a screen reader to stop reading and read different content

I've written a site that uses jQuery to display a modal popup. It essentially covers the entire viewable area of …

javascript jquery html accessibility screen-readers
Should we put <input> inside <label>?

I saw 2 different method on same form example: on http://www.alistapart.com/articles/prettyaccessibleforms/ why they are using 2 method …

css xhtml accessibility screen-readers
iOS Voiceover status

I am trying to add accessibility features to an iOS app that has already been developed. There are a couple …

ios accessibility voiceover uiaccessibility