<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Some CSS Tricks</title>
	<link>http://www.melbournechapter.net/wordpress/web-accessibility/rich/2006/11/02/some-css-tricks/</link>
	<description>web application development with popular technologies</description>
	<pubDate>Mon, 13 Oct 2008 11:59:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: Richard Lee</title>
		<link>http://www.melbournechapter.net/wordpress/web-accessibility/rich/2006/11/02/some-css-tricks/#comment-9150</link>
		<pubDate>Thu, 02 Nov 2006 04:24:56 +0000</pubDate>
		<guid>http://www.melbournechapter.net/wordpress/web-accessibility/rich/2006/11/02/some-css-tricks/#comment-9150</guid>
					<description>Yes this is how I used to do it but I did read somewhere that some screen readers are now ignoring display:none - I don't have any factual info though so don't quote me :P

There is one minor issue I forgot to mention with hiding text, and that is users who have images blocked through their browser - They wont see the text either!</description>
		<content:encoded><![CDATA[<p>Yes this is how I used to do it but I did read somewhere that some screen readers are now ignoring display:none - I don&#8217;t have any factual info though so don&#8217;t quote me <img src='http://www.melbournechapter.net/wordpress/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>There is one minor issue I forgot to mention with hiding text, and that is users who have images blocked through their browser - They wont see the text either!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Cameron Manderson</title>
		<link>http://www.melbournechapter.net/wordpress/web-accessibility/rich/2006/11/02/some-css-tricks/#comment-9147</link>
		<pubDate>Thu, 02 Nov 2006 03:54:38 +0000</pubDate>
		<guid>http://www.melbournechapter.net/wordpress/web-accessibility/rich/2006/11/02/some-css-tricks/#comment-9147</guid>
					<description>nice one, 

I wonder how the screen readers go with using a heading1 and a inner span that is set to display:none ? you can then write a generic CSS statement:
h1 span { display: none; visibility: hidden; }

then your other h1 instances can be called like:
h1.myHeading { background: #fff url(images/header.gif) top left no-repeat; }

??</description>
		<content:encoded><![CDATA[<p>nice one, </p>
<p>I wonder how the screen readers go with using a heading1 and a inner span that is set to display:none ? you can then write a generic CSS statement:<br />
h1 span { display: none; visibility: hidden; }</p>
<p>then your other h1 instances can be called like:<br />
h1.myHeading { background: #fff url(images/header.gif) top left no-repeat; }</p>
<p>??
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
