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 221 - 240 of 463 questions

How to use aria to label a button with non-intuitive text tabel

I have a button that looks like this:

<button type="button">
Remove
</button>

Tags: 
  • html
  • accessibility
  • wai-aria

How to set accessibility to circles drawn using Canvas?

I have a custom view where in I'm drawing 6 circles using canvas in Android.

Tags: 
  • android
  • accessibility

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

How to setContentDescription to a RecylerView item

I'm changing my ListView to use a RecylerView and I would like to add a content description for each item.

Tags: 
  • android
  • recyclerview
  • accessibility
  • android-view
  • android-accessibility

Traverse AccessibilityNodeInfos in AccessibilityService

I currently retrieve the root node of the active window with getRootInActiveWindow(). Afterwards, I perform a breadth first search to get a list of all nodes.

Tags: 
  • android
  • accessibility
  • accessibilityservice
  • android-accessibility

Checkbox accessibility using tab

I have a table with header and some data. The checkbox used for "SelectAll" purpose is inside which is not focused while using tab though whole th cell is focused.

Tags: 
  • 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

Anchor links inside div aren't accessible by tab key anymore

I'm currently delving on an A11y issue the project I'm working on has.

Tags: 
  • javascript
  • jquery
  • html
  • coffeescript
  • accessibility

using h4 to denote offscreen text [closed]

Hello I am reviewing the accessibility of a website and have noticed heading tags being used for off screen text that would only be read by a screen reader.

Tags: 
  • accessibility
  • semantics
  • heading

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

accessibility android Skip nav links are not working

I have added skip to main content links on header in my web app. It works as expected in Windows and MacOS. It even works as expected in IPhone.

Tags: 
  • android
  • accessibility
  • talkback

Making text messages accessible to screen reader

I am building a chat bot and currently working on some accessibility features. I am wondering what is the best way to allow users to read through old messages.

Tags: 
  • javascript
  • accessibility

Forms accessibility - actions on buttons

I have a Shopping Cart and for example there is a <button> that will trigger an action to add an item to the cart.

Tags: 
  • forms
  • accessibility

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

Accessibility for custom dropdown button

Hi I need add keyboard navigation and accessibility to my custom dropdown button. Do you have any ideas? I thought about using aria?

Tags: 
  • javascript
  • html5
  • accessibility
  • wcag
  • wcag2.0

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

Android accessibility identify heading

Stackoverflow

I have the latest version of Talkback and its announcing "My Top level Text Heading". Android native behaviour is adding "Heading" for my top level elements.

Tags: 
  • android
  • accessibility
  • heading
  • android-accessibility

Need android feature of Accessibility Service(Android) in iOS

Can we accessibility text field or text from any app in my app in iOS?
This is possible in android through accessibility service.

Tags: 
  • ios
  • accessibility

Link text input to MathJax to support screen reader

We have a mathematical expression editor tool for adding mathematical equations for questions.

Tags: 
  • accessibility
  • mathjax
  • tabindex