translate

accessibility

Prevent voice over (Accessibility) from announcing UITableViewCell as selected

Stackoverflow

When a UITableViewCell is selected, voice over announces "selected", I don't want voice over to say "selected". How can i achieve this ?

Tags: 
  • ios
  • uitableview
  • accessibility
  • voiceover
  • uiaccessibility

Is it possible to programatically enable/ disable large text accessibility option?

Stackoverflow

I'm working on a app that has a Settings screen and in that activity user has option to go to native settings accessibility options and switch on the large text feature.

Tags: 
  • android
  • mobile
  • accessibility

Android Talkback not registering onFocus for web. How do I manipulate accessibility focus with Android Talkback?

Stackoverflow

As the title says, Android Talkback is not registering the onFocus event.

Tags: 
  • javascript
  • android
  • reactjs
  • accessibility
  • talkback

Breadcrumbs: Abbreviated but still accessible

Stackoverflow

Above you se a typical breadcrumb.

Tags: 
  • accessibility
  • breadcrumbs
  • screen-readers

High Contrast and CSS sprites

Stackoverflow

I'm working on a project that it has to be accessible to everyone and I have some problems when the PC is in High Contrast mode.

Tags: 
  • css
  • user-interface
  • firefox
  • accessibility
  • opera

Losing Aria/accessibility when converting from HTML to PDF

Stackoverflow

I am using ABCpdf to generate a collection of PDFs from HTML markup, and am struggling with making it fully accessible.

Tags: 
  • pdf
  • accessibility
  • abcpdf

What's the difference between tabindex="false" and empty tabindex?

Stackoverflow

As per the title, what is the difference when I have tabIndex="false" versus having empty tabIndex?

Tags: 
  • html
  • focus
  • accessibility
  • tabindex

ios voiceover for UITableView sections

Stackoverflow

Is there some way that I can avoid the section titles of the UITableView from saying "heading" in the voiceover mode after the text on the section is read?

Tags: 
  • ios
  • uitableview
  • accessibility
  • voiceover

WCAG2.0 AA Test lead

Stackoverflow

Recently I've been put in charge of testing and implementing WCAG 2.0 AA compliance into our websites (php CMS based). However, my experience with this is pretty limited. My questions are:

Tags: 
  • accessibility
  • wcag

How to force VoiceOver to not read the "heading" word for view controller title

Stackoverflow

Is There any way to force VoiceOver to not read view controller title "heading" word after reading title/accessibilityLabel?

Tags: 
  • ios
  • objective-c
  • accessibility
  • voiceover