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 441 - 460 of 463 questions

Looking for Friendly Documentation on Color Contrast and Readability

We're looking to launch a new version of a website, and we had multiple users concerned about readability with grey text on a grey background.

Tags: 
  • accessibility
  • contrast

Considering User Accessibility when developing a mobile application

Is it necessary to include a wide variety of user accessibility features such as color contrast or different font sizes?

Tags: 
  • mobile
  • mobile-application
  • accessibility

what is the purpose of using Color Contrast Tool?

what is the purpose of using Color Contrast Tool? It's just background and text checking or icon checking?

Tags: 
  • accessibility
  • color
  • contrast
  • human-eye

How to build web accessibility portfolio without any work experience?

I'm a junior web accessibility specialist and currently I'm building my portfolio, basically from scratch.

Tags: 
  • accessibility
  • portfolio

Accessible web calendar overview that's screen reader friendly

One of our accessible-savvy dev.teams are building a new web interface to a booking system. It looks and acts pretty much like a web calendar interface.

Tags: 
  • accessibility
  • calendar
  • screen-reader

Web accessibility: input type="button" that submits

I have some forms that use submit butttons like this:
<input type="button" onclick="validateAndSubmit()">

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

What would the appropriate aria roles and behaviors for 2d x/y axis plane input be?

I have a component which presents an x/y axis plane and a nub that users can move around within the plane.

Tags: 
  • html
  • accessibility
  • wai-aria

Getting the URL through `LegacyIAccessibleValue` fails on several computers

I'm making a URL logging tool with UIAutomation.

Tags: 
  • url
  • accessibility
  • ui-automation

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

`UIPanGestureRecognizer` not accessible to users who are using VoiceOver in iOS

The below code adds a UIPanGestureRecognizer to the whole view on screen.

Tags: 
  • ios
  • swift
  • accessibility
  • uipangesturerecognizer
  • voiceover

VoiceOver won't read child menus in dropdown navigation

I'm testing with the latest version of iOS on the iPad.

Tags: 
  • javascript
  • jquery
  • ios
  • twitter-bootstrap
  • accessibility

Intra-page link starts at URL root

This is so simple I don't get how it could possibly go wrong. I'm trying to get a simple intra-page link to behave.

(If it's relevant, this is an angular 2 app, using routing.)

Tags: 
  • anchor
  • accessibility

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

Take my web page focus to browser address bar using javascript / jquery

Desired behavior : When a Tabkey press happens on a particular dom element in a webPage I want my cursor focus to go to address bar.

Tags: 
  • javascript
  • jquery
  • html
  • keyboard-shortcuts
  • accessibility

mvc5 autocomplete with accessability to ARIA rules

I have code for autocomplete that is based on jQuery autocomplete. I want to change the code so that it conforms to the accessibility rules.

Tags: 
  • jquery
  • autocomplete
  • asp.net-mvc-5
  • accessibility
  • wai-aria

Cannot get ActionBar to take accessibility focus first when using windowActionBarOverlay=true

I've got an app which uses <item name="android:windowActionBarOverlay">true</item>

Tags: 
  • android
  • android-actionbar
  • accessibility
  • android-styles
  • talkback

Mapping arrow keys to scrollwheel function?

I am running a slideshow on a client site. The slideshow animates each slide, and relies SOLELY on the scrollwheel of the mouse although it also 'swipes' when in touchscreen devices.

Tags: 
  • javascript
  • jquery
  • html
  • accessibility
  • scrollwheel

Why is it suggested to add a link to a video instead of embedding one for ADA compliance?

I've seen on many suggestions lists for ADA compliance that videos be linked instead of embedded (like here:

Tags: 
  • video
  • accessibility
  • video-embedding