translate

src

Displaying 961 - 980 of 1717

  • What is it: Provides a deeper knowledge of potential people who are involved in research, development and use of AT solutions.

This is a two part Challenge -- both parts relating to tools that can detect visual flashing in the environment That might lead to a photo induced seizure – and then taking some sort of action to l

To provide access to Minecraft Game using eye controls only.

The purpose of the Testers Connection is to connect individuals with disabilities or other special attributes and who are interested in

Accessible Gamification Course

The course will start with an introduction to well-known gamification patterns and approaches. This will lead us to an interesting challenge: combining accessibility and gamification. To solve this, we will take one step back and look at digital games to find patterns that make them fun and entertaining. The course will guide you through a series of games, where we derive game design patterns to serve as basic building blocks for an accessible gamification approach.

Masterclass on Gamification and Accessibility, presented by Andreas Ziegler during HDM's Accessibility Day that took place in June 2015.

GefCore

by VGamezz19

? MEAN ? In collaboration for La Once. SPA with MEAN (MongoDB, Express, Angular, Node). Screen Reader (Web-Blinds).

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

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

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 can you tell if a user has TalkBack turned on?

I want to know if a user of the app currently has the narrator/TalkBack accessibility feature turned on.

Tags: 
  • android
  • accessibility
  • talkback

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