translate

Featured Links

Questions & Answers

This listing is a compilation of both questions asked in-site and questions related to accessibility themes gathered from different sources (stackoverflow, UX Stack Exchange).

Displaying 1 - 20 of 463 questions

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

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

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

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

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

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

aria-label being read when it should not screen reader : WCAG

Stackoverflow

The html structure looks like this

Tags: 
  • html
  • html5
  • accessibility
  • uiaccessibility
  • wcag

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

What heading level should a parent page heading be, or a heading at all [closed]

Stackoverflow

If you have a subpage (in my example school data) within a parent section (statutory information).

Tags: 
  • html
  • accessibility
  • semantic-markup

Android floating window with hidden statusbar Accessibility problems

Stackoverflow

I am working on android 4.4.2 building an application with a system overlay/floating window created by an accessibility service.

Tags: 
  • android
  • accessibility
  • android-4.4-kitkat
  • android-fullscreen

Accessibility focus event in React Native

Stackoverflow

I'm programming a react native game app for blind kids to help them with maths.

Tags: 
  • react-native
  • accessibility

How to make sap.m.Text focusable?

Stackoverflow

Simple problem in fact.

Tags: 
  • sapui5
  • accessibility

What are the best examples of accessible highlighting online?

UX_StackExchange

I'm seeking Accessible Highlighting online and not seeing much.

Tags: 
  • navigation
  • accessibility
  • highlight

Accessing a broken Android phone using a pc

SuperUser

I have an Xperia Z2 phone (Lolipop 5.1)

It was unfortunately ran over by a car.

The display and touch screen were destroyed but the device is still working (to my suprise).

Tags: 
  • data-recovery
  • android
  • hard-drive-recovery
  • accessibility
  • screencasts

Using regular expressions to find img tags without an alt attribute

Stackoverflow

I am going through a large website (1600+ pages) to make it pass Priority 1 W3C WAI. As a result, things like image tags need to have alt attributes.

Tags: 
  • regex
  • visual-studio
  • find
  • accessibility
  • standards

How to navigate narrator focus to a non-focusable app on Windows 10?

Stackoverflow

I'm working on the input app, which doesn't have focus when users are typing. And users can't press "Alt" + "Tab" key to select it as it doesn't show in the running app list.

Tags: 
  • windows
  • accessibility
  • narrator

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