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 201 - 220 of 463 questions

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

Is it mandatory to show user name next to the user icon?

I've come across this simple question while designing an application. The application requires a person to login to the system.

Tags: 
  • design
  • accessibility
  • users
  • header

How to make Accessible drop-down & sub drop-down?

Below, the code is given for menu. It is having Home Link, Category Bar with Dropdown link and sub-dropdown links. How to make this code accessible with keyboard/tab key?

Tags: 
  • accessibility
  • dropdown

State change of field is not accessible to screen reader

I have a form with 10 fields. By changing the checkbox changes the select and text input values and those form fields will be disabled. How can we achieve this for screen readers using ARIA?

Tags: 
  • accessibility

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

iOS VoiceOver Button not Calling Target Method

I have a UIButton subclass, ACTLanguageButton that really just does some custom UI changes so that I can reuse the style.

Tags: 
  • ios
  • objective-c
  • uibutton
  • accessibility
  • voiceover

Adding controls to HTML5 background video with CSS

I've stuggled to find an answer to this problem, I would like to add controls to HTML5 background video, so that users can at least choose to pause the video for accessibility reasons.

Tags: 
  • css
  • html5
  • video
  • accessibility

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 simulate Switch Control on iOS simulator?

The switch control setting which should be in [Settings] > [General] > [Accessibility] > [Switch Control] is not shown on iOS simulator. (ref:

Tags: 
  • ios-simulator
  • accessibility

Link text is Unclear error even when <a> tag has descriptive links. ( tota11y)

I have a tag, which has the following structure

<a href="#" ng-click="generatePlanTasks()">Regenerate</a>

Tags: 
  • accessibility
  • khan-academy

Limit Voice Over to active view controller

I have an app with the classic "hamburger menu" to open settings. When pressed in slides in from the left covering most of the screen.

Tags: 
  • ios
  • accessibility
  • voiceover

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

Accessibility in Google Chrome

So I'm working on updating an angular 4 application to meet WCAG AA conformance for accessibility.

Tags: 
  • angular
  • google-chrome
  • accessibility

iText libraries to leverage for Form PDF's that are accessible

my problem is that we have a current PDF file that is fillable. We are leveraging JAVA code along with iText to fill out the PDF template.

Tags: 
  • tags
  • itext
  • accessibility

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

Accessibility Inspector iOS

I am developing some app similar to Accessibility Inspector of iOS Simulator. It will mark all visible objects on screen and display details of it.

Tags: 
  • ios
  • uiview
  • accessibility
  • visibility
  • uiwindow

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