translate

src

Displaying 761 - 780 of 1717

wespeak

by AlanBell

Augmentative and Alternative Communication For the Web

New Window Icon (for web accessibility)

Stackoverflow

Is there a default, standard, recommended or well known icon to denote that a link will open a new browser window?

Tags: 
  • accessibility

Icon link without text eslint error

Stackoverflow

I have a React project that shows a bunch of social media links that are just icons to their respective sites.

Tags: 
  • accessibility
  • eslint

libgail-gnome

by gooselinux

Accessibility implementation for GTK+ and GNOME libraries

Setting aria-label/aria-labelledby within React.cloneElement()?

Stackoverflow

Basically, I'm trying to clone an element and change its aria-label within React.cloneElement.

Tags: 
  • javascript
  • reactjs
  • accessibility
  • wai-aria

TeclaShield

by KomodoOpenLab

The Tecla Shield is a device that enables connection of powered wheelchairs and adapted switches to Bluetooth-enabled electronic devices.

emoji-a11y

by jonnybarnes

Make emoji more accessible

Change order of read items with VoiceOver

Stackoverflow

I have a bunch of buttons on the screen which are positioned intuitively visually but are not read in an intuitive order by VoiceOver.

Tags: 
  • ios
  • accessibility
  • voiceover

Get a Windows Forms control by name in C#

Stackoverflow

I have a ToolStripMenuItem called myMenu. How can I access this like so:

/* Normally, I would do: */
this.myMenu... etc.

Tags: 
  • c#
  • winforms
  • string
  • controls
  • accessibility

How to make PrimeNG Dropdown Keyboard Accessible

Stackoverflow

I want to make dropdown keyboard accessible. Right now, its not working when i am using keyboard up and down arrow. I applied tabindex but still not working. Anyone have any idea about this..

Tags: 
  • accessibility
  • angular2-forms
  • dropdown
  • primeng

epub2opendyslexic

by pibara

Simple python web server for converting Smashwords epub files to an OpenDyslexic release of the same book.

website-template

by rhdunn

Jekyll template for creating modern HTML5/WAI-ARIA/RDFa websites.

This is a collection of resources for web accessibility, including key places which provide a large number of such resources.

MacOS OSX How to change the text to speech voice in terminal or with a keyboard shortcut?

Stackoverflow

I'm looking for a way to change the voice with a shortcut:
going in to settings->accessibility->Speech and setting the voice "Alex"
take's to long.

Tags: 
  • macos
  • terminal
  • accessibility
  • text-to-speech
  • macos-sierra

chromevox

by operasoftware

Chromevox only export of Chrome accessibility suite (https://code.google.com/p/google-axs-chrome/).

Android accessibility IMPORTANT_FOR_ACCESSIBILITY_NO is not respected

Stackoverflow

In my app I have ad on bottom, in accessibility (talkback) mode I don't want ads to be included.

Tags: 
  • android
  • accessibility
  • talkback

hide a pseudo-element from a screenreader?

Stackoverflow

I am using :before pseudo-elements bound to particular classes to add symbols in front of p tags, with CSS like this:

Tags: 
  • css
  • accessibility
  • pseudo-element
  • screen-readers

How to change Android talkback instructions for double tap and long press

Stackoverflow

I have a view that has a long press action handler. I use the content description to set the message Talkback speaks when the view gets focus.

Tags: 
  • android
  • accessibility
  • talkback
  • android-a11y

srt2vtt

by ricksancho

Golang library to convert SRT subtitle into WebVTT

How to label a loading animation for WAI-ARIA?

Stackoverflow

I'm working on fixing some accessibility issues on a web page.

Tags: 
  • html
  • accessibility
  • wai-aria