<?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 on: All Empty Tags in HTML</title>
	<atom:link href="http://www.elharo.com/blog/software-development/web-development/2007/01/29/all-empty-tags-in-html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.elharo.com/blog/software-development/web-development/2007/01/29/all-empty-tags-in-html/</link>
	<description>Ranting and Raving</description>
	<pubDate>Tue, 02 Dec 2008 21:19:49 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Geoff Richards</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2007/01/29/all-empty-tags-in-html/#comment-227448</link>
		<dc:creator>Geoff Richards</dc:creator>
		<pubDate>Sat, 12 Jan 2008 21:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/web-development/2007/01/29/all-empty-tags-in-html/#comment-227448</guid>
		<description>I've had to come up with a list of the same thing.  Here's mine, copied out of the Lua library I'm working on:

    -- Defined in HTML 4.01:
    "area", "base", "basefont", "br", "col", "frame", "hr",
    "img", "input", "isindex", "link", "meta", "param",

    -- Defined (but deprecated) in HTML 2.0 (RFC 1866):
    "nextid",

    -- Proprietary extensions:
    "bgsound", "embed", "keygen", "spacer", "wbr"</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had to come up with a list of the same thing.  Here&#8217;s mine, copied out of the Lua library I&#8217;m working on:</p>
<p>    &#8212; Defined in HTML 4.01:<br />
    &#8220;area&#8221;, &#8220;base&#8221;, &#8220;basefont&#8221;, &#8220;br&#8221;, &#8220;col&#8221;, &#8220;frame&#8221;, &#8220;hr&#8221;,<br />
    &#8220;img&#8221;, &#8220;input&#8221;, &#8220;isindex&#8221;, &#8220;link&#8221;, &#8220;meta&#8221;, &#8220;param&#8221;,</p>
<p>    &#8212; Defined (but deprecated) in HTML 2.0 (RFC 1866):<br />
    &#8220;nextid&#8221;,</p>
<p>    &#8212; Proprietary extensions:<br />
    &#8220;bgsound&#8221;, &#8220;embed&#8221;, &#8220;keygen&#8221;, &#8220;spacer&#8221;, &#8220;wbr&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Cafes &#187; My Next Book</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2007/01/29/all-empty-tags-in-html/#comment-41988</link>
		<dc:creator>The Cafes &#187; My Next Book</dc:creator>
		<pubDate>Fri, 09 Feb 2007 19:59:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/web-development/2007/01/29/all-empty-tags-in-html/#comment-41988</guid>
		<description>[...] With a little luck, the book should be on store shelves sometime this summer. I&#8217;ve already posted a number of questions that arose while writing it. I&#8217;m going to be posting a lot more over the next couple of months. I also plan to post many small excerpts from the book for your perusal and comment. I hope you&#8217;ll help out by commenting on, caviling, and correcting the draft pieces I&#8217;ll be posting here. [...]</description>
		<content:encoded><![CDATA[<p>[...] With a little luck, the book should be on store shelves sometime this summer. I&#8217;ve already posted a number of questions that arose while writing it. I&#8217;m going to be posting a lot more over the next couple of months. I also plan to post many small excerpts from the book for your perusal and comment. I hope you&#8217;ll help out by commenting on, caviling, and correcting the draft pieces I&#8217;ll be posting here. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2007/01/29/all-empty-tags-in-html/#comment-39126</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Thu, 01 Feb 2007 04:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/web-development/2007/01/29/all-empty-tags-in-html/#comment-39126</guid>
		<description>Guess I should have stripped the arrows from the tag.

What I was trying to way:
I guess this depends on the definition of "classic" html. I don't think that the embed tag has been part of the standard html.</description>
		<content:encoded><![CDATA[<p>Guess I should have stripped the arrows from the tag.</p>
<p>What I was trying to way:<br />
I guess this depends on the definition of &#8220;classic&#8221; html. I don&#8217;t think that the embed tag has been part of the standard html.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2007/01/29/all-empty-tags-in-html/#comment-39120</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Thu, 01 Feb 2007 03:59:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/web-development/2007/01/29/all-empty-tags-in-html/#comment-39120</guid>
		<description>I guess this depends on the definition of "classic" html. I don't think that  has been part of the standard html.</description>
		<content:encoded><![CDATA[<p>I guess this depends on the definition of &#8220;classic&#8221; html. I don&#8217;t think that  has been part of the standard html.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Carey</title>
		<link>http://www.elharo.com/blog/software-development/web-development/2007/01/29/all-empty-tags-in-html/#comment-38384</link>
		<dc:creator>Carey</dc:creator>
		<pubDate>Mon, 29 Jan 2007 21:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.elharo.com/blog/software-development/web-development/2007/01/29/all-empty-tags-in-html/#comment-38384</guid>
		<description>You’re missing FRAME from HTML 4, ISINDEX and NEXTID from HTML 2, and BASEFONT, BGSOUND, KEYGEN, SOUND, SPACER and WBR from various proprietary extensions.</description>
		<content:encoded><![CDATA[<p>You’re missing FRAME from HTML 4, ISINDEX and NEXTID from HTML 2, and BASEFONT, BGSOUND, KEYGEN, SOUND, SPACER and WBR from various proprietary extensions.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
