Questions tagged [jaws-screen-reader]

JAWS is a computer screen reader program for Microsoft Windows.

JAWS (Job Access With Speech) is a computer screen reader program made by freedoms cientific for Microsoft Windows that allows blind and visually impaired users to read the screen either with a text-to-speech output.

According to May 2012 survey by WebAIM, JAWS is the most popular screen reader worldwide with 49.1% of survey participants using it as a primary screen reader.

Website: JAWS download page

478 questions
16
votes
2 answers

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 I would expect. JSFiddle of this example
Daniel Nitsche
  • 274
  • 1
  • 2
  • 9
15
votes
1 answer

aria-label and label not both read

Please consider the following markup. For me this markup is what is generated after my custom tooltip…
Tim
  • 3,576
  • 6
  • 44
  • 58
14
votes
9 answers

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 other (hidden, background) items in the page. You…
14
votes
3 answers

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 screen reader read the content that is printed to…
14
votes
2 answers

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 read the value as a whole number. For example, if I…
14
votes
3 answers

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 first time the user encounters the…
13
votes
2 answers

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: 00:02 JAWS reads this as "Time spent colon zero minutes and two seconds". How do I indicate to JAWS that this should be read as "zero hours and two…
Mark
  • 2,792
  • 2
  • 18
  • 31
11
votes
3 answers

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 that the UI/UX designer is being told that keyboard…
9
votes
3 answers

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 without a newer version of JAWS which supports…
9
votes
6 answers

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 want actually to hear the content during…
szym
  • 3,028
  • 2
  • 20
  • 32
7
votes
3 answers

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.
  • setup
  • HELLO…
    Minja
    • 786
    • 1
    • 11
    • 20
    7
    votes
    3 answers

    Alt Text for generated SVG

    HOW can i add alt text for the following generated SVG ? I have only access to the html. the flowing SVG is in div. This is reading the numbers generated by Js function.
    SARA ZAHAN
    • 83
    • 1
    • 5
    7
    votes
    1 answer

    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 appears the focus goes to the input text box - where…
    thegunner
    • 6,883
    • 30
    • 94
    • 143
    7
    votes
    1 answer

    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-describedby), they only seem to work for a few elements…
    Joshua Muheim
    • 12,617
    • 9
    • 76
    • 152
    7
    votes
    3 answers

    Tool to know what screen readers will read

    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 screen reader would read out. This is to understand…
    jsbisht
    • 9,079
    • 7
    • 50
    • 55
    1
    2 3
    31 32