The degree to which a product, device, service, or environment is available to as many people as possible.
Questions tagged [accessible]
69 questions
2
votes
3 answers
Cygwin ssh - Identity file not accessible
I've been trying to make ssh connection using Cygwin, but it doesn't recognize my id_rsa public key file.
My command lines are as follows:
$ssh XXX@XXX -i /home/XXX/.ssh/id_rsa
Warning: Identity file /home/XXX/.ssh/id_rsa not accessible: No such…

Natsuha Kuroda
- 21
- 1
- 2
1
vote
0 answers
Number of Accessible Class and Method [ARCore]
I am interested in learning the number of classes that can be used with ARCore, as well as the number of methods that can be accessed for each class (regardless of the operating system).
The total number of accessible classes
The total number of…

user22004578
- 11
- 1
1
vote
1 answer
Add image to word with alt text using VBScript
I wrote a vbscript (.vbs) to add an image to a word document at a bookmark. I need the document to be accessible so I need to add alt text to the image in the word doc. I appreciate any help. The script below puts the image in a doc, but the…

Jennifer
- 87
- 4
1
vote
0 answers
Accessible mode repeating
I load different layouts when SwitchPreference is turned on and off, and summay has a countdown when it is turned on, but when I turn on Accessible mode, the words on the countdown screen refresh, causing repeated broadcasts.
I use…

xy f
- 11
- 1
1
vote
1 answer
How do you send close captions for Zoom.us meeting?
I've been trying to follow the instructions on Zoom's website, but I'm getting a 400 error back each time I try to send the captions.
{"timestamp":1594640701018,"status":400,"error":"Bad Request","message":"No message…

Dr. Cyanide
- 520
- 1
- 7
- 21
1
vote
1 answer
VoiceOver reading hidden elements
On the site I am working on we have 1) A mobile header 2) a desktop header. Both are loaded but images are lazy loaded + some of the desktop contents.
We are working on making the website accessible to blind people, I am testing with VoiceOver on…

OZZIE
- 6,609
- 7
- 55
- 59
1
vote
0 answers
,Webservice not accessible. Please check your internet connection
I installed insilicoDb, when I give the following order;res<- getDataset("GSE4635", "GPL96")
I receive the following error,
Webservice not accessible. Please check your internet connection
Why

Kazem
- 11
- 2
1
vote
0 answers
Trying to Use Tka11y
I am working on creating an application that helps the visually impaired learn coding. I resorted to using TKinter(), however, the screenreader would not read the values in the GUI out.
I learned that Tka11y helps TKinter become more accessible by…

Throwaway Memer
- 29
- 2
1
vote
2 answers
Toggle aria-live when announcement finishes?
I'm currently working on a interactive pdf reader project to make it more accessible. I made a
element that's invisible on the screen and gave it the aria-live attribute. Whenever I want to announce something, like opening a drawer, I set the…

12332kc
- 91
- 6
1
vote
3 answers
Screen reader capability for checkboxes in different browsers
I'm working on a website that has to be accessible for almost anyone.
Currently, I'm trying to figure out a way to make checkboxes accessible by different types of screen readers, using the keyboard to navigate through the content. At the moment i'm…

yuggmeister
- 87
- 2
- 8
1
vote
3 answers
How to make enum accessible from other classes in XNA when enum is defined in main game class?
So I have my main game class and have created an enum for game state.
How do I make this enum accessible to other classes? I know you have to make it public but I cant seem to make it accessible to other classes.
What I'm trying to do is have a…

Bob
- 11
- 1
- 2
1
vote
1 answer
How to make youtube video added in the iframe accessible?
Please advise on how to make Youtube video embedded inside iframe accessible

user3190525
- 53
- 3
1
vote
0 answers
Signed apk file crashes at the begining
The app work fine when i'm loading it from the Android Studio to my Nexus 5, but after I generated an apk file and install it on the device (after I uninstalled it) - it crashes when i'm trying to open the app.
ERROR from LogCat:
---------…

Elad Blau
- 161
- 1
- 7
1
vote
2 answers
Adding tabindex to all the DIVs
I know DIVs and P elements are not inherently focusable and can be made to be one by adding tabindex attribute. I am trying to make a Screen Reader friendly website and was wondering if it is necessary to have tabindex on each and every DIVs and P…

Manish Pradhan
- 1,141
- 10
- 28
1
vote
1 answer
Post Title and Info not showing up
I am developing a WordPress accessible website on Genesis! I have installed the WordPress Genesis Accessible plugin and I have customized the Leiden Child theme that you can get here.
On the functions.php page I have also added this code to…

Phillip Dews
- 338
- 6
- 25