- From: Mery Richard <RMERY@mail.dstl.gov.uk>
- Date: Thu, 5 Mar 2009 17:22:34 -0000
- To: "Mag Leahy" <magleahy@gmail.com>
- Cc: "Ryan Jean" <ryanj@disnetwork.org>, <w3c-wai-ig@w3.org>
- Message-ID: <674C997170C91C4E8E43E7E56B8C7A96019D138F@PTNRWSVMAIL001.rnet.dstl.gov.uk>
Hi again,
I would go along with Leahys suggestion as this will enable screen
readers to find it.
Kind regards
Richard Mery BA (hons)
[dstl] Web Team
Knowledge and Information Services (KIS)
Building 248 Rm 2
Porton Down
Salisbury
Wiltshire
SP4 0JQ
Dstl is part of the
Ministry of Defence
T - 01980 614944
F - 01980 613328
E - rmery@dstl.gov.uk <blocked::mailto:rmery@dstl.gov.uk>
________________________________
From: w3c-wai-ig-request@w3.org [mailto:w3c-wai-ig-request@w3.org] On
Behalf Of Mag Leahy
Sent: 05 March 2009 15:59
To: Mery Richard
Cc: Ryan Jean; w3c-wai-ig@w3.org
Subject: Re: Table Head
Hi all,
It's better not to do the visibility: hidden/display:none as screen
readers do not read this text with these styles.
Better to use something like:
.removed {
left:-900000px !important; /* accessible display:none - read by
screenreaders */
position:absolute !important;
width:100px !important;
}
...and position off to the left of the visible screen.
Cheers.
On Thu, Mar 5, 2009 at 3:28 PM, Mery Richard <RMERY@mail.dstl.gov.uk>
wrote:
I would suggest using the "hide" function in your CSS i.e. -->
html code = <div class="hide">
<h1><a href="index.php#skip" title="Skip navigation - Tab three
more times if you need to access the style changer">Skip
Navigation</a></h1>
</div>
CSS =
.hide {
visibility:hidden;
font-size:0.1em;
height:13px;
}
Hope this helps,
Kind regards
Richard Mery BA (hons)
[dstl] Web Team
Knowledge and Information Services (KIS)
Building 248 Rm 2
Porton Down
Salisbury
Wiltshire
SP4 0JQ
Dstl is part of the
Ministry of Defence
T - 01980 614944
F - 01980 613328
E - rmery@dstl.gov.uk <mailto:rmery@dstl.gov.uk>
________________________________
From: w3c-wai-ig-request@w3.org
[mailto:w3c-wai-ig-request@w3.org] On Behalf Of Ryan Jean
Sent: 05 March 2009 15:25
To: w3c-wai-ig@w3.org
Subject: Table Head
How can I include a table head without it actually showing up on
screen?
Sincerely,
Ryan Jean
Assistant IT Specialist
The Disability Network
Flint, MI
"This e-mail is intended for the recipient only. If you are not
the
intended recipient you must not use, disclose, distribute, copy,
print,
or rely upon this e-mail. If an addressing or transmission error
has
misdirected this e-mail, please notify the author by replying to
this e-mail."
"Recipients should note that all e-mail traffic on MOD systems
is
subject to monitoring and auditing."
--
Mag
"This e-mail is intended for the recipient only. If you are not the
intended recipient you must not use, disclose, distribute, copy, print,
or rely upon this e-mail. If an addressing or transmission error has
misdirected this e-mail, please notify the author by replying to this e-mail."
"Recipients should note that all e-mail traffic on MOD systems is
subject to monitoring and auditing."
Received on Thursday, 5 March 2009 17:23:32 UTC