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 301 - 320 of 463 questions

iOS Accessibility: Fetching the user's "Always Speak Notifications" VoiceOver preference

I've sifted through the available UIAccessibility capabilities here but haven't fo

Tags: 
  • ios
  • accessibility
  • uiaccessibility

Word-wrap in an HTML table using display:table-row

A more complex version of: Word-wrap in an HTML table.

Tags: 
  • html
  • css
  • mobile
  • html-table
  • accessibility

Using Learn More, Click Here, buttons for ERP Web application [closed]

I am working on an ERP Web App which doesn't need SEO.
In few instances, I may have to use Learn More / Click Here.

Tags: 
  • usability
  • user-research
  • accessibility

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

Getting started with Assets Framework - assets.cms.gov

I've seen some recommendations about using Assets Framework (assets.cms.gov) for accessibility.

Tags: 
  • jquery
  • user-interface
  • jquery-ui
  • accessibility
  • web-frontend

accessibility and elements being added to the DOM [closed]

I am working on a reactjs application and I have elements that get added to the DOM:

Tags: 
  • javascript
  • html
  • accessibility

c# how to find URL from browser using AccessibleObjectFromPoint

hi i done some research and find out the way to get browser URL using AccessibleObjectFromPoint or by this you can access any UI element so please tell me whats wrong in my code

Tags: 
  • c#
  • windows
  • accessibility
  • iaccessible

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

Android Talkback Announcement Localization

I have a duo lingo (English + Spanish) android application.

Tags: 
  • android
  • accessibility
  • talkback

Preserve focus on closing a modal or flyout

I have a question on accessibility.
There are several layers/modals or flyout windows which are opened on click of a button or link.

Tags: 
  • javascript
  • angularjs
  • angular-ui-bootstrap
  • accessibility
  • uiaccessibility

iron-data-table accessibility options

I cannot seem to access my iron-data-table via tabbing, considering that I am trying to create an accessible web interface.

Does anybody have any knowledge of such things?

Tags: 
  • html
  • polymer
  • accessibility

Accessible css Toggle

I have this Css Toggle which works as expected, I want to add the focus outline to all the toggles for accessiiblity

Tags: 
  • html
  • css
  • accessibility

How to make Api.ai audio and a dynamic UI with voiceover not interfere with each other

[Edited question] If I have an api.ai discussion app which dynamically creates buttons with the intent names on them: Say I ordered a sandwich and now api.ai is asking me what spread I want, but, A

Tags: 
  • user-interface
  • mobile
  • accessibility
  • voiceover
  • api.ai

How do screen readers read <abbr> tags?

Stackoverflow

I learned that the <abbr> tag is supposed to be interpreted by screen readers in a way that its title attribute would replace its content when read by a screen reade

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

Prevent certain elements from receiving focus

Stackoverflow

So I have the following function. What it does is listens for the focus event on all elements.

Tags: 
  • javascript
  • jquery
  • html
  • accessibility

Setting focus after opening dialog - Polymer (no JQuery)

How would one place focus on a paper-input contained within a paper-dialog at the point of it being opened?

Tags: 
  • javascript
  • html
  • polymer
  • 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

Android AccessibilityService: How to record and replay view clicks?

I am trying to implement an AccessibilityService that records the user's actions (only click events at this point) and stores them, such that they can be replayed at a later point in time.

Tags: 
  • android
  • accessibility

Differentiate between mouse "click" and screen reader "Press"

I'm make an accessible website menu and would like to differentiate between a mouse "Click" and a VoiceOver "Press" to open a submenu.

Tags: 
  • javascript
  • jquery
  • accessibility
  • screen-readers
  • voiceover

Why onAccessibilityEvent(..) method of AccessibilityService is reading the same view many times?

I am using AccessibilityService to determine the text and coordinates of views of any current application running in android device.

Tags: 
  • android
  • accessibility
  • accessibilityservice
  • android-accessibility