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 161 - 180 of 463 questions

jsx-a11y returning Form label must have associated control when there is an htmlFor

I have this component:

// @flow
import React, { Element } from 'react';
import styles from './Label.scss';
import cs from 'classnames';

Tags: 
  • reactjs
  • accessibility

Android Accessibility Service doesn't restart after crash

Stackoverflow

If my Android Accessibility Service crashes, the service is not restarted by the system until the phone restarts.Is this known? Do I have a method of restarting it if the system dosen't?

Tags: 
  • android
  • service
  • crash
  • accessibility

making focus invisible for radio buttons on click but focus should be visible on keyboard navigation

How do I make focus invisible for radio buttons only on click (focus should be visible through keyboard navigation)

Tags: 
  • javascript
  • jquery
  • css
  • angular
  • accessibility

Angular2 - give focus to button into a div hidden

I work on an Angular project where I try to implement a11y for each button and link which are tabbable.

Tags: 
  • angular
  • accessibility

Are Quartz event services/event taps deprecated?

Event taps provide a way to create assistive technologies as described here:

Tags: 
  • objective-c
  • swift
  • osx
  • cocoa
  • accessibility

Should TTY phone numbers be hyperlinked as normal numbers?

Most site developers know to use the tel: syntax for phone number links to enable easy mobile dialing:

Tags: 
  • html
  • hyperlink
  • accessibility

How do I get a monospace font that respects acessibility settings

Stackoverflow

let bodyFontDescriptor = UIFontDescriptor
.preferredFontDescriptor(withTextStyle: UIFontTextStyle.body)

Tags: 
  • ios
  • swift
  • fonts
  • ios9
  • accessibility

Accessibilty for screen reader

How to make part of a div not visible for a screen reader using jquery?

Tags: 
  • javascript
  • jquery
  • accessibility

Accessibility WAVE scan on asp.net menu shows errors

We're doing a WAVE scan of our application to detect accessibility issues.

Tags: 
  • asp.net
  • accessibility

Are dynamically generated aria-describedby values still accessible?

I'm running an automated accessibility test on my site and getting an error for a tooltip element which uses

Tags: 
  • javascript
  • accessibility
  • wai-aria
  • zurb-foundation-6

Is it important to have relative units to ensure Section 508 / WCAG 2.0 Level AA compatibility?

I have all my font sizes defined in pixels, e.g.

body {
font-size: 14px;
}
h1 {
font-size: 42px;
}

Tags: 
  • html
  • css
  • accessibility
  • section508
  • wcag2.0

Prevent screen reader from reading title attribute

We have an input slider that has a title attribute set to slider value. Since it doesn't have a label, we add aria-label to the input attribute.

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

setting <fieldset> for better readability [duplicate]

This question already has an answer here:

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

AccessibilityService running or not check not working

I had written a code to check if my AccessibilityService is running or not and based on the result, the text in text view must change to ON/OFF.

This was my code:

Tags: 
  • android
  • accessibility

Accessibility does not read the keyboard buttons

I have activated the TalkBack (Accessibility). And I'm navigating for a Screen that is displayed a keyboard in order to write a number in my app.

Tags: 
  • android
  • keyboard
  • accessibility

Automation using Java Access Bridge

I can capture text from UI controls (button/Editbox/Checkbox etc) in Java Applications, using

Tags: 
  • java
  • c#
  • swing
  • accessibility
  • java-access-bridge

What syntactical features of programming languages are problematic for blind programmers?

Stackoverflow

What are the syntactical features of current languages that prove problematic for screen readers or braille readers? What symbols and constructs are annoying to hear or feel?

Tags: 
  • programming-languages
  • accessibility
  • blind
  • blindness

How can I check hints in Accessibility Inspector?

Stackoverflow

I'm wondering if there is a way to check the hints using Accessibility Inspector? Or any other way on iOS to debug the accessibility viewing the hints? Thanks!

Tags: 
  • ios
  • xcode
  • accessibility