<?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: Clean Up Empty Elements with CSS 3</title>
	<atom:link href="http://digwp.com/2009/10/clean-up-empty-elements-css3/feed/" rel="self" type="application/rss+xml" />
	<link>http://digwp.com/2009/10/clean-up-empty-elements-css3/</link>
	<description>Take your WordPress skills to the next level.</description>
	<lastBuildDate>Tue, 15 May 2012 08:36:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Dan</title>
		<link>http://digwp.com/2009/10/clean-up-empty-elements-css3/#comment-2815</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Mon, 14 Dec 2009 18:41:20 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=767#comment-2815</guid>
		<description>Problem is, that it won&#039;t help with things like that:

&lt;code&gt;&lt;p&gt;&#160;&lt;/p&gt;&lt;/code&gt;

Other that that it sure is useful.</description>
		<content:encoded><![CDATA[<p>Problem is, that it won&#8217;t help with things like that:</p>
<p><code>&lt;p&gt;&amp;nbsp;&lt;/p&gt;</code></p>
<p>Other that that it sure is useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vincent</title>
		<link>http://digwp.com/2009/10/clean-up-empty-elements-css3/#comment-2060</link>
		<dc:creator>Vincent</dc:creator>
		<pubDate>Tue, 20 Oct 2009 01:13:33 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=767#comment-2060</guid>
		<description>I tested it with IE8 and FF 3.5 and both see it.

Thanx a lot!</description>
		<content:encoded><![CDATA[<p>I tested it with IE8 and FF 3.5 and both see it.</p>
<p>Thanx a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Caleb Kester</title>
		<link>http://digwp.com/2009/10/clean-up-empty-elements-css3/#comment-1944</link>
		<dc:creator>Caleb Kester</dc:creator>
		<pubDate>Wed, 07 Oct 2009 21:43:14 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=767#comment-1944</guid>
		<description>Very good article.  I&#039;m not sure if I like the fact that Safari decides to ignore the :empty part of the p:empty .  Sure it might be just a matter of time till it gets fixed but then there&#039;s still old versions out there.  It&#039;s one of the cool features that I feel could be really sweet in 5 years but for now I feel it&#039;s just too risky to use if Safari is going to make your page hidden :)

oh the joys of getting things validated...</description>
		<content:encoded><![CDATA[<p>Very good article.  I&#8217;m not sure if I like the fact that Safari decides to ignore the :empty part of the p:empty .  Sure it might be just a matter of time till it gets fixed but then there&#8217;s still old versions out there.  It&#8217;s one of the cool features that I feel could be really sweet in 5 years but for now I feel it&#8217;s just too risky to use if Safari is going to make your page hidden :)</p>
<p>oh the joys of getting things validated&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Starr</title>
		<link>http://digwp.com/2009/10/clean-up-empty-elements-css3/#comment-1914</link>
		<dc:creator>Jeff Starr</dc:creator>
		<pubDate>Mon, 05 Oct 2009 23:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=767#comment-1914</guid>
		<description>For now, Opera is hanging with IE on this one (i.e., no support), but as I have emphasized in previous comments, it is only a matter of time before all modern browsers support CSS3. Or so we hope&#160;;)</description>
		<content:encoded><![CDATA[<p>For now, Opera is hanging with IE on this one (i.e., no support), but as I have emphasized in previous comments, it is only a matter of time before all modern browsers support CSS3. Or so we hope&nbsp;;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Starr</title>
		<link>http://digwp.com/2009/10/clean-up-empty-elements-css3/#comment-1913</link>
		<dc:creator>Jeff Starr</dc:creator>
		<pubDate>Mon, 05 Oct 2009 23:50:26 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=767#comment-1913</guid>
		<description>Yes, hopefully both Safari and Opera will be improving their support for this selector in upcoming versions. 

Thanks for the breakdown on how the selector is applied in different browsers.</description>
		<content:encoded><![CDATA[<p>Yes, hopefully both Safari and Opera will be improving their support for this selector in upcoming versions. </p>
<p>Thanks for the breakdown on how the selector is applied in different browsers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Starr</title>
		<link>http://digwp.com/2009/10/clean-up-empty-elements-css3/#comment-1912</link>
		<dc:creator>Jeff Starr</dc:creator>
		<pubDate>Mon, 05 Oct 2009 23:48:34 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=767#comment-1912</guid>
		<description>Not for Safari 4 and below. But the &lt;code&gt;empty&lt;/code&gt; selector is included in CSS3, so it should be only a matter of time before this method will work in Safari.</description>
		<content:encoded><![CDATA[<p>Not for Safari 4 and below. But the <code>empty</code> selector is included in CSS3, so it should be only a matter of time before this method will work in Safari.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Starr</title>
		<link>http://digwp.com/2009/10/clean-up-empty-elements-css3/#comment-1911</link>
		<dc:creator>Jeff Starr</dc:creator>
		<pubDate>Mon, 05 Oct 2009 23:46:41 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=767#comment-1911</guid>
		<description>Yes, Safari 4 and earlier will hide all paragraph elements with that selector applied. Future versions should have this fixed (at least, I hope so).</description>
		<content:encoded><![CDATA[<p>Yes, Safari 4 and earlier will hide all paragraph elements with that selector applied. Future versions should have this fixed (at least, I hope so).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Groves</title>
		<link>http://digwp.com/2009/10/clean-up-empty-elements-css3/#comment-1891</link>
		<dc:creator>Daniel Groves</dc:creator>
		<pubDate>Sat, 03 Oct 2009 18:47:33 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=767#comment-1891</guid>
		<description>It had to be IE that doesn&#039;t support it at all.  Whats the Opera support like?</description>
		<content:encoded><![CDATA[<p>It had to be IE that doesn&#8217;t support it at all.  Whats the Opera support like?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hassan</title>
		<link>http://digwp.com/2009/10/clean-up-empty-elements-css3/#comment-1824</link>
		<dc:creator>Hassan</dc:creator>
		<pubDate>Thu, 01 Oct 2009 20:33:21 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=767#comment-1824</guid>
		<description>I checked my css reference, Safari since 3.0 has full support of &lt;code&gt;:empty&lt;/code&gt;.
FF 3 has full support, but FF 2 and lower is buggy:

&lt;ul&gt;
&lt;li&gt;The selector &lt;code&gt;body:empty&lt;/code&gt; always matches the body element.&lt;/li&gt;
&lt;li&gt;The selector continues to match an element even after content has been added dynamically.&lt;/li&gt;
&lt;/ul&gt;

And (this was strange to me) Opera have no support at all.</description>
		<content:encoded><![CDATA[<p>I checked my css reference, Safari since 3.0 has full support of <code>:empty</code>.<br />
FF 3 has full support, but FF 2 and lower is buggy:</p>
<ul>
<li>The selector <code>body:empty</code> always matches the body element.</li>
<li>The selector continues to match an element even after content has been added dynamically.</li>
</ul>
<p>And (this was strange to me) Opera have no support at all.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Null</title>
		<link>http://digwp.com/2009/10/clean-up-empty-elements-css3/#comment-1822</link>
		<dc:creator>Alex Null</dc:creator>
		<pubDate>Thu, 01 Oct 2009 18:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://digwp.com/?p=767#comment-1822</guid>
		<description>Good trick! but Then it doesnÂ´t work for safari?</description>
		<content:encoded><![CDATA[<p>Good trick! but Then it doesnÂ´t work for safari?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

