<?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"
	>
<channel>
	<title>Comments for dolphinling's weblog</title>
	<atom:link href="http://blog.dolphinling.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dolphinling.net</link>
	<description>...whatever goes through my head...</description>
	<pubDate>Wed, 15 Oct 2008 21:26:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>Comment on Comments reenabled by Chad L.</title>
		<link>http://blog.dolphinling.net/2008/06/comments-reenabled/#comment-6882</link>
		<dc:creator>Chad L.</dc:creator>
		<pubDate>Wed, 18 Jun 2008 23:08:25 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dolphinling.net/?p=203#comment-6882</guid>
		<description>Can I raise the average?</description>
		<content:encoded><![CDATA[<p>Can I raise the average?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Comments reenabled by dolphinling</title>
		<link>http://blog.dolphinling.net/2008/06/comments-reenabled/#comment-6881</link>
		<dc:creator>dolphinling</dc:creator>
		<pubDate>Sun, 01 Jun 2008 11:39:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dolphinling.net/?p=203#comment-6881</guid>
		<description>And of course, the obligatory test comment... yay!</description>
		<content:encoded><![CDATA[<p>And of course, the obligatory test comment&#8230; yay!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Ad-blocking DNS by Renee Cousins</title>
		<link>http://blog.dolphinling.net/2006/03/ad-blocking-dns/#comment-3288</link>
		<dc:creator>Renee Cousins</dc:creator>
		<pubDate>Thu, 21 Dec 2006 22:12:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dolphinling.net/2006/03/ad-blocking-dns/#comment-3288</guid>
		<description>Or better, a publicly available DNS server that localhosts all bad sites.</description>
		<content:encoded><![CDATA[<p>Or better, a publicly available DNS server that localhosts all bad sites.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do NOT attach &#8220;target&#8221; through script! by dolphinling</title>
		<link>http://blog.dolphinling.net/2006/07/do-not-attach-target-through-script/#comment-2493</link>
		<dc:creator>dolphinling</dc:creator>
		<pubDate>Tue, 17 Oct 2006 06:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dolphinling.net/2006/07/do-not-attach-target-through-script/#comment-2493</guid>
		<description>&lt;p&gt;The "in memory" document is the one that the user actually sees and interacts with; it's the &lt;em&gt;most&lt;/em&gt; important to keep valid. Especially note, for example, assistive software. It's not so much an obvious problem with &lt;code&gt;target&lt;/code&gt;, but it's equivalent to, for example, adding a &lt;code&gt;font&lt;/code&gt; element inside a paragraph through script. The original markup will be valid, but the resulting DOM will be invalid, and it's the resulting DOM that the assistive software looks at. It'll see the invalid, non-semantic &lt;code&gt;font&lt;/code&gt;, and not know what to do with it.&lt;/p&gt;
&lt;p&gt;PJ, yes, I'm entirely aware of the irony of writing this from wordpress. :-\&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>The &#8220;in memory&#8221; document is the one that the user actually sees and interacts with; it&#8217;s the <em>most</em> important to keep valid. Especially note, for example, assistive software. It&#8217;s not so much an obvious problem with <code>target</code>, but it&#8217;s equivalent to, for example, adding a <code>font</code> element inside a paragraph through script. The original markup will be valid, but the resulting DOM will be invalid, and it&#8217;s the resulting DOM that the assistive software looks at. It&#8217;ll see the invalid, non-semantic <code>font</code>, and not know what to do with it.</p>
<p>PJ, yes, I&#8217;m entirely aware of the irony of writing this from wordpress. :-\</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Do NOT attach &#8220;target&#8221; through script! by Rob Cherny</title>
		<link>http://blog.dolphinling.net/2006/07/do-not-attach-target-through-script/#comment-2490</link>
		<dc:creator>Rob Cherny</dc:creator>
		<pubDate>Mon, 16 Oct 2006 13:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dolphinling.net/2006/07/do-not-attach-target-through-script/#comment-2490</guid>
		<description>I have to disagree with the content of this post, dolphinling, and agree with Tantek Celik. If you dynamically insert a target attribute your original document is still perfectly valid. The only place the "invalid" document exists is at runtime, in memory, and there's no reasoning that the dynamic document, which doesn't even persist, matters in the world of validation. The page still renders (in standards mode no less), will continue to, and the DOM has added the behavior layer which is actually exactly the way it's supposed to work.</description>
		<content:encoded><![CDATA[<p>I have to disagree with the content of this post, dolphinling, and agree with Tantek Celik. If you dynamically insert a target attribute your original document is still perfectly valid. The only place the &#8220;invalid&#8221; document exists is at runtime, in memory, and there&#8217;s no reasoning that the dynamic document, which doesn&#8217;t even persist, matters in the world of validation. The page still renders (in standards mode no less), will continue to, and the DOM has added the behavior layer which is actually exactly the way it&#8217;s supposed to work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Namespace syntax in HTML by Anne van Kesteren</title>
		<link>http://blog.dolphinling.net/2006/10/namespace-syntax-in-html/#comment-2476</link>
		<dc:creator>Anne van Kesteren</dc:creator>
		<pubDate>Mon, 09 Oct 2006 23:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dolphinling.net/2006/10/namespace-syntax-in-html/#comment-2476</guid>
		<description>I don't see why you need namespaces for that. See also the WHATWG mailing list.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t see why you need namespaces for that. See also the WHATWG mailing list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Namespace syntax in HTML by dolphinling</title>
		<link>http://blog.dolphinling.net/2006/10/namespace-syntax-in-html/#comment-2474</link>
		<dc:creator>dolphinling</dc:creator>
		<pubDate>Mon, 09 Oct 2006 20:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.dolphinling.net/2006/10/namespace-syntax-in-html/#comment-2474</guid>
		<description>&lt;p&gt;Don't see why what's needed? Namespaces? If you want any sort of extensibility, you'll need them, and people do want extensibility (see the current threads on news://mozilla.dev.tech.mathml about trying to incorporate mathml into html5)&lt;/p&gt;</description>
		<content:encoded><![CDATA[<p>Don&#8217;t see why what&#8217;s needed? Namespaces? If you want any sort of extensibility, you&#8217;ll need them, and people do want extensibility (see the current threads on <a href="news://mozilla.dev.tech.mathml" rel="nofollow">news://mozilla.dev.tech.mathml</a> about trying to incorporate mathml into html5)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
