HighDots Forums  

Hiding text *from* screen-readers

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Hiding text *from* screen-readers in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
AT
 
Posts: n/a

Default Hiding text *from* screen-readers - 05-19-2004 , 02:45 PM






I have a page (http://www.polimi.it) with a news ticker on it. I want
to have all the ticker's news read by a screen reader, which is easy
enough using the off-left trick, but also to have to ticker's tag
(#esterno) ignored by the screen reader *and* shown by the browser.

Which screen readers will properly honor

<style media="screen">
#esterno { position: absolute; }
</style>
<style media="aural">
#esterno { display: none; }
</style>

and not botch when the HTML changes under the hood? And which
browsers will simply hide the ticker because they use the aural style
sheet as well?

I need to support IE5, IE6, and recent Geckos. As for the screen
readers, JAWS is strictly necessary, but others would be good.

Thanks,

Paolo

Reply With Quote
  #2  
Old   
AT
 
Posts: n/a

Default Re: Hiding text *from* screen-readers - 05-21-2004 , 05:25 AM






bonzini (AT) gnu (DOT) org (Paolo Bonzini) wrote in message news:<58b5a08f.0405191045.1d75171e (AT) posting (DOT) google.com>...
Quote:
I have a page (http://www.polimi.it) with a news ticker on it. I want
to have all the ticker's news read by a screen reader, which is easy
enough using the off-left trick, but also to have to ticker's tag
(#esterno) ignored by the screen reader *and* shown by the browser.
Just FYI, since all the news items are to be included in the HTML for
screen readers, instead of hiding the items using the off-left trick,
I modified the ticker script so that it only modifies the positioning
of the items. Effectively, I use the off-left trick to hide all the
news items but the ones that are currently scrolling.

Paolo


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.