Skip to main content

Questions tagged [jaws-screen-reader]

JAWS is a computer screen reader program for Microsoft Windows.

jaws-screen-reader
6 votes
1 answer
4k views

C# : How to detect if screen reader is running?

How to detect if screen reader is running (JAWS)? As I understand in .NET 4 we can use AutomationInteropProvider.ClientsAreListening from System.Windows.Automation.Provider namespace, but what if I ...
Jevgenij Nekrasov's user avatar
14 votes
2 answers
15k views

Can you force a screen reader to read numbers as individual digits?

Phone numbers are typically all digits, ignoring parens, dashes, pluses, etc., so input fields for phone numbers are typically numeric. When a screen reader encounters a numeric input field, it'll ...
slugolicious's user avatar
7 votes
1 answer
2k views

aria-label, aria-labelledby and aria-describedby: very unforeseeable behaviour in screenreaders

I just noticed that although the aria-label, aria-labelledby and aria-describedby attributes are said to work on every element (see https://www.w3.org/WAI/PF/aria-1.1/states_and_properties#aria-...
Joshua Muheim's user avatar
6 votes
1 answer
190 views

What determines where the focus goes back to when clicking on a browser's back button?

As far as I can tell, it is in part determined by the HTML spec's History API1, specifically the value of history.scrollRestoration. Quoting the HTML spec's scroll restoration mode paragraph: "...
toraritte's user avatar
  • 7,615
3 votes
2 answers
5k views

aria-hidden true read by JAWS

Using jQuery add role alert in #div1, read #div2 content even if it is hidden for JAWS. <div id="div1"> some content <div id="div2" aria-hidden="true"> some content 2 ...
user321963's user avatar
3 votes
2 answers
4k views

Jaws 16 not reading "alert" role in IE 11

We are facing an issue with Jaws 16 and IE 11. We have some tooltips on the web page where we have assigned role as "alert" so that when JAWS reads it it will will first announce 'alert' and then ...
Tushar's user avatar
  • 111
2 votes
3 answers
714 views

ASP.NET MVC - How to detect if user is using a screen reader

So I'm currently trying to check if a user is using a screen reader on our site. The reason I would like to check if they are is because our site provides a training module in which if they are using ...
Chet_Steadman's user avatar
0 votes
1 answer
255 views

focus not going to listitems in browse mode nvda

similar thing happening here with this code. Browse mode focus not going to list items. {<ul style=" margin: 0px; padding: 0px; "><li class="...
Sarfraj Ansari's user avatar
16 votes
2 answers
17k views

aria-live and JAWS

I'm trying to get an aria-live region to work correctly with JAWS 11 and IE8. Using the code below, I can get JAWS to announce the new value when the button is clicked, but the behaviour is not what ...
Daniel Nitsche's user avatar
16 votes
10 answers
31k views

Prevent background items from receiving focus while modal overlay is covering them?

I am working on making an overlay modal more accessible. It works essentially like this JSFiddle. When you open the modal, the focus doesn't properly go into the modal, and it continues to focus on ...
Brenton Strine's user avatar
14 votes
3 answers
15k views

Screen readers and Javascript

I'm creating a website for a reading service for the blind and visually impaired and I'm using JavaScript (with jQuery) to print some stuff to some of the pages after the page has loaded. Will the ...
Dan Mantyla's user avatar
  • 1,860
11 votes
3 answers
4k views

Are Keyboard shortcuts mandatory for 508 compliance

I researched a lot on this and seem to be getting conflicting answers on SO and all of the web. I understand that with Section 508 that compliance DOES NOT equal accessibility. Biggest thing is ...
Tom Stickel's user avatar
  • 20.1k
9 votes
6 answers
7k views

Text console for development in JAWS?

I'm working on a web application and I want to make it easy to use via screen reader. Testing stuff in JAWS is time consuming. Is it possible to make JAWS display text instead of reading it? I don't ...
szym's user avatar
  • 3,108
7 votes
3 answers
5k views

How to get Jaws to read aria-describedby attribute

The problem is as mentioned in the title and here is what I have as my HTML code. <li> <a id="blog-setup" href="https://illinois.edu/toolbox/0.portlet?componentId=13&amp;desktopId=1" ...
Minja's user avatar
  • 786
4 votes
5 answers
6k views

How to make JAWS read a simple label?

It should be simple, but apparently no one knows: If I add a Label control to my Windows Forms based dialog, and I want this label to be read by JAWS, how would I achieve that? It works fine using ...
floele's user avatar
  • 3,708

15 30 50 per page