Skip to main content

Questions tagged [jaws-screen-reader]

JAWS is a computer screen reader program for Microsoft Windows.

jaws-screen-reader
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
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
15 votes
1 answer
38k views

aria-label and label not both read

Please consider the following markup. <label for="i1" class="inforLabel">This is a label</label> <input id="i1" type="text" class="inforTextbox" aria-label="Title, not label" /> ...
Tim's user avatar
  • 3,776
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
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
14 votes
3 answers
8k views

How to prevent JAWS from saying "invalid entry" on required fields?

When using HTML5 attributes to mark up a form with required fields, JAWS 14 in Firefox (and possible others) announces empty fields as "invalid entry" the first time the user focuses on them (i.e. the ...
craigpatik's user avatar
13 votes
2 answers
5k views

How do I indicate to a screen reader that a time is hours and minutes, not minutes and seconds?

I've got the following fragment of markup in a webpage: Time spent: <span id="time_spent">00:02</span> JAWS reads this as "Time spent colon zero minutes and two seconds". How do I ...
Mark's user avatar
  • 2,804
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
9 votes
3 answers
2k views

WAI-ARIA, IE7, and JAWS

One of the projects I am currently working on has customer requirements for IE7 and 508 compliance. This customer currently uses JAWS version 9 and is making requests which I am told are impossible ...
Stephen Swensen's user avatar
7 votes
1 answer
21k views

aria tags - force screen reader to read some text

on my website a user can click on a "livechat" button and a chat window appears. I was looking for some text to get read out (for accessibility users with a screen reader) When the chat window ...
thegunner's user avatar
  • 7,053
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
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
7 votes
2 answers
9k views

How to restrict screen reader to not read a certain text?

Imagine, I have a <div> with aria-label as "Read this" (aria-label is added at runtime). Inside the <div>, I have a <span> with text "do not read this". Now what Jaws is doing is, ...
Rajasekar's user avatar
  • 18.7k
7 votes
3 answers
3k views

Tool to know what screen readers will read [closed]

I am working on web portal accessibility for my project. I am not very fond of listening to screen readers while i debug my changes. Just wondering if there exist any tool, which can tell what the ...
jsbisht's user avatar
  • 9,417

15 30 50 per page
1
2 3 4 5
33