translate

RGAA-PDF

Displaying 1061 - 1080 of 1717

How to hide CSS generated content from screen readers without HTML markup?

Stackoverflow

How would one hide CSS certain generated content (used for pure styling) from screen reader? Is it possible without using HTML hacks like aria-hidden?

Tags: 
  • html
  • css
  • accessibility

How i make TouchableHightLight (checkbox) in React Native Accessibility?

Stackoverflow

I work on accessibility for an ios app.

I use TouchableHightLight on checkboxes.

Tags: 
  • react-native
  • touch
  • accessibility
  • react-native-ios

WCAG 2.0 Using tables for layout

Stackoverflow

Does WCAG 2.0 allow tables for layout, I can't see anything in the guidelines saying you can't but this suprises me.

Tags: 
  • html-table
  • accessibility
  • wcag

Accessibility Label for radio button on action?

Stackoverflow

In TableViewCell, I have custom imageview which act as a radio button. This imageview has two states

Tags: 
  • ios
  • uitableview
  • accessibility
  • voiceover
  • announcementnotification

Accessibility: d3 brush/zoom can get focus and be controlled with keyboard

Stackoverflow

Any hints how to control d3 brush/zoom with keyboard:
1. Ability to focus on brush control
2. Ability to change brush area using keyboard

Is it supported out of the box?

Tags: 
  • javascript
  • d3.js
  • SVG
  • accessibility

Clean and accesible Other option (Check box and text box)

Stackoverflow

When I have a set of either check boxes or radio buttons I often need to have an Other choice.

Tags: 
  • javascript
  • html
  • forms
  • accessibility

What are the accessibility implications of forcing a user to read terms and conditions before they can accept them?

UX_StackExchange

I'm working on a project currently where the client organisation deals with vulnerable people regularly.

Tags: 
  • website-design
  • forms
  • accessibility

eulexia

by scheah

A Google Glass App - For spell checking text

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

Skip navigation menu with links to different pages?

Stackoverflow

We're currently updating our site for ADA compliance and want to implement a skip navigation menu on the main landing pages.

Tags: 
  • accessibility
  • wai-aria
  • wai
  • web-accessibility
  • ada-compliance

How to update WKWebView when Dynamic Type size changes?

Stackoverflow

I must be missing something simple:

Tags: 
  • ios
  • dynamic
  • types
  • accessibility
  • wkwebview

How can I increase tooltip size in Firefox 57?

SuperUser

I'm currently on Firefox 56 and have seen the warning that many add-ons are going to break in 57, which is coming soon.

Tags: 
  • firefox
  • firefox-extensions
  • accessibility
  • tooltip
  • firefox-57

KDE accessibility applet respawned in my LXDE panel - how to get rid of it?

SuperUser

For some strange reason, whenever I log in to my LXDE desktop, I see the KDE accessibility applet on the panel/taskbar.

Tags: 
  • debian
  • taskbar
  • kde
  • accessibility
  • lxde

What is causing this accordion nav to lose browser default focus?

Stackoverflow

What is causing this accordion nav to lose browser default focus?

Tags: 
  • html
  • css
  • twitter-bootstrap
  • accessibility

How can I preserve null alt attributes in Sightly?

Stackoverflow

I'm working on an ADA level AAA compliant site.

Tags: 
  • accessibility
  • aem
  • sightly
  • htl

How i can override Accessibility className for android.widget.TextView

Stackoverflow

I want to "talkback" anounces standart TextView as button.
i tried to use this way

Tags: 
  • java
  • android
  • accessibility

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

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

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