translate

CONTRIBUTING.md

Displaying 1541 - 1560 of 1717

How to audit jsf pages for accessibility on Eclipse? [on hold]

We build UI application using JSF 2 on Eclipse IDE.

Tags: 
  • eclipse
  • jsf-2
  • accessibility

html accessibility: anchor tags with background images on pseudo elements

My company is exploring some scenarios that we use commonly in our design that we are realizing may not be 100% compliant with WCAG 2.0 standards.

Tags: 
  • html
  • image
  • background
  • accessibility

Launch phone calls and show a call screen from guided access?

I have a "home screen-replacement" app on Android for people with eyesight problems and I'm considering making a similar App for iOS.

Tags: 
  • ios
  • ios7
  • accessibility
  • guided-access

Something in the cordova / angular / ionic stack steals my focus

In order to provide Accessibility i need to to focus elements when entering screens in my Cordova app.

Tags: 
  • javascript
  • angularjs
  • cordova
  • ionic-framework
  • accessibility

How to receive TYPE_VIEW_HOVER_ENTER AccessibilityEvent?

I override my own Accessibility Service, and print the event.getEventType to Log in

public void onAccessibilityEvent(Accessibility event)

Tags: 
  • android
  • hover
  • accessibility

Passed react component is failing on accessibility unit test for form label?

my reusable component looks like this `jsx

Tags: 
  • javascript
  • reactjs
  • ecmascript-6
  • accessibility
  • babel

iOS Safari focus not triggering on tap

This is an issue with iOS9 Safari. The :focus styling is not triggering when a button or anchor tag is tapped, not even the native focus outlines.

Tags: 
  • css
  • focus
  • ios9
  • accessibility
  • mobile-safari

Using the HTML 'label' tag with radio buttons

Does the label tag work with radio buttons? If so, how do you use it? I have a form that displays like this:

Tags: 
  • html
  • accessibility
  • html-form

JAWS screen reader handles unchecked radio button as 'partially checked'

I am using JAWS version 15 to test my page on Google Chrome that contains a set of related radio buttons, none of which are checked initially.

Tags: 
  • html
  • radio-button
  • accessibility
  • jaws-screen-reader

how to provide additional information about custom view for accessibility services [closed]

i'd like to create custom view and provide for talkback information about type, state and may be short description of this view.
how i can to do it?

Tags: 
  • android
  • accessibility
  • talkback

Can NVDA product certify web app for WCAG 2.0 AA level web accessibility?

One customer wanting their website to be WCAG 2.0 AA level compliance is asking the website to be tested using JAWS, Talkback and Voiceover.

Tags: 
  • accessibility
  • wcag
  • wcag2.0
  • nvda
  • web-accessibility

Make nested collection views with large cells accessible with VoiceOver

In the App that I am currently working on, there is a nested collection view setup.

Tags: 
  • ios
  • uicollectionview
  • accessibility
  • voiceover

Detecting a user accessing our website with accessibility features [closed]

We have implemented the responsive website with accessibility features. It's built in Angular 1.x. I would like to know whether the user is accessing the site through accessibility feature or not.

Tags: 
  • html5
  • accessibility

How to handle JavaScript being disabled in AngularJS

AngularJS is dependent upon JavaScript being enabled. This means that if someone visits an application or website built in AngularJS it will not render properly.

Tags: 
  • javascript
  • angularjs
  • browser
  • web-applications
  • accessibility

Accessibility Mac Screen Reader Aria-Live React-Redux

I am using react redux to communicate changes in the routes (see http://almerosteyn.com/2017/03/access

Tags: 
  • redux
  • react-router
  • react-redux
  • accessibility

How to get the Objective-C class name corresponding to an AXUIElement?

Apple's Accessibility Inspector tool displays the Objective-C class corresponding to the currently inspected UI Element. See NSButtonCell at the very bottom of this screenshot:

Tags: 
  • objective-c
  • osx
  • accessibility
  • appkit
  • accessibility-api

event.getSource returns null in Accessibility Service. (Catch source for a 3rd party app)

I need to read a resource of a 3rd party app using its resource id(which is known to me).
I am referencing to this link:

Tags: 
  • java
  • android
  • accessibility
  • accessibilityservice

Web accessibility - Should my title be tabable?

I am delving into the confusing world of web accessibility and trying to retrofit my HTML code to have better accessibility with things such as aria-labels etc.

Tags: 
  • html
  • accessibility

Can't get dropdown checkbox to display with keyboard only input using aria

I'm new to aria and this one partially works. I can tab to the field but can't see the individual items in the dropdown. Any suggestions appreciated.

Tags: 
  • html
  • css
  • accessibility
  • wai-aria

how to ignore announcement for decorative ImageView in Accessibility mode

Following Android documentation, I tried adding

Tags: 
  • android
  • imageview
  • accessibility
  • android-accessibility