Kes: I posted a question to a blind computer users list asking why a link on my webpage, which I had written so that the link and the title of the link appeared on the same line, was being broken up to two lines, one for the text title and the other for the actual link itself. Below is the answer I received from Heather Thomas, a technology instructor at the Carroll Center for the Blind. I have a little more info added after her answer.
from Heather Thomas:
The default behavior of JAWS is that it breaks each link onto its own line. This will be true even if that link appears in the middle of a sentence or on what sighted individuals perceive as a single line containing multiple links. This makes it easier to activate the links by pressing Enter because it is very clear what has focus. This is what Freedom Scientific calls “simple layout.” You can change the “document presentation mode” to “screen layout” within Quick Settings (JAWS key + V) if you want JAWS to announce information in a way that is similar to what a sighted user sees on the screen. I will warn you that, even in screen layout, you still will not hear lines exactly as they appear visually, but it will be closer than in simple layout. For comparison, NVDA’s default behavior is closer to the JAWS’s “screen layout” document presentation mode. So, you might either check out how your page presents when using JAWS in “screen layout” or read it with NVDA. Also, always keep in mind that screen readers are accessing the underlying code, so there may be other times where your sighted professor “sees” your screen content differently than you do.
Kes: I changed the Jaws setting for document presentation mode to screen mode and it does indeed show my webpage very close to how I wrote the HTML for it: if there are deviations, they aren't apparent at first look.
Here are basic steps to changing the document presentation setting:
1. Jaws settings are contextual, so you need to have a webpage or virtual document open to have the document presentation mode show up in the settings options.
2. Press Jaws+v to open Jaws settings.
3. Start typing document presentation mode in the search edit field: you should hear Jaws auto-fill potential search results, so listen for "document presentation mode".
4. You will hear Jaws say something like "Two results": down arrow to the combo box.
5. Press the spacebar to expand the combo box.
6. There will be two options: simple, which is the default to which Jaws is now set, and screen, which is what you want to press spacebar and enter to select.
7. You may at some point later wish to repeat the first few of these steps and browse through the other settings that control how Jaws presents web pages and virtual documents, but I don't recommend changing any other settings unless you know what you're doing.
8. To learn more about Jaws settings which format how webpages and virtual documents are presented, refer to the following document:
JAWS Settings to Change for Web Page Testing
https://doccenter.freedomscientific.com/doccenter/doccenter/rs11f929e9c511/2014-12-02_webpagetesting-l1/02_JAWS-Settings.htmFinal comment: this is probably another reason why blind software developers and programmers seem to all be using NVDA and Firefox.