translate

RGAA-PDF

Displaying 1001 - 1020 of 1717

App crashes in "voice over" when UIContextualAction has an empty title - iOS 11

Stackoverflow

I have the following code in my project,

Tags: 
  • ios
  • swift
  • accessibility
  • ios11
  • voiceover

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

react-predictive-input

by JFusco

WAI-ARIA compliant React autocomplete component

res

by REMEXLabs

An ajax client to query and retrieve data from an OpenURC resource server.

AsTeRICS Nexus Connector

This component for the AsTeRICS Framework allows to add custom AsTeRICS one-fits-one accessibility to your applications and web pages via the NEXUS API

Has anyone used Chrome Lighthouse Node CLI to automate running audits (accessibility especially)?

Stackoverflow

Has anyone used the Node CLI version of the Google Chrome Lighthouse to automate the website auditing process?

Tags: 
  • node.js
  • continuous-integration
  • accessibility
  • lighthouse

This is a short overview of existing resources on web accessibility legislation.

This is an overview of the accessibility legislation and regulations in European countries, including the efforts of the European Union to set up minimum requirements for all Member States.

Find out why making correct use of semantic markup is important for web accessibility.

The Accessible Rich Internet Applications (WAI-ARIA) specification defines roles, states, and properties that should be used to provide semantics in languages where they may not be available. Assistive technologies, such as screen readers, use what ARIA offers in order to communicate with browsers to present information about the status of interactions, and the like. As a result, WAI-ARIA is especially important to consider when creating dynamic content.

Maintained by Anna Szopa Ph.D. and Gregg Vanderheiden Ph.D.

Any way how to call an aria.alert from an extension or how to close a dialog opened by showInformationDialog

Stackoverflow

In a little vs code extension i would like to call the raw aria.alert function, or if it is not doable it would be useful if the standard dialog opened by showInformationDialog could close automati

Tags: 
  • visual-studio-code
  • accessibility

Disable Talk Back within our Application

Stackoverflow

I need to Disable Talk back voice within Application. Because i need to play my audio file in all accessibilities. i also tried importantforAccessibility attribute.

Tags: 
  • android
  • accessibility
  • talkback

Enable accessibility keyboard in OS X Mac using cocoa code

Stackoverflow

I am creating an app for disabled persons for Mac, so I want a way to open accessibility keyboard from code, so that user does not have to go to settings.
Any Help would be appreciated.

Tags: 
  • macos
  • accessibility
  • swift4

Edge :focus styles

Stackoverflow

Trying to get the pseudo class :focus to work in Edge. This is working in Chrome and Firefox, but for ADA reasons, need it to work in Edge.

Tags: 
  • jquery
  • css
  • internet-explorer
  • sass
  • accessibility

CSS Context Query

Context Queries are an extension of the CSS Media Queries.The @context rule defines the style rules for context based features like the ambient light levels.

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