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 81 - 100 of 198 questions

Should we choose a meaningful domain name or a easy to type domain name?

UX_StackExchange

So as we expected, most users are visiting website on their phone, for some big phones there might be this issue, but if you're an iPhone 5 user or other 4 inch phone user you might found out that

Tags: 
  • mobile
  • accessibility
  • mobile-web
  • urls
  • seo

How does being blind affect your coding style? [closed]

Stackoverflow

The question of how blind people program has been answered over and over already, but I couldn't find any

Tags: 
  • workflow
  • accessibility
  • development-environment

Android accessibility IMPORTANT_FOR_ACCESSIBILITY_NO is not respected

Stackoverflow

In my app I have ad on bottom, in accessibility (talkback) mode I don't want ads to be included.

Tags: 
  • android
  • accessibility
  • talkback

Accessibility in html: focus and speak?

Stackoverflow

I work with the following html code in iOS with UIWebView:

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

Accessibility for iOS, VoiceOver read order issue

Stackoverflow

Is it possible to change the order in which the VoiceOver feature for accessibility in iPad reads out the elements, when the 'Two-finger Flick Down' gesture is done?

Tags: 
  • ios
  • ipad
  • accessibility
  • uiaccessibility

WCAG 2.0 guidelines mailto link text

Stackoverflow

I'm trying to find guidance from WCAG guidelines about link text in an anchor with a mailto:email address.

Tags: 
  • anchor
  • accessibility
  • mailto
  • wcag
  • wcag2.0

Meeting 508 Accessibility requirements for complex data tables

Stackoverflow

I'm using a extension for Firefox to check for 508 compliance issues. found here:

Tags: 
  • html
  • html-table
  • coldfusion
  • accessibility

Applescript action Airdrop - identify property of dialog box

Stackoverflow

This Automator action uses Accessibility / AppleScript to auto accept airdrop items. Its great.

Tags: 
  • osx
  • applescript
  • accessibility
  • macos-high-sierra

Proper ARIA handling of breadcrumb navigation

Stackoverflow

What can be done to improve the accessibility of a breadcrumb menu similar to:

Tags: 
  • html5
  • design
  • accessibility
  • breadcrumbs
  • wai-aria

Are there any JavaScript events being fired when swiping on the WebView with Talkback (screen reader) is on?

Stackoverflow

I have an Android app that hosts an WebView and we want to adopt some accessibility feature on it.

Tags: 
  • accessibility
  • talkback

JOptionPane message is not read by screen reader

Stackoverflow

I'm developing a software for music education purposes and it has to be accessible by screen reader so blind kids can use it too. But I'm having a problem with JOptionPane messages.

Tags: 
  • java
  • accessibility
  • joptionpane
  • screen-readers

Accessibility Tools on StackExchange sites

UX_StackExchange

I am taking an HCI class this semester at school and one thing that is glaringly obvious is how the design of current online platforms is wanting in certain areas such as accessibility.

Tags: 
  • website-design
  • gui-design
  • accessibility
  • human-interface-guideline
  • vision-impairment

Pagination using keyboard arrow keys

UX_StackExchange

On Vimeo.com, you could paginate using keyboard arrows, if you want to. I haven't seen this functionality on any other website. Is keyboard pagination a good option?

Tags: 
  • accessibility
  • pagination
  • page

Amazon.com and Amazon.in Interaction Difference . What is the reason

UX_StackExchange

I recently noticed some differences in amazon.com and Amazon.in.

Tags: 
  • interaction-design
  • user-expectation
  • usability-testing
  • accessibility
  • experience

javafx accessibility - how to read text (with OS narrator) on window shown?

Stackoverflow

I want to tell the narrator to read the window description when it's shown.

For example:

Tags: 
  • javafx
  • javafx-8
  • accessibility

ARIA state for current page in navigation

Stackoverflow

Recently I've been implementing ARIA into a web application and I found this quest

Tags: 
  • html
  • html5
  • accessibility
  • wai-aria
  • wcag

Reading text from (Facebook) RecyclerView with AccessibilityService

Stackoverflow

How can I see the text of non-focused RecyclerView children (items)?

Tags: 
  • android
  • facebook
  • android-recyclerview
  • accessibility
  • android-accessibility

Accessibility Identifier not visible in Accessibility Inspector with iOS Simulator

Stackoverflow

I wanted to use the Accessibility Inspector to verify all the accessibility identifiers in my app running in the simulator (iOS 9.2).

Tags: 
  • ios
  • macos
  • ios-simulator
  • accessibility
  • accessibility-inspector

Module Tab & Navigation tab Interaction

UX_StackExchange

I am currently working on an enterprise website with loads of different views/content.

Tags: 
  • interaction-design
  • user-behavior
  • accessibility
  • psychology
  • experience

Why are screen readers not reading out the label for a select element

Stackoverflow

If I have a standard select element with a label, like this:

Tags: 
  • html
  • accessibility