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 41 - 55 of 55 questions

Setting focus after opening dialog - Polymer (no JQuery)

How would one place focus on a paper-input contained within a paper-dialog at the point of it being opened?

Tags: 
  • javascript
  • html
  • polymer
  • accessibility

Differentiate between mouse "click" and screen reader "Press"

I'm make an accessible website menu and would like to differentiate between a mouse "Click" and a VoiceOver "Press" to open a submenu.

Tags: 
  • javascript
  • jquery
  • accessibility
  • screen-readers
  • voiceover

Something in the cordova / angular / ionic stack steals my focus

In order to provide Accessibility i need to to focus elements when entering screens in my Cordova app.

Tags: 
  • javascript
  • angularjs
  • cordova
  • ionic-framework
  • accessibility

Passed react component is failing on accessibility unit test for form label?

my reusable component looks like this `jsx

Tags: 
  • javascript
  • reactjs
  • ecmascript-6
  • accessibility
  • babel

TalkBack screen reading issues

I'm trying to grasp how to code with screen readers in mind, and I'm having a number of issues. The first example is a single HTML element that I tried to display:

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

How to handle JavaScript being disabled in AngularJS

AngularJS is dependent upon JavaScript being enabled. This means that if someone visits an application or website built in AngularJS it will not render properly.

Tags: 
  • javascript
  • angularjs
  • browser
  • web-applications
  • accessibility

Angular 2 with 508 accessability

Anyone knows anything about, how to implement accessibility in Angular 2 with Typescript?

Tags: 
  • javascript
  • angular
  • accessibility

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

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

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

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

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

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