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 261 - 280 of 463 questions

Add a span element within a link to make it accessible (AA) with javascript

I'm trying to modify a plugin in order to make it more modern and accessible. The problem is the icon: I need to add a span element with some text to make it readable but not visible.

Tags: 
  • javascript
  • accessibility
  • screen-readers

How to "Enable Content" for example VBA macros in Microsoft Excel without using a mouse? [closed]

After opening a file with VBA macros I get a security warning with "Enable Content" button. I can click on it with a mouse, but how to access it with only a keyboard?

Tags: 
  • excel
  • vba
  • accessibility

How to nest role attributes in HTML?

I need to nest some elements where two elements have a role attribute.
Is it possible that the inner elements are also read out?

My code:

Tags: 
  • html
  • accessibility

How can I change one single colour on Mac OS X screen (similar to invert colours)?

I've read some guys have done a trick editing this file, but I'm not a guru.

defaults write com.apple.CoreGraphics \
(DisplayUseInvertedPolarity -bool YES)

Tags: 
  • osx
  • graphics
  • colors
  • accessibility

Test Question

This is a Question Test

Tags: 
  • test
  • question

What reasons to distinct hyperlinks with thick, light blue underlines?

UX_StackExchange

To my knowledge, to avoid distractions in reading flow underlines should be avoided in any circumstance, not just hyperlinks. BBC avoids coloring them at all and boldface them instead.

Tags: 
  • accessibility
  • color
  • hyperlinks
  • affordance

Aria live and angular pages

Stackoverflow

I am trying to implement aria live function on a angular page. please find below a sample code which I am implementing.

Tags: 
  • angular
  • angularjs-directive
  • accessibility
  • wai-aria

VoiceOver and Scrolling in OpenGL backed UIViews

I am looking for advice on how to make a scrollable list drawn with OpenGL into a CAEAGLLayer backed UIViews accessible with VoiceOver.

Tags: 
  • ios
  • objective-c
  • accessibility
  • voiceover
  • uiaccessibility

aria-live on textarea not working with JAWS

I am using html textarea to simulate a command prompt. On typing a command command (e.g. ipconfig) and hitting Enter key, the command output gets appended to to the text.

Tags: 
  • textarea
  • accessibility
  • jaws-screen-reader
  • nvda
  • aria-live

Background VoiceOveraccessibility focus on a UICollectionView

Stackoverflow

I have a problem with voiceover on a collectionview. I have a fullscreen (minus navigation bar) UICollectionView that contains 5 cells.

Tags: 
  • ios
  • swift
  • uicollectionview
  • accessibility
  • voiceover

Running Google Accessibility Test Framework on Android

I'm trying to create an Accessibility scanner android app something like

Tags: 
  • android
  • automated-tests
  • accessibility
  • android-espresso

Click on main text opens a new detail page on a card

UX_StackExchange

I have a situation where I have a card as an element and it had primary Title, Sub title, and other texts and one secondary CTA.

Tags: 
  • accessibility
  • hyperlinks
  • psychology
  • experience
  • heuristics

In Xamarin Forms Application how to get focus to non interactive elements like Labels and Images when using TalkBack in Android

Stackoverflow

In Xamarin Forms application, when i turn on TalkBack/Screen Reader for Accessibility in Android and swipe through the screen the screen reader doesn't read text on screen like label's and other im

Tags: 
  • xamarin
  • xamarin.forms
  • accessibility
  • swipe
  • talkback

How do I prevent or capture an accessibility action on a view?

I have a fragment that appears over the bottom half of a full screen webview to display glossary and footnote items that are clicked on in the webview.

Tags: 
  • android
  • accessibility

NVDA Firefox Reads Invalid Entry React

I have an input implemented (with React) with Aria tags to dynamically say whether or not the field is valid. When the field looks as below it reads invalid entry despite the aria-tag.

Tags: 
  • javascript
  • reactjs
  • accessibility
  • nvda

How to focus a specific element in Chrome?

Stackoverflow

I'm doing accessibility work and testing tab focus.

Tags: 
  • google-chrome
  • google-chrome-devtools
  • accessibility

Teaching coding to a blind high school student

I have a class of AP CSP and AP CSA at the high school level.

Tags: 
  • accessibility
  • blind

Blur effect in iOS which ignores accessibilty ("reduce transparency" option)?

I have a blurred view which overlays other views.

Tags: 
  • ios
  • objective-c
  • swift
  • accessibility
  • uivisualeffectview

Focus Label when Input is focussed with angular

I have a webpage which uses radio button labels as buttons, with inputs hidden

Tags: 
  • html
  • css
  • angularjs
  • accessibility