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 141 - 160 of 198 questions

Android accessibility identify heading

Stackoverflow

I have the latest version of Talkback and its announcing "My Top level Text Heading". Android native behaviour is adding "Heading" for my top level elements.

Tags: 
  • android
  • accessibility
  • heading
  • android-accessibility

When you use the escape key to exit something in a web browser, like a modal dialogue box, where does focus go?

Stackoverflow

In most cases there doesn't seem to be any visual indication which must be difficult for users who rely on the keyboard.

Tags: 
  • html
  • css
  • browser
  • focus
  • accessibility

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

ng-click and jaws compatibility

Stackoverflow

in a web page, I am trying to open an overlay with the help of ng-click and there is no href available for this with the help of java script, respective overlay is being called.

Tags: 
  • accessibility
  • angularjs-ng-click
  • jaws-screen-reader

How can I make a MasterDetailPage icon VoiceOver accessible?

Stackoverflow

My Xamarin.Forms app's main page consists of a MasterDetailPage that looks like the following:

Tags: 
  • ios
  • xaml
  • xamarin.forms
  • accessibility
  • voiceover

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

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

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 to focus a specific element in Chrome?

Stackoverflow

I'm doing accessibility work and testing tab focus.

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

Pausing in a screen reader for accessibility

Stackoverflow

I have been using the Mac OSX's built in screen-reader for testing my site, I know it's not the best but it's all I have for now. But I'm finding it isn't pausing at the end of elements...

Tags: 
  • html
  • css
  • accessibility
  • screen-readers

Checking if a site is 508 compliant

Stackoverflow

I know the Visual Studio 2012 has an accessibility checker that checks for 508 compliance, but a portion of our content is dynamically generated using JavaScript and jQuery, and as such cannot be c

Tags: 
  • javascript
  • jquery
  • html
  • accessibility
  • section508

Color Contrast WCAG 2.0 SC 1.4.3 and Video / Motion Content

UX_StackExchange

There is no reference to motion/video found in SC 1.4.3 — simple "images" and "bac

Tags: 
  • accessibility
  • content
  • video
  • wcag
  • inclusive-design

Information Architecture - Navigation - Accessibility

UX_StackExchange

Recently I have worked on a dashboard(Web).
It is a web enterprise product with a lot of data in each view with 20+ views.

Tags: 
  • user-behavior
  • user-expectation
  • accessibility
  • experience
  • click

When does a screenreader read image alt text?

Stackoverflow

Please correct me if I am wrong, but usually screen reader navigation works by pressing the tab key, and usually you do not have (or need) tab-able images.

Tags: 
  • html
  • accessibility
  • screen-readers

How to implement 'Skip to Content' between two frames

Stackoverflow

I am working on a website using frames. The top frame holds the menu items and the bottom frame holds the main content.

How can I href to main frame content section?

Tags: 
  • javascript
  • html
  • iframe
  • vbscript
  • accessibility

iOS Refresh Accessibility Label

Stackoverflow

I have a button with accessibility label @"a". When the button is pressed, I have a callback that sets the accessibility label button.accessibilityLabel = @"b".

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

Assertive aria-live region not read by Voice Over on page load/form submit

Stackoverflow

I have an aria-live region on a role="alert" with the value "assertive" that is not being spoken on form submit.

Tags: 
  • accessibility
  • voiceover
  • screen-readers

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