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 101 - 120 of 164 questions

IE issue: wrong tab focus

Stackoverflow

I have a link at the very top of the page called "Skip Navigation", that appears on the screen every time user presses Tab, and if he presses Enter while "Skip Navigation" is in focus, it takes him

Tags: 
  • javascript
  • html
  • css
  • internet-explorer
  • accessibility

Android Accessibility Service doesn't restart after crash

Stackoverflow

If my Android Accessibility Service crashes, the service is not restarted by the system until the phone restarts.Is this known? Do I have a method of restarting it if the system dosen't?

Tags: 
  • android
  • service
  • crash
  • accessibility

How do I get a monospace font that respects acessibility settings

Stackoverflow

let bodyFontDescriptor = UIFontDescriptor
.preferredFontDescriptor(withTextStyle: UIFontTextStyle.body)

Tags: 
  • ios
  • swift
  • fonts
  • ios9
  • accessibility

What syntactical features of programming languages are problematic for blind programmers?

Stackoverflow

What are the syntactical features of current languages that prove problematic for screen readers or braille readers? What symbols and constructs are annoying to hear or feel?

Tags: 
  • programming-languages
  • accessibility
  • blind
  • blindness

How can I check hints in Accessibility Inspector?

Stackoverflow

I'm wondering if there is a way to check the hints using Accessibility Inspector? Or any other way on iOS to debug the accessibility viewing the hints? Thanks!

Tags: 
  • ios
  • xcode
  • accessibility

UITextView linkTextAttributes set accessibility value

Stackoverflow

I created a text view that has one line of text and part of the text is a link. I use linkTextAttributes to create that clickable link text, but I cannot get accessibility to work.

Tags: 
  • ios
  • xcode
  • uitextview
  • accessibility
  • nsattributedstring

How i can override Accessibility className for android.widget.TextView

Stackoverflow

I want to "talkback" anounces standart TextView as button.
i tried to use this way

Tags: 
  • java
  • android
  • accessibility

Getting lot of ANR using Accessibility service in android

Stackoverflow

i am getting ANR from reports

Tags: 
  • android
  • google-play
  • accessibility
  • android-anr-dialog

div button accessibility clickable

Stackoverflow

I have a div element (which has another div inside it) which currently has role="button".
This element is under the body, and this creates a violation when

Tags: 
  • accessibility
  • wai-aria
  • screen-readers
  • jaws-screen-reader
  • wcag2.0

React-Native iOS accessibilityViewIsModal property doesn't work

Stackoverflow

I am using Accessibility with VoiceOver in my app.

Tags: 
  • ios
  • react-native
  • accessibility
  • voiceover

NVDA is triggering the wrong button press script for my menu

Stackoverflow

The link below contains my expansion of the pull-out menu design originally conceived by Marcy Sutton. My desired effect was to create a navigation menu that included sub-menus.

Tags: 
  • javascript
  • accessibility
  • nvda

Has anyone used Chrome Lighthouse Node CLI to automate running audits (accessibility especially)?

Stackoverflow

Has anyone used the Node CLI version of the Google Chrome Lighthouse to automate the website auditing process?

Tags: 
  • node.js
  • continuous-integration
  • accessibility
  • lighthouse

How to change Android talkback instructions for double tap and long press

Stackoverflow

I have a view that has a long press action handler. I use the content description to set the message Talkback speaks when the view gets focus.

Tags: 
  • android
  • accessibility
  • talkback
  • android-a11y

event.getSource() returns null Accessibility in android

Stackoverflow

I try to fill a EditText field by using a accessibility service like DashLane or some other apps which are using accessibility service.

Tags: 
  • android
  • android-activity
  • accessibility
  • accessibility-api

Screen reader skipping content

Stackoverflow

I am using a screen reader (Chrome Vox) to test my site's accessibility. The problem is that after reading the menu, the reader skips all the content and goes direct to the footer.

Tags: 
  • screen
  • accessibility
  • reader

How to make clickable <tr> accessible?

Stackoverflow

I have a table where every <tr> opens the <tr> below it.
How can I make it accessible to the user

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

Why do I need to set preferredFont(forTextStyle:) when using attributed strings?

Stackoverflow

I have a label that I want to set to text with a custom line height. I also want to use dynamic type.

Here's how I'm setting the label:

Tags: 
  • ios
  • swift
  • uikit
  • accessibility
  • dynamic-text

What is the scoring formula for Lighthouse accessibility audit?

Stackoverflow

I am using Lighthouse to perform some assessment of an Angular/Node/ionic mobile app. I am achieving 81% - 94% scores. However, I don't know the score is computed.

Tags: 
  • accessibility
  • lighthouse
  • disability

Accessibility Service - Hardware KeyPress

Stackoverflow

Is it possible to send past command so that it pastes text into currently focused edit text, I am using RFID reader Hardware. Scenario:

Tags: 
  • accessibility
  • accessibilityservice