<?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: Definition list for article comments or IM dialogue</title>
	<atom:link href="http://www.maratz.com/blog/archives/2009/06/05/definition-list-for-article-comments-or-im-dialogue/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.maratz.com/blog/archives/2009/06/05/definition-list-for-article-comments-or-im-dialogue/</link>
	<description>Hypertext rulez™</description>
	<lastBuildDate>Wed, 23 Mar 2011 22:34:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Marko Dugonjić</title>
		<link>http://www.maratz.com/blog/archives/2009/06/05/definition-list-for-article-comments-or-im-dialogue/#comment-11611</link>
		<dc:creator>Marko Dugonjić</dc:creator>
		<pubDate>Fri, 19 Jun 2009 16:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/?p=924#comment-11611</guid>
		<description>@Mario Kostelac: and this is just the start :)</description>
		<content:encoded><![CDATA[<p>@Mario Kostelac: and this is just the start :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mario Kostelac</title>
		<link>http://www.maratz.com/blog/archives/2009/06/05/definition-list-for-article-comments-or-im-dialogue/#comment-11610</link>
		<dc:creator>Mario Kostelac</dc:creator>
		<pubDate>Fri, 19 Jun 2009 16:15:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/?p=924#comment-11610</guid>
		<description>http://24ways.org/2007/my-other-christmas-present-is-a-definition-list
Interesting article describes why using definition lists for markin&#039; up conversations is wrong. I am confused a bit.</description>
		<content:encoded><![CDATA[<p><a href="http://24ways.org/2007/my-other-christmas-present-is-a-definition-list" rel="nofollow">http://24ways.org/2007/my-other-christmas-present-is-a-definition-list</a><br />
Interesting article describes why using definition lists for markin&#8217; up conversations is wrong. I am confused a bit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marko Dugonjić</title>
		<link>http://www.maratz.com/blog/archives/2009/06/05/definition-list-for-article-comments-or-im-dialogue/#comment-11596</link>
		<dc:creator>Marko Dugonjić</dc:creator>
		<pubDate>Sat, 06 Jun 2009 04:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/?p=924#comment-11596</guid>
		<description>@Dragan Babić: How many times did I miss a wrapper for each pair, and most of the time I’d end-up with my first example, wrapping pairs with &lt;code&gt;DL&lt;/code&gt; and placing it inside a list-item.</description>
		<content:encoded><![CDATA[<p>@Dragan Babić: How many times did I miss a wrapper for each pair, and most of the time I’d end-up with my first example, wrapping pairs with <code>DL</code> and placing it inside a list-item.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivan Nikolic</title>
		<link>http://www.maratz.com/blog/archives/2009/06/05/definition-list-for-article-comments-or-im-dialogue/#comment-11595</link>
		<dc:creator>Ivan Nikolic</dc:creator>
		<pubDate>Fri, 05 Jun 2009 17:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/?p=924#comment-11595</guid>
		<description>I’ve recently used definition lists for marking FAQ dialogue between web site visitor and web site owner, and as Medo said, if you’re working on some compatibility with HTML5 ( element) this could be ideal solution.</description>
		<content:encoded><![CDATA[<p>I’ve recently used definition lists for marking FAQ dialogue between web site visitor and web site owner, and as Medo said, if you’re working on some compatibility with HTML5 ( element) this could be ideal solution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dragan Babić</title>
		<link>http://www.maratz.com/blog/archives/2009/06/05/definition-list-for-article-comments-or-im-dialogue/#comment-11593</link>
		<dc:creator>Dragan Babić</dc:creator>
		<pubDate>Fri, 05 Jun 2009 10:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/?p=924#comment-11593</guid>
		<description>I always considered time to be crucial when it comes to conversations, therefore I have always found ordered lists to be the element for the job (along with cite/blockquote combo.) 

On another note — I love definition lists, but they lack a wrapper element around the dt/dd pairs which is making them some times tricky to work with.</description>
		<content:encoded><![CDATA[<p>I always considered time to be crucial when it comes to conversations, therefore I have always found ordered lists to be the element for the job (along with cite/blockquote combo.) </p>
<p>On another note — I love definition lists, but they lack a wrapper element around the dt/dd pairs which is making them some times tricky to work with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Medo</title>
		<link>http://www.maratz.com/blog/archives/2009/06/05/definition-list-for-article-comments-or-im-dialogue/#comment-11592</link>
		<dc:creator>Medo</dc:creator>
		<pubDate>Fri, 05 Jun 2009 10:28:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.maratz.com/blog/?p=924#comment-11592</guid>
		<description>I can see what you are getting at. I suppose if you&#039;re working on the premise of some form of forwards compatability with HTML 5 then yeah why not? The markup used above and in the specified context is still valid in HTML 4.

On the other hand, and just playing devil&#039;s advocate, could it be argued that representing a dialogue using an ordered list with cite and blockquote elements is still more semantic?</description>
		<content:encoded><![CDATA[<p>I can see what you are getting at. I suppose if you&#8217;re working on the premise of some form of forwards compatability with HTML 5 then yeah why not? The markup used above and in the specified context is still valid in HTML 4.</p>
<p>On the other hand, and just playing devil&#8217;s advocate, could it be argued that representing a dialogue using an ordered list with cite and blockquote elements is still more semantic?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

