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 341 - 360 of 463 questions

Safari ignoring tabindex

Stackoverflow

I have 2 buttons next to a textbox and another textbox after the 2 buttons. The tabindex for the first textbox is 1000, the first button is 1001 and the second button is 1002.

Tags: 
  • safari
  • accessibility

Change order of read items with VoiceOver

Stackoverflow

I have a bunch of buttons on the screen which are positioned intuitively visually but are not read in an intuitive order by VoiceOver.

Tags: 
  • ios
  • accessibility
  • voiceover

Can NVDA product certify web app for WCAG 2.0 AA level web accessibility?

One customer wanting their website to be WCAG 2.0 AA level compliance is asking the website to be tested using JAWS, Talkback and Voiceover.

Tags: 
  • accessibility
  • wcag
  • wcag2.0
  • nvda
  • web-accessibility

Accessibility Mac Screen Reader Aria-Live React-Redux

I am using react redux to communicate changes in the routes (see http://almerosteyn.com/2017/03/access

Tags: 
  • redux
  • react-router
  • react-redux
  • accessibility

How to audit jsf pages for accessibility on Eclipse? [on hold]

We build UI application using JSF 2 on Eclipse IDE.

Tags: 
  • eclipse
  • jsf-2
  • accessibility

How to read Text on any view of any application using AccessibilityInfo?

Stackoverflow

I am trying to read every item inside a ListView of any application by using AccessibilityInfo class.

Tags: 
  • android
  • accessibility
  • android-accessibility

event.getSource returns null in Accessibility Service. (Catch source for a 3rd party app)

I need to read a resource of a 3rd party app using its resource id(which is known to me).
I am referencing to this link:

Tags: 
  • java
  • android
  • accessibility
  • accessibilityservice

Web accessibility - Should my title be tabable?

I am delving into the confusing world of web accessibility and trying to retrofit my HTML code to have better accessibility with things such as aria-labels etc.

Tags: 
  • html
  • accessibility

How to get the Objective-C class name corresponding to an AXUIElement?

Apple's Accessibility Inspector tool displays the Objective-C class corresponding to the currently inspected UI Element. See NSButtonCell at the very bottom of this screenshot:

Tags: 
  • objective-c
  • osx
  • accessibility
  • appkit
  • accessibility-api

HTML and Accessibility mode differences in Blue Prism

Stackoverflow

What are the differences in properties while using HTML or Accessibility mode in blue prism.

Tags: 
  • html
  • process
  • automation
  • accessibility
  • spying

iOS VoiceOver wait on element to finish reading before changing to next element

Stackoverflow

I have a button that can toggle a label being shown:

Tags: 
  • ios
  • accessibility
  • voiceover
  • uiaccessibility

Can't get dropdown checkbox to display with keyboard only input using aria

I'm new to aria and this one partially works. I can tab to the field but can't see the individual items in the dropdown. Any suggestions appreciated.

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

how to ignore announcement for decorative ImageView in Accessibility mode

Following Android documentation, I tried adding

Tags: 
  • android
  • imageview
  • accessibility
  • android-accessibility

Handle a "tap" from VoiceOver on a custom view

I am reviewing our app to make it more accessible, and I have a problem with a custom view.

Tags: 
  • ios
  • xamarin.ios
  • accessibility
  • voiceover
  • uiaccessibility

Accessibility Check fail when using TextInputLayout

Stackoverflow

I'm using the new TextInputLayout provided by Android.support to do floating label.

Tags: 
  • android
  • accessibility

TalkBack screen reading issues

I'm trying to grasp how to code with screen readers in mind, and I'm having a number of issues. The first example is a single HTML element that I tried to display:

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

For iOS, Safari, VoiceOver, how do I get VoiceOver to read something other than the text content?

Stackoverflow

I am trying to get VoiceOver to say something other than the specified text content in an HTML span element:

Tags: 
  • ios
  • accessibility
  • voiceover
  • wai-aria

How to handle JavaScript being disabled in AngularJS

AngularJS is dependent upon JavaScript being enabled. This means that if someone visits an application or website built in AngularJS it will not render properly.

Tags: 
  • javascript
  • angularjs
  • browser
  • web-applications
  • accessibility

How to implement ARIA on a responsive site

We are working to make one of our responsive sites more accessible, but are struggling to get our heads around ARIA as it seems to go against the core principle of separating design elements from t

Tags: 
  • responsive-design
  • accessibility
  • wai-aria

View Controller contents behind my UIAlertController are being read by VoiceOver

I have a UIAlertController that I am presenting with a view controller.

Tags: 
  • ios
  • cocoa-touch
  • accessibility
  • uialertcontroller
  • voiceover