<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Accessibility Tips &#187; hidden</title>
	<atom:link href="http://accessibilitytips.com/tag/hidden/feed/" rel="self" type="application/rss+xml" />
	<link>http://accessibilitytips.com</link>
	<description>A collection of tips, guidance and practical suggestions in developing accessible websites</description>
	<lastBuildDate>Sat, 02 May 2009 05:07:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Avoiding visibility hidden</title>
		<link>http://accessibilitytips.com/2008/03/05/avoiding-visibility-hidden/</link>
		<comments>http://accessibilitytips.com/2008/03/05/avoiding-visibility-hidden/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 21:06:16 +0000</pubDate>
		<dc:creator>Isofarro</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[accessibility]]></category>
		<category><![CDATA[hidden]]></category>
		<category><![CDATA[hide content]]></category>
		<category><![CDATA[offscreen]]></category>
		<category><![CDATA[screenreaders]]></category>
		<category><![CDATA[viewport]]></category>
		<category><![CDATA[visibility]]></category>

		<guid isPermaLink="false">http://www.wp-dev.isolutia.com/?p=10</guid>
		<description><![CDATA[Hiding content from view with visibility: hidden in many cases prevents the screenreader from reading the content, so content styled this way is inaccessible. This technique is not appropriate for hiding content on screen because no screenspace is saved by styling this way &#8211; the visitor is left looking at a blank region the size [...]]]></description>
			<content:encoded><![CDATA[<p>Hiding content from view with <code>visibility: hidden</code> in many cases prevents the screenreader from reading the content, so content styled this way is inaccessible. This technique is not appropriate for hiding content on screen because no screenspace is saved by styling this way &#8211; the visitor is left looking at a blank region the size of the hidden content.</p>
<p>In a number of cases <code>visibility: hidden</code> is used in conjunction with positioning the content offscreen (<code>position: absolute; left: -999em;</code>). This is unnecessary since positioning content off the viewport is sufficient to hide the content, and the <code>visibility: hidden</code> makes the content unavailable to screen readers.</p>
<p>There&#8217;s no reason to use <code>visibility: hidden</code>. Positioning the content offscreen is safer and has far less accessibility implications. If you fee that <code>visibility: hidden</code> is appropriate for your requirements, I strongly recommend revisiting the requirement and finding an altogether different solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://accessibilitytips.com/2008/03/05/avoiding-visibility-hidden/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

