translate

accessibility

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

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

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

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

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

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

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

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