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 181 - 198 of 198 questions

Aria Live Region Keeps Repeating on Angular 2 ngIf Validation

Stackoverflow

I have:

Tags: 
  • angular
  • accessibility
  • wai-aria
  • wai

Can I set the DPI resolution of my Java Swing application without changing the systems' DPI setting?

Stackoverflow

I have a Java application using the Substance LookAndFeel with Windows as the the target platform and I want to increase the DPI setting of my application without changing the system setti

Tags: 
  • java
  • swing
  • testing
  • accessibility
  • dpi

Accessible star rating for Android

Stackoverflow

I recently included the RatingBar view into a layout and realized it is not compatible with Talkback (it is not accessible).

Tags: 
  • android
  • accessibility

UITabBar Large Content Size Image (HUD) doesn't display in Large Text mode

Stackoverflow

iOS 11 has an accessibility feature that shows a large version of a tabbar icon in a pop-up HUD when long pressed. In a WWDC presentation, it was mentioned this just involves turning on:

Tags: 
  • ios
  • accessibility
  • ios11
  • uitabbar
  • dynamic-type-feature

Prevent background items from receiving focus while modal overlay is covering them?

Stackoverflow

I am working on making an overlay modal more accessible. It works essentially like this JSFiddle.

Tags: 
  • accessibility
  • wai-aria
  • voiceover
  • screen-readers
  • jaws-screen-reader

Accessibility - dynamic text

UX_StackExchange

I have a form with some prefilled data. The footer is sticky with a "continue" button that takes you to the next page.

Tags: 
  • accessibility
  • dynamic-ui
  • webforms

What letter spacing for visually impaired?

UX_StackExchange

What letter spacing is best to read for visually impaired people? Should the letters be close together or should they have more space in between?

Tags: 
  • accessibility
  • readability
  • font

What should a well-designed high contrast function do?

UX_StackExchange

I want to make my website accessible for nearly everyone. I already have a function to increase font-size. Now I am doing the high contrast function.

Tags: 
  • accessibility
  • contrast

Accessible website with multiple homepages

UX_StackExchange

We're building a website, that people will be sent to from an email. There's multiple home pages, because there are different groups in the email list that the home pages correspond to.

Tags: 
  • accessibility
  • html
  • wcag

Why do hearing-impaired subtitles describe obvious sounds?

UX_StackExchange

I understand the point of describing sounds made by objects or people not visible in a scene, especially when they are relevant to the plot and/or make the characters react to it.

Tags: 
  • accessibility

How to make a decorative video accessible

UX_StackExchange

Our clients gave us a video that is mostly B-roll so they are saying they do not need to add captions to make is ADA compliant, but I'm not sure that is true.

Tags: 
  • accessibility
  • html
  • wcag

On a web application what should be in tab order?

UX_StackExchange

I see a lot of articles which guide us how to put something in or out of tab order. However, I see no guide on what should be put in tab order.

Tags: 
  • accessibility
  • tab

Accessibility for a Draggable, Droppable and Sortable component

UX_StackExchange

This is a component that I'm trying to make accessible:

Tags: 
  • accessibility
  • drag-n-drop
  • sorting

Accessibility : Google autocomplete suggestions are not read by the Mac voiceover

UX_StackExchange

Google has various roles defined for the suggestions list, like role="presentation" for li, role="option" for the actual suggestion text, role="listbox" for t

Tags: 
  • accessibility
  • google
  • autocomplete

Tooltip, accessibility

Stackoverflow

Building a nice accessible web page is hard. Currently, Im trying to make a tooltip web accessible and I need help. Do you guys have any piece of advice for it?

Tags: 
  • javascript
  • html
  • css
  • accessibility
  • wai-aria

Setting aria-label/aria-labelledby within React.cloneElement()?

Stackoverflow

Basically, I'm trying to clone an element and change its aria-label within React.cloneElement.

Tags: 
  • javascript
  • reactjs
  • accessibility
  • wai-aria

iPhone native apps - access to call logs, SMS, calendar, iTunes library

Stackoverflow

As I understand there aren't any public APIs available or any 'legal'/'official' way of accessing those...

Tags: 
  • calendar
  • sms
  • accessibility
  • desktop
  • native

Adding 'aria-labels' to anchor links in WordPress navigation menu

Stackoverflow

I am needing to add custom aria-labels to each of the menu (and sub-menu) items in my WordPress website. It is running a custom theme.

Tags: 
  • wordpress
  • accessibility
  • wai-aria