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 241 - 260 of 463 questions

508 compliance and javascript

I run a site (ASP.NET) for a company that is in different counties, based on the link the user clicks on the landing page all the <a> tags on the page gets a string of the county

Tags: 
  • javascript
  • accessibility
  • section508

How to override maximum 32x32 mouse size in Windows like this program can

I'd like for my program to be able to override the maximum imposed mouse size of 32x32 much like the program in the picture attached does, the cursor pictured is 72x72.

Tags: 
  • c#
  • registry
  • mouse
  • accessibility

Blinking cursor visible on texts after voiceover off on safari

I am using safari on Mac. Cursor and focus on field looks fine.

Tags: 
  • safari
  • accessibility
  • voice
  • voiceover
  • web-accessibility

ARIA Accessibility in Angular 2 and 4

I have been manually including ARIA attributes in my component templates when I came across the angular-aria module: https:

Tags: 
  • angular
  • accessibility
  • wai-aria

Making "image select" accessible

I want to build an "image select" feature into my form, like this:

Tags: 
  • html
  • accessibility

Angular i18n localization of label containing interpolation

In my template I have a bunch of cards, each has name and a button. Button title should contain name. Simplified:

Tags: 
  • html
  • angular
  • localization
  • accessibility

Youtube controls accessibility report

I have the following iframe:

Tags: 
  • javascript
  • accessibility

How to programmatically use iOS voice synthesizers? (text to speech)

iOS devices have embedded voice synthesizers for Accessibility's VoiceOver feature. Is there a way you can use these synthesizers programmatically to generate text-based sounds?

Tags: 
  • ios
  • accessibility
  • voice
  • audio

Android accessibility for edittext with prefiled text

I have a field for a code which always starts with the same four letters, so those are prefilled.

Tags: 
  • android
  • accessibility

Accessibility - Provide descriptive text in label elements

I have a toggle checkbox enclosed inside a label element. However, I don't need any text to a label element. But accessibility throws me an error to add a label text which I don't need at all.

Tags: 
  • checkbox
  • label
  • accessibility

Android accessibility: Modify or extend TalkBack local context menu

Is it possible to programmatically modify the local context menu that TalkBack shows when my own app is in front, by default upon swipe up and right gesture?

Tags: 
  • android
  • contextmenu
  • accessibility
  • local
  • talkback

Contrast requirements for WCAG level A?

I am trying to adapt an older website to become accessible.

Tags: 
  • accessibility
  • contrast
  • wcag
  • wcag2.0

When you use the escape key to exit something in a web browser, like a modal dialogue box, where does focus go?

Stackoverflow

In most cases there doesn't seem to be any visual indication which must be difficult for users who rely on the keyboard.

Tags: 
  • html
  • css
  • browser
  • focus
  • accessibility

How to label a loading animation for WAI-ARIA?

Stackoverflow

I'm working on fixing some accessibility issues on a web page.

Tags: 
  • html
  • accessibility
  • wai-aria

ng-click and jaws compatibility

Stackoverflow

in a web page, I am trying to open an overlay with the help of ng-click and there is no href available for this with the help of java script, respective overlay is being called.

Tags: 
  • accessibility
  • angularjs-ng-click
  • jaws-screen-reader

Set dialog to read whole dialog content while showing if accessibility is ON

When I open my dialog( which docent have any title), I want system to read whole content of the dialog

Below is the xml(sample_dialog.xml) i am rendering in my dialog

Tags: 
  • android
  • dialog
  • accessibility

Select all element of the DOM with javascript except all the children of a particular element

I'm trying to build an accessibility tool in order to enlarge and decrease all the characters in my websites.

Tags: 
  • javascript
  • jquery
  • accessibility

Accessibility of confirm dialog in chrome

The confirmation dialogues in chrome are not accessible to JAWS screenreader (Version 18.0.2945).

Tags: 
  • google-chrome
  • dialog
  • accessibility
  • onbeforeunload
  • jaws-screen-reader

How can I make a MasterDetailPage icon VoiceOver accessible?

Stackoverflow

My Xamarin.Forms app's main page consists of a MasterDetailPage that looks like the following:

Tags: 
  • ios
  • xaml
  • xamarin.forms
  • accessibility
  • voiceover