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 463 questions

accessibility - focus lock breaks by arrow keys when using JAWS

Stackoverflow

I have a function that locks the focus inside a dialog.

Tags: 
  • jquery
  • accessibility
  • jaws-screen-reader
  • arrow-keys

When talkback is enabled Listview touch coordinates are not in highlighted view

Stackoverflow

I have listview in my application
when talkback is enabled
and first item is highlighted

when i swipe on 4th item it is giving actual coordinates

Tags: 
  • android
  • accessibility
  • talkback

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

iOS VoiceOver accessibility - how to implement "Action X performed" after action is complete?

For example, in the Mail app, after you delete an item via VoiceOver, you hear "Message deleted". How can I implement that for my custom action/button?

Tags: 
  • ios
  • accessibility
  • voiceover
  • uiaccessibility

How do I click on "Call Using iPhone" using Accessibility Inspector's Hierarchy?

SuperUser

Here's the AppleScript code:
set phone_num to "1111111111"-- (put your own number here)

Tags: 
  • iphone
  • applescript
  • accessibility
  • call
  • facetime

Cannot click a specific button in FaceTime with AppleScript [closed]

SuperUser

Here's the AppleScript code:
set phone_num to "1111111111"-- (put your own number here)

Tags: 
  • applescript
  • accessibility
  • call
  • facetime

Android accessibility in edit text with hint

I have edittext for entering first name when creating account and its hint is "Jane"(as first name).

Tags: 
  • android
  • android-edittext
  • accessibility
  • hint

Can I conditionally adjust list item height in React Native based on a user's accessibility setting?

I'm working on a React Native app that uses FlatList to render rows of data. Each row contains an icon on the left and an item title and description on the right.

Tags: 
  • javascript
  • css
  • layout
  • react-native
  • accessibility

how to edit or change a textview value by using accessibility services? [closed]

How to change a value in another app textview by using accessibility service?

Tags: 
  • android
  • accessibility

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

How can I automatically adjust the brightness of my screen when switching between dark and light sources?

SuperUser

Often I will have my brightness set for a dark-mode website, but when I click an outside link I get blinded by the pure white background.

Tags: 
  • windows-10
  • browser
  • brightness
  • accessibility
  • contrast

NVDA screen reader not reading and getting focus within role="dialog"

The Below mentioned code reflects a 'Dialog' on the screen. I am using the NVDA screen Reader to read the screen. When a Dialog box is opened, the focus should go to close dialog button.

Tags: 
  • javascript
  • jquery
  • html
  • accessibility
  • nvda

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