I have define a custom actions in my accessibilityElement: UIAccessibilityCustomAction *action1 = ...initWithName:@"label1"; UIAccessibilityCustomAction *action
I am interested in building a web page with one single HTML file and multiple tabs. Since only one tab at a time can be selected, I thought that the most approp
So I'm trying to make custom slider that's cross browser (IE11, Chrome, Firefox, Edge) that's also a11y accessible and I'm having trouble getting the label elem
Is it possible to add a unique ID to each menu item that is rendered using <TablePagination >? I want to add a unique ID (for example: id="menu_item_0", i
My AccessibilityService work fine for physical back,home. but if user have device with soft navigation key (like nexus 4 ) it will not return key event here is
I'm using Bootstrap modal and it doesn't seem to trap focus inside the modal. However, when tested on Bootstrap webpage https://getbootstrap.com/docs/4.1/compon
I am a blind screen reader user and have a problem with JUnit in Eclipse. The results of tests passing or failing is represented as far as I understand visuall
I have a web page with a main Menu or Main navigation in the header. Like below This header menu is present across all the pages. Requirement
So I have a custom view controller that displays a dialog with a couple of buttons. When the view appears I want voiceover to read out some basic information d
how I can add support of multi-language for content description. I am developing a kiosk app where I want to take confirmation from users for the language they
There is a case where test is given to a certain student. The student can only work with the answer for the test before a given period. Here is the sample case:
I have a Burger Menu Button which is selectable via TAB. When I click on it and the menu opens up the burger has this blue outline to make it clear that it is f
I'm trying to check for the status of Remove animations accessibility setting in order to enable/disable some UI and GIFs animations on my app, but i don't see
Imagine you have a LinearLayout inside a RelativeLayout that contains 3 TextViews with artist, song and album: <RelativeLayout ... <LinearLayout
So I am using RecyclerView for a page. When the user goes from outside the recyclerview to inside the recyclerview, talkback reads "in list X items" (x is numbe
I have a div element (which has another div inside it) which currently has role="button". This element is under the body, and this creates a violation when aud
Overview: I'm having difficulty understanding how to properly programmatically shift accessibility focus in a SwiftUI view compatible with IOS 13+. This means u
Voice over reads the following NSStrings like so 14:15 "Fourteen fifteen." This is clearly a time 14:00 "Fourteen." This is ambiguous. If the t
We are trying to be compliant with accessibility standard wcag21aa for which we are using axe. In order for us to be compliant do we need to test them on real d
I am implementing a piece of UI where a whole element is clickable, as is a "button" within it. Basically this (and no, I am not actually using inline event han