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 121 - 140 of 198 questions

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

What heading to use in a Bootstrap alert [closed]

UX_StackExchange

In Bootstrap there are dedicated alerts.
https://v4-alpha.getbootstrap.com/components/alerts/

Tags: 
  • accessibility
  • alerts
  • bootstrap
  • screen-reader
  • heading

What is the point of Apple's "Invert color" setting? [duplicate]

UX_StackExchange

This question already has an answer here:

Tags: 
  • accessibility
  • apple

Getting lot of ANR using Accessibility service in android

Stackoverflow

i am getting ANR from reports

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

Using checkboxes for outputting Boolean choices [closed]

UX_StackExchange

Apologies in advance: this is a bit of a long set-up for a short question!

Tags: 
  • design
  • accessibility
  • html

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

Can layout size vary when user changes tabs?

UX_StackExchange

I have been working on a project where I had a case of showing a different set of data (different views) in different tabs.

Tags: 
  • user-behavior
  • user-expectation
  • accessibility
  • confirmation

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

Grid: Generic filters Vs column level filters

UX_StackExchange

I had a case where there is a view and on that user can apply any filter.
Once filter is applied > it affects all the tabs present in that view.

Tags: 
  • user-behavior
  • navigation
  • accessibility
  • web

How to make PrimeNG Dropdown Keyboard Accessible

Stackoverflow

I want to make dropdown keyboard accessible. Right now, its not working when i am using keyboard up and down arrow. I applied tabindex but still not working. Anyone have any idea about this..

Tags: 
  • accessibility
  • angular2-forms
  • dropdown
  • primeng