WebAIM - Web Accessibility In Mind

E-mail List Archives

RE: JAWS and relative positioning

for

From: Andrew Kirkpatrick
Date: May 31, 2006 9:10AM


This issue is caused, at least in part by this line in the CSS:
div#access, div#sidebar, p.backtotop { display:none; }

JAWS is honoring that in the newer versions and not earlier. This is in line with my test results at http://webaccessibility.info/lab/displaytest.html

This is a good change in JAWS. If you set the stylesheet processing back to the old way, you'll get the same undesireable results we used to deal with. Currently, if you set something to display:none, it is not displayed at all - visually or aurally. There is something else going on that I don't have the time to dig into, but I'm wondering why I can still see and tab to these anchors even with the display:none style - is the container set to display:none and the contents are otherwise defined and there is an issue as a result?

AWK



> -----Original Message-----
> From: <EMAIL REMOVED>
> [mailto: <EMAIL REMOVED> ] On Behalf Of
> Jim Thatcher
> Sent: Wednesday, May 31, 2006 10:11 AM
> To: <EMAIL REMOVED> ; 'WebAIM Discussion List'
> Subject: RE: [WebAIM] JAWS and relative positioning
>
> Hi Steven,
>
> > This info may be felpful [sic] in understanding why the
> issue occurs
> > in later versions of JAWS.
>
> Were you able to change the behavior of JAWS using this
> functionality?
>
> Jim
>
> Accessibility Consulting: http://jimthatcher.com/
> 512-306-0931
>
> -----Original Message-----
> From: <EMAIL REMOVED>
> [mailto: <EMAIL REMOVED> ] On Behalf Of
> Steven Faulkner
> Sent: Tuesday, May 30, 2006 5:59 PM
> To: 'WebAIM Discussion List'
> Subject: RE: [WebAIM] JAWS and relative positioning
>
> Hi St