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 81 - 92 of 92 questions

NVDA reading clickable multiple times

While making a html page, I notice that NVDA reads "clickable" for every <p> or <span> tag. Is there a way to stop this?

Tags: 
  • html
  • css
  • accessibility
  • nvda

legality of div tag immediately under html tag

I was running lynx to test some HTML I had to do, because having accessibility in mind.

Tags: 
  • javascript
  • html
  • accessibility
  • web-standards
  • lynx

correct usage of html button text in regards to accessibility

I have a form with 3 input fields and then a button that is shaped like a next symbol.

Tags: 
  • html
  • accessibility
  • uiaccessibility

Is it possible to use javascript to detect if a screen reader is running on a users machine?

I want to detect whether a screen reader is running on a user's machine to avoid sound clashing with audio tag in html. If so, please provide details on how this could be done.

Tags: 
  • javascript
  • html
  • accessibility
  • screen-readers

Input type search with Accessibility compatibe?

<input type="search" placeholder="search" />

Tags: 
  • html
  • accessibility

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

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

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

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

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

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

How to open new window in other screen with specific location in Javascript?

The problem is that I want to use Javascript to manage a group of 20+ windows and most of them locate in different screens (up to 9).

Tags: 
  • javascript
  • html
  • web
  • screen
  • accessibility