WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: How do screen readers render html (can layout of page be implied from screen reader presentation)

for

From: Rakesh.Paladugula
Date: Aug 29, 2010 10:03PM


Hi Birkir,
Screen reader does not behave as screen reader as the name represent for webpages. A screen reader infact reads the source code of the webpage and stores in a buffer. It takes out all the tags and give the exact information to the user without the code.
Eg: If there is a code is written in the html page as <h1> W3c-WAI</h1> a screen reader reads the code and remove the tags <h1></h1> in its buffer. In its place it adds heading level 1 and present the information as "Heading level 1 W3c-WAI".
And as the screen reader reads the source code, it presents the information which it encounters first in the source first and so on.
eg:
If I see a group of links at the beginning of my Jaws page, can I
reasonably assume it is in the top left corner of the page as
renderred on the screen in my favorite web browser?
No, it might not be. It will be only the first set of links that are in your source document.

I might not be the best. Senior listers may help you better.
Hope it helps.
Thanks & regards
Rak
First we shape our tools, then our tools shape us.