Passed react component is failing on accessibility unit test for form label? (link is external)

my reusable component looks like this `jsx

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

How to receive TYPE_VIEW_HOVER_ENTER AccessibilityEvent? (link is external)

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

public void onAccessibilityEvent(Accessibility event)

Tags: 
  • android
  • hover
  • accessibility

Something in the cordova / angular / ionic stack steals my focus (link is external)

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

Launch phone calls and show a call screen from guided access? (link is external)

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

html accessibility: anchor tags with background images on pseudo elements (link is external)

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

side-by-side code diff view for comparing code change [closed] (link is external)

UX_StackExchange

Can I get your thoughts on the pros and cons of keeping or removing the white space of removed lines in a split diff view?

Tags: 
  • design
  • accessibility
  • comparison
  • code

onServiceConnected not called after enable my AccessibilityService (link is external)

Stackoverflow

After I open my app, it jumps to the accessibility settings.

Tags: 
  • java
  • android
  • service
  • accessibility
  • onserviceconnected

onKeyEvent & Accessibility Service (link is external)

Stackoverflow

My users will be using TalkBack enabled or some other Accessible Service.

Tags: 
  • android
  • accessibility
  • keyevent
  • android-a11y

JAWS screen reader handles unchecked radio button as 'partially checked' (link is external)

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

Using the HTML 'label' tag with radio buttons (link is external)

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