E-mail List Archives
Thread: Showing and hiding data
Number of posts in this thread: 3 (In chronological order)
From: Rachel S.
Date: Wed, Jul 16 2003 5:14PM
Subject: Showing and hiding data
No previous message | Next message →
We have some forms, in an intranet application, that
have some data that we want to hide or show, depending
on what the user has selected. The data we want to
manipulate consists of text, hyperlinks, and input
fields. (Our target browser is Internet Explorer 5.5
and higher, and we can specify that users use newer
assistive technologies.)
We initially did our hiding and showing using the CSS
visibility property (with an onClick event). But we
were concerned that a screenreader that cannot handle
this CSS property will see all of the data, even the
items that we want to hide. (My assumption is that
most screenreaders currently don
From: Alastair Campbell
Date: Thu, Jul 17 2003 2:40AM
Subject: RE: Showing and hiding data
← Previous message | Next message →
Hi Rachel,
It is difficult to tell without knowing what kind of information it is
you are showing/hiding, but the easiest way to assure accessibility is
to make sure it works without CSS or JavaScript.
So long as it is usable without CSS, or JavaScript, or both (3 different
situations) it should be OK. Otherwise, you will end up having to work
out which screen reader/text browser supports what. (Like my
conversation about Jaws recently!)
There might then be more content available you would like, but I guess
it is a judgement call as to how much is too much.
hth,
-Alastair
> We have some forms, in an intranet application, that
> have some data that we want to hide or show, depending
> on what the user has selected.
----
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/
From: julian.rickards
Date: Mon, Jul 21 2003 6:32AM
Subject: RE: Showing and hiding data
← Previous message | No next message
Given that you are developing for an Intranet for which there are browser
specifications, IE5+, is there also a standard speech browser being used by
those who need it? If so, you may have to purchase a copy for yourself for
testing purposes. If there is no standard speech browser in use, perhaps you
could specify one, purchase it and then test against it.
HTH,
Jules
>