<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Hiding Text But Not From Screen Readers</title>
	<atom:link href="http://blog.rd2inc.com/archives/2005/01/07/hiding-text-but-not-from-screen-readers/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.rd2inc.com/archives/2005/01/07/hiding-text-but-not-from-screen-readers/</link>
	<description>News from the Creative Front</description>
	<lastBuildDate>Thu, 18 Feb 2010 05:30:25 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Peter</title>
		<link>http://blog.rd2inc.com/archives/2005/01/07/hiding-text-but-not-from-screen-readers/comment-page-1/#comment-149</link>
		<dc:creator>Peter</dc:creator>
		<pubDate>Tue, 01 Feb 2005 11:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rd2inc.com/archives/2005/01/07/hiding-text-but-not-from-screen-readers/#comment-149</guid>
		<description>&lt;!-- spamk    : KARMA: -1 --&gt;
&lt;!-- spamk    : Treatment: purgatory --&gt;
Thank you for the kind words about Fangs. The Standards-schmandards guy&#039;s name is Peter.</description>
		<content:encoded><![CDATA[<p><!-- spamk    : KARMA: -1 --><br />
<!-- spamk    : Treatment: purgatory --><br />
Thank you for the kind words about Fangs. The Standards-schmandards guy&#8217;s name is Peter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.rd2inc.com/archives/2005/01/07/hiding-text-but-not-from-screen-readers/comment-page-1/#comment-114</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 09 Jan 2005 21:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rd2inc.com/archives/2005/01/07/hiding-text-but-not-from-screen-readers/#comment-114</guid>
		<description>&lt;!-- spamk    : KARMA: -1 --&gt;
&lt;!-- spamk    : Treatment: captcha --&gt;
&lt;!-- spamk    : Captcha expired, lowering karma and scaling again... --&gt;
&lt;!-- spamk    : KARMA: -3 --&gt;
&lt;!-- spamk    : Treatment: purgatory --&gt;



And it even works in IE5/Mac. Thanks for bringing this up. My projects will run much smoother now!</description>
		<content:encoded><![CDATA[<p><!-- spamk    : KARMA: -1 --><br />
<!-- spamk    : Treatment: captcha --><br />
<!-- spamk    : Captcha expired, lowering karma and scaling again... --><br />
<!-- spamk    : KARMA: -3 --><br />
<!-- spamk    : Treatment: purgatory --></p>
<p>And it even works in IE5/Mac. Thanks for bringing this up. My projects will run much smoother now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Rundle</title>
		<link>http://blog.rd2inc.com/archives/2005/01/07/hiding-text-but-not-from-screen-readers/comment-page-1/#comment-104</link>
		<dc:creator>Mike Rundle</dc:creator>
		<pubDate>Fri, 07 Jan 2005 22:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.rd2inc.com/archives/2005/01/07/hiding-text-but-not-from-screen-readers/#comment-104</guid>
		<description>&lt;!-- spamk    : CAPTCHA:sent-1-times:1105140693 --&gt;
&lt;!-- spamk    : KARMA: -1 --&gt;
&lt;!-- spamk    : Treatment: captcha --&gt;
Eris showed me this post, and I have to say it&#039;s an interesting technique.  I actually came up with a similar version a few years back &lt;a href=&quot;http://phark.typepad.com/phark/2003/08/accessible_imag.html&quot;&gt;on my weblog&lt;/a&gt; that is pretty much the &lt;em&gt;de facto&lt;/em&gt; image replacement method by the majority of web designers.

My method is easier to implement because it doesn&#039;t rely on the parent element being absolutely or relatively positioned.  Also, the entire goal behind image replacement is to have your element&#039;s background image still visible for sighted viewers, with the text being moved away as to not impede the visual experience whilst still being read by the screenreader.  So if you wish to &lt;code&gt;float&lt;/code&gt; the &quot;Skip Navigation&quot; links or image, it&#039;s advantageous to use my method for it doesn&#039;t limit your presentation choices.

When you lament the fact that Jaws doesn&#039;t read &lt;code&gt;display: none;&lt;/code&gt; text, that is because it is trying to give disabled users the user experience which closest emulates the sighted viewers experience, therefore, it reads and understands the CSS which makes certain elements visible or not.  I don&#039;t feel this is a downfall or bug in the software, but rather quite the opposite.  I&#039;d rather have disabled users &quot;see&quot; the site for exactly how it is -- CSS and all -- rather than have a dumbed down version of it read.</description>
		<content:encoded><![CDATA[<p><!-- spamk    : CAPTCHA:sent-1-times:1105140693 --><br />
<!-- spamk    : KARMA: -1 --><br />
<!-- spamk    : Treatment: captcha --><br />
Eris showed me this post, and I have to say it&#8217;s an interesting technique.  I actually came up with a similar version a few years back <a href="http://phark.typepad.com/phark/2003/08/accessible_imag.html">on my weblog</a> that is pretty much the <em>de facto</em> image replacement method by the majority of web designers.</p>
<p>My method is easier to implement because it doesn&#8217;t rely on the parent element being absolutely or relatively positioned.  Also, the entire goal behind image replacement is to have your element&#8217;s background image still visible for sighted viewers, with the text being moved away as to not impede the visual experience whilst still being read by the screenreader.  So if you wish to <code>float</code> the &#8220;Skip Navigation&#8221; links or image, it&#8217;s advantageous to use my method for it doesn&#8217;t limit your presentation choices.</p>
<p>When you lament the fact that Jaws doesn&#8217;t read <code>display: none;</code> text, that is because it is trying to give disabled users the user experience which closest emulates the sighted viewers experience, therefore, it reads and understands the <acronym class="uttAcronym" title="Cascading Style Sheets">CSS</acronym> which makes certain elements visible or not.  I don&#8217;t feel this is a downfall or bug in the software, but rather quite the opposite.  I&#8217;d rather have disabled users &#8220;see&#8221; the site for exactly how it is &#8212; <acronym class="uttAcronym" title="Cascading Style Sheets">CSS</acronym> and all &#8212; rather than have a dumbed down version of it read.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
