translate

accessibility

Accessible Texts for Autism: An Eye-Tracking Study

V. Yaneva, I. Temnikova, R. Mitkov

This work uses eye tracking technology with ASD participants in order to evaluate text documents. Particpants were asked to read texts with photographs (20 photographs in total), texts with symbols (19 symbols in total) and 9 plain texts (with no images) while their eye sight was tracked and were asked a multiple choice question after each folowed by questions on test diffuculty and reading preference.
Tags: 
accessibilityReading

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

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

accessibility for empty table cells

Stackoverflow

We are using axe to test accessibility.

Axe is giving the following issue when table cells are empty:

Tags: 
  • html
  • css
  • reactjs
  • accessibility

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

Android 8 Can not tab/navigate to views outside a AppBarLayout

Stackoverflow

I am trying to make my application accessible and I am having a couple of issues with navigating around views which are in an AppBarLayout.

Tags: 
  • android
  • accessibility

Material Design Selection List Keyboard Actions

Stackoverflow

I'm totally new to accessibility technology in angular and material design. In my project I would like to have selection list where one item can be selected.

Tags: 
  • angular
  • angular-material
  • accessibility
  • wai-aria

Sortable table accessible to keyboard users

Stackoverflow

I have a <thead> with a couple of rows that are sortable. My markup currently looks like this:

Tags: 
  • html
  • html-table
  • accessibility