<?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: Deciding when display: none is appropriate</title>
	<atom:link href="http://accessibilitytips.com/2008/03/05/deciding-when-display-none-is-appropriate/feed/" rel="self" type="application/rss+xml" />
	<link>http://accessibilitytips.com/2008/03/05/deciding-when-display-none-is-appropriate/</link>
	<description>A collection of tips, guidance and practical suggestions in developing accessible websites</description>
	<lastBuildDate>Thu, 08 Sep 2011 19:48:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Flipsem</title>
		<link>http://accessibilitytips.com/2008/03/05/deciding-when-display-none-is-appropriate/comment-page-1/#comment-176</link>
		<dc:creator>Flipsem</dc:creator>
		<pubDate>Sat, 20 Jun 2009 07:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.wp-dev.isolutia.com/?p=12#comment-176</guid>
		<description>Hi just came accross this post. Seems I&#039;m a little late looking at the dates, but it&#039;s interesting topic.

Hiding content for the benefit of the users experience has to be a good thing.

After all who are the sites designed for the visitor or Google.

You could argue both however as long as whats done can be explained as a positive reason for the end user and not a spam technique then persoanaly i don&#039;t see an issue.

Interesting post - thanks</description>
		<content:encoded><![CDATA[<p>Hi just came accross this post. Seems I&#8217;m a little late looking at the dates, but it&#8217;s interesting topic.</p>
<p>Hiding content for the benefit of the users experience has to be a good thing.</p>
<p>After all who are the sites designed for the visitor or Google.</p>
<p>You could argue both however as long as whats done can be explained as a positive reason for the end user and not a spam technique then persoanaly i don&#8217;t see an issue.</p>
<p>Interesting post &#8211; thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isofarro</title>
		<link>http://accessibilitytips.com/2008/03/05/deciding-when-display-none-is-appropriate/comment-page-1/#comment-16</link>
		<dc:creator>Isofarro</dc:creator>
		<pubDate>Sat, 05 Jul 2008 17:51:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.wp-dev.isolutia.com/?p=12#comment-16</guid>
		<description>Scott, as long as the onclick is within the tab order (so attached to an anchor as opposed to, for example, a span). But, with the proviso, that the content is reachable when JavaScript is not available - this could either be that the content is reachable within the page and hidden by JavaScript, or available on a separate URL which is reachable.</description>
		<content:encoded><![CDATA[<p>Scott, as long as the onclick is within the tab order (so attached to an anchor as opposed to, for example, a span). But, with the proviso, that the content is reachable when JavaScript is not available &#8211; this could either be that the content is reachable within the page and hidden by JavaScript, or available on a separate URL which is reachable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Lenger</title>
		<link>http://accessibilitytips.com/2008/03/05/deciding-when-display-none-is-appropriate/comment-page-1/#comment-15</link>
		<dc:creator>Scott Lenger</dc:creator>
		<pubDate>Thu, 19 Jun 2008 21:41:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.wp-dev.isolutia.com/?p=12#comment-15</guid>
		<description>Does onclick qualify as an accessible means of displaying content?</description>
		<content:encoded><![CDATA[<p>Does onclick qualify as an accessible means of displaying content?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andre Tagesgeld</title>
		<link>http://accessibilitytips.com/2008/03/05/deciding-when-display-none-is-appropriate/comment-page-1/#comment-14</link>
		<dc:creator>Andre Tagesgeld</dc:creator>
		<pubDate>Wed, 07 May 2008 16:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.wp-dev.isolutia.com/?p=12#comment-14</guid>
		<description>@Spaggie As far as I know google de-indexed sites, that used hidden layers _without_ the possibility to get shown (via href or button, etc). So this was hidden text to stuff content into the page. This, of course, shall get de-indexed. If you provide a mechanism, that makes the hidden divs visible, than google will not de-index your domain.</description>
		<content:encoded><![CDATA[<p>@Spaggie As far as I know google de-indexed sites, that used hidden layers _without_ the possibility to get shown (via href or button, etc). So this was hidden text to stuff content into the page. This, of course, shall get de-indexed. If you provide a mechanism, that makes the hidden divs visible, than google will not de-index your domain.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leo</title>
		<link>http://accessibilitytips.com/2008/03/05/deciding-when-display-none-is-appropriate/comment-page-1/#comment-13</link>
		<dc:creator>Leo</dc:creator>
		<pubDate>Wed, 07 May 2008 16:26:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.wp-dev.isolutia.com/?p=12#comment-13</guid>
		<description>Re-using the display none on drop down navigation, I would add that you need to make sure that you allow any keyboard user to skip the 150 links so you may complement this with tabindex=&quot;-1&quot; on those links.

Re- BigMouth being banned, they didn&#039;t use display:none, they used a very very small (if memory serves something like 10px high) div filled with a lot of SEO related keywords. They also used overflow:hidden to make only the first couple of para visible so it made sense eventough it was in a corner at the bottom of their homepage.</description>
		<content:encoded><![CDATA[<p>Re-using the display none on drop down navigation, I would add that you need to make sure that you allow any keyboard user to skip the 150 links so you may complement this with tabindex=&#8221;-1&#8243; on those links.</p>
<p>Re- BigMouth being banned, they didn&#8217;t use display:none, they used a very very small (if memory serves something like 10px high) div filled with a lot of SEO related keywords. They also used overflow:hidden to make only the first couple of para visible so it made sense eventough it was in a corner at the bottom of their homepage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Isofarro</title>
		<link>http://accessibilitytips.com/2008/03/05/deciding-when-display-none-is-appropriate/comment-page-1/#comment-12</link>
		<dc:creator>Isofarro</dc:creator>
		<pubDate>Fri, 21 Mar 2008 08:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.wp-dev.isolutia.com/?p=12#comment-12</guid>
		<description>Hi Spaggie, any mechanism for hiding content from a visitor can be gamed by SEO spammers. If SEO spammers see enough fallout using display: none and visibility: hidden, they&#039;ll just switch to offscreen positioning. Also, using an external stylesheet offers no protection, because its requestable, parsable. Its not in Google&#039;s interests to blanket ban/score against sites that hide content from the visitor. The two key factors are: 1.) What content is hidden 2.) Why is that content hidden.

Thanks for the info regarding BigMouthMedia, I didn&#039;t know that.</description>
		<content:encoded><![CDATA[<p>Hi Spaggie, any mechanism for hiding content from a visitor can be gamed by SEO spammers. If SEO spammers see enough fallout using display: none and visibility: hidden, they&#8217;ll just switch to offscreen positioning. Also, using an external stylesheet offers no protection, because its requestable, parsable. Its not in Google&#8217;s interests to blanket ban/score against sites that hide content from the visitor. The two key factors are: 1.) What content is hidden 2.) Why is that content hidden.</p>
<p>Thanks for the info regarding BigMouthMedia, I didn&#8217;t know that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spaggie</title>
		<link>http://accessibilitytips.com/2008/03/05/deciding-when-display-none-is-appropriate/comment-page-1/#comment-11</link>
		<dc:creator>Spaggie</dc:creator>
		<pubDate>Thu, 20 Mar 2008 10:15:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.wp-dev.isolutia.com/?p=12#comment-11</guid>
		<description>There&#039;s some idea that one of Google big de-indexes in the Big Daddy (or Jagger) updates may have been looking for display:none or visibility:hidden in the HTML.

There was a big spam publish which used this to push a load of content into the page without showing it.

BigMouthMedia, an SEO agency actually got de-indexed by hand because of a shuffling div mechanism which Google noticed would take about a year to see each pane.

Lots of things to be careful of

I&#039;d recommend trying to export the style into an external CSS at least</description>
		<content:encoded><![CDATA[<p>There&#8217;s some idea that one of Google big de-indexes in the Big Daddy (or Jagger) updates may have been looking for display:none or visibility:hidden in the HTML.</p>
<p>There was a big spam publish which used this to push a load of content into the page without showing it.</p>
<p>BigMouthMedia, an SEO agency actually got de-indexed by hand because of a shuffling div mechanism which Google noticed would take about a year to see each pane.</p>
<p>Lots of things to be careful of</p>
<p>I&#8217;d recommend trying to export the style into an external CSS at least</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patrick h. lauke</title>
		<link>http://accessibilitytips.com/2008/03/05/deciding-when-display-none-is-appropriate/comment-page-1/#comment-10</link>
		<dc:creator>patrick h. lauke</dc:creator>
		<pubDate>Tue, 11 Mar 2008 19:07:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.wp-dev.isolutia.com/?p=12#comment-10</guid>
		<description>nice one...i was going to write a little article at some point about legit uses of display:none (thinking at the time about accordion-style dynamic page elements, where each accordion might contain focusable elements like links), but other work always got in the way.

nice one on this handy little blog by the way...and hey, commenting at last!</description>
		<content:encoded><![CDATA[<p>nice one&#8230;i was going to write a little article at some point about legit uses of display:none (thinking at the time about accordion-style dynamic page elements, where each accordion might contain focusable elements like links), but other work always got in the way.</p>
<p>nice one on this handy little blog by the way&#8230;and hey, commenting at last!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

