Displaying 1501 - 1520 of 1717

How do you navigate options in a select element using ChromeVox? (link is external)

When using the ChromeVox screen reader I find that it's possible to navigate to a select box and to select options, but I can't work out how to have the screen reader read out the options, which is

Tags: 
  • accessibility
  • screen-readers

Vaadin-grid accessibility - Polymer (link is external)

Is there any way in which I can make my Vaadin-Grid accessible for screen reader users or even simply by tabbing?

Tags: 
  • html
  • vaadin
  • accessibility
  • vaadin-grid

How can I make screen reader (esp using NVDA) not read an element when focused? (link is external)

I am currently working on a highly accessible website. How can I make the screen reader not read the (1) associated labels, (2) not indicate if it is checked or not, to a focused checkbox?

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

Video play/stop button WAI-ARIA accessibility advice? (link is external)

I have in my page "play/Stop Button Element". The button is changed to "play" or "stop" when it's pressed.

Tags: 
  • media-player
  • accessibility
  • wai-aria
  • htmlbutton

iOS accessibility doesn't recognize anything on the screen (link is external)

I'm trying to make my app accessible (use voice-over properly).

Tags: 
  • ios
  • accessibility

iOS Accessibility: Fetching the user's "Always Speak Notifications" VoiceOver preference (link is external)

I've sifted through the available UIAccessibility capabilities here(link is external) but haven't fo

Tags: 
  • ios
  • accessibility
  • uiaccessibility
Hands reading a tactile graphic

Documents, exams, presentations, diagrams and further study-relevant material for University students. 

How to make Api.ai audio and a dynamic UI with voiceover not interfere with each other (link is external)

[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

Getting started with Assets Framework - assets.cms.gov (link is external)

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

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

c# how to find URL from browser using AccessibleObjectFromPoint (link is external)

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

Android Talkback Announcement Localization (link is external)

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

Tags: 
  • android
  • accessibility
  • talkback
Workshop with translators during training of the Amara platform

Net in Nederland (New to the Netherlands) is a website from the Dutch Public Broadcaster NPO where programs with Dutch, English and Arabic subtitles are made freely available.

Cloud4all Logo

Cloud4all is an international project funded by the 7th Framework Programme of the European Union that will advance the concept of the Global Public Inclusive Infrastructure (GPII).

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

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

Preserve focus on closing a modal or flyout (link is external)

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 (link is external)

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 (link is external)

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

Setting focus after opening dialog - Polymer (no JQuery) (link is external)

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

Android AccessibilityService: How to record and replay view clicks? (link is external)

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