<?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: The dl element</title>
	<atom:link href="http://html5doctor.com/the-dl-element/feed/" rel="self" type="application/rss+xml" />
	<link>http://html5doctor.com/the-dl-element/</link>
	<description>helping you implement HTML5 today</description>
	<lastBuildDate>Mon, 06 Feb 2012 20:26:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Gareth Redfern</title>
		<link>http://html5doctor.com/the-dl-element/#comment-20942</link>
		<dc:creator>Gareth Redfern</dc:creator>
		<pubDate>Tue, 20 Dec 2011 16:46:03 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=725#comment-20942</guid>
		<description>Is there a way to wrap a dt and dd so that you can style them together? The spec doesn&#039;t appear to let you?</description>
		<content:encoded><![CDATA[<p>Is there a way to wrap a dt and dd so that you can style them together? The spec doesn&#8217;t appear to let you?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tre</title>
		<link>http://html5doctor.com/the-dl-element/#comment-18082</link>
		<dc:creator>Tre</dc:creator>
		<pubDate>Sun, 16 Oct 2011 10:29:55 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=725#comment-18082</guid>
		<description>I really don&#039;t see a huge interest on dl comparatively to ul. not having a grouping mechanism within dl is really disappointing. I rather use ul in my web site design.</description>
		<content:encoded><![CDATA[<p>I really don&#8217;t see a huge interest on dl comparatively to ul. not having a grouping mechanism within dl is really disappointing. I rather use ul in my web site design.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yrgl</title>
		<link>http://html5doctor.com/the-dl-element/#comment-16278</link>
		<dc:creator>Yrgl</dc:creator>
		<pubDate>Thu, 14 Jul 2011 13:21:34 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=725#comment-16278</guid>
		<description>Is it correct to use &lt;dl&gt; for movies schedule?
&lt;dl&gt;

&lt;dl&gt;
	&lt;dt&gt;Today&lt;/dt&gt;
	&lt;dd&gt;
		&lt;ul&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot;&gt;&lt;img class=&quot;preview&quot; ...&gt;Moview title&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot;&gt;&lt;img class=&quot;preview&quot; ...&gt;Moview title&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot;&gt;&lt;img class=&quot;preview&quot; ...&gt;Moview title&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/dd&gt;
	
	&lt;dt&gt;Tomorrow&lt;/dt&gt;
	&lt;dd&gt;
		&lt;ul&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot;&gt;&lt;img class=&quot;preview&quot; ...&gt;Moview title&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot;&gt;&lt;img class=&quot;preview&quot; ...&gt;Moview title&lt;/a&gt;&lt;/li&gt;
			&lt;li&gt;&lt;a href=&quot;#&quot;&gt;&lt;img class=&quot;preview&quot; ...&gt;Moview title&lt;/a&gt;&lt;/li&gt;
		&lt;/ul&gt;
	&lt;/dd&gt;
	...
&lt;/dl&gt;</description>
		<content:encoded><![CDATA[<p>Is it correct to use &lt;dl&gt; for movies schedule?<br />
&lt;dl&gt;</p>
<p>&lt;dl&gt;<br />
	&lt;dt&gt;Today&lt;/dt&gt;<br />
	&lt;dd&gt;<br />
		&lt;ul&gt;<br />
			&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;&lt;img class=&#8221;preview&#8221; &#8230;&gt;Moview title&lt;/a&gt;&lt;/li&gt;<br />
			&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;&lt;img class=&#8221;preview&#8221; &#8230;&gt;Moview title&lt;/a&gt;&lt;/li&gt;<br />
			&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;&lt;img class=&#8221;preview&#8221; &#8230;&gt;Moview title&lt;/a&gt;&lt;/li&gt;<br />
		&lt;/ul&gt;<br />
	&lt;/dd&gt;</p>
<p>	&lt;dt&gt;Tomorrow&lt;/dt&gt;<br />
	&lt;dd&gt;<br />
		&lt;ul&gt;<br />
			&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;&lt;img class=&#8221;preview&#8221; &#8230;&gt;Moview title&lt;/a&gt;&lt;/li&gt;<br />
			&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;&lt;img class=&#8221;preview&#8221; &#8230;&gt;Moview title&lt;/a&gt;&lt;/li&gt;<br />
			&lt;li&gt;&lt;a href=&#8221;#&#8221;&gt;&lt;img class=&#8221;preview&#8221; &#8230;&gt;Moview title&lt;/a&gt;&lt;/li&gt;<br />
		&lt;/ul&gt;<br />
	&lt;/dd&gt;<br />
	&#8230;<br />
&lt;/dl&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Iser</title>
		<link>http://html5doctor.com/the-dl-element/#comment-16047</link>
		<dc:creator>Daniel Iser</dc:creator>
		<pubDate>Mon, 11 Jul 2011 06:30:01 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=725#comment-16047</guid>
		<description>Could this be used for a price list. ie services. could be done like the following?

&lt;code&gt;
&lt;dl&gt;
&lt;dt&gt;Service&lt;/dt&gt;
&lt;dd&gt;Description&lt;/dd&gt;
&lt;dd&gt;Price&lt;/dd&gt;
&lt;/d&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Could this be used for a price list. ie services. could be done like the following?</p>
<p><code><br />
&lt;dl&gt;<br />
&lt;dt&gt;Service&lt;/dt&gt;<br />
&lt;dd&gt;Description&lt;/dd&gt;<br />
&lt;dd&gt;Price&lt;/dd&gt;<br />
&lt;/d&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Kuhrt</title>
		<link>http://html5doctor.com/the-dl-element/#comment-15099</link>
		<dc:creator>Jason Kuhrt</dc:creator>
		<pubDate>Wed, 01 Jun 2011 20:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=725#comment-15099</guid>
		<description>I am with those calling for a grouping mechanism within dl. For me most use-cases for dt/dd are not possible without a way to group them so that I can apply various formatting. This is really disappointing because dl/dt/dd is a rather unique and semantic way of formatting content without good alternatives.</description>
		<content:encoded><![CDATA[<p>I am with those calling for a grouping mechanism within dl. For me most use-cases for dt/dd are not possible without a way to group them so that I can apply various formatting. This is really disappointing because dl/dt/dd is a rather unique and semantic way of formatting content without good alternatives.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Alpert</title>
		<link>http://html5doctor.com/the-dl-element/#comment-14938</link>
		<dc:creator>David Alpert</dc:creator>
		<pubDate>Fri, 06 May 2011 14:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=725#comment-14938</guid>
		<description>I&#039;m still frustrated by the lack a semantic container that links together related &lt;dt&gt;&#039;s and &lt;dd&gt;&#039;s.

I&#039;d prefer something like:

&lt;code&gt;

&lt;h4&gt;SMS - Mobile&lt;/h4&gt;
&lt;dl&gt;
  &lt;di&gt;
    &lt;dt&gt;Message sent&lt;/dt&gt;
    &lt;dd&gt;18&lt;/dd&gt;
  &lt;/di&gt;
  &lt;di&gt;
    &lt;dt&gt;Last sent&lt;/dt&gt;
    &lt;dd&gt;20110325 09:29:05&lt;/dd&gt;
  &lt;/di&gt;
  &lt;di&gt;
    &lt;dt&gt;Errors&lt;/dt&gt;
    &lt;dd&gt;1&lt;/dd&gt;
  &lt;/di&gt;
  &lt;di&gt;
    &lt;dt&gt;Last error occured at&lt;/dt&gt;
    &lt;dd&gt;20010324 09:2905&lt;/dd&gt;
  &lt;/di&gt;
&lt;/dl&gt;

&lt;/code&gt;

Where the &lt;di/&gt; represents an &#039;item&#039;. or perhaps it is the simple and lovable &lt;li/&gt; tag.  

&lt;em&gt;Something&lt;/em&gt; that structurally groups related terms and definitions for both styling and interaction.</description>
		<content:encoded><![CDATA[<p>I&#8217;m still frustrated by the lack a semantic container that links together related &lt;dt&gt;&#8217;s and &lt;dd&gt;&#8217;s.</p>
<p>I&#8217;d prefer something like:</p>
<p><code></code></p>
<p>&lt;h4&gt;SMS - Mobile&lt;/h4&gt;<br />
&lt;dl&gt;<br />
  &lt;di&gt;<br />
    &lt;dt&gt;Message sent&lt;/dt&gt;<br />
    &lt;dd&gt;18&lt;/dd&gt;<br />
  &lt;/di&gt;<br />
  &lt;di&gt;<br />
    &lt;dt&gt;Last sent&lt;/dt&gt;<br />
    &lt;dd&gt;20110325 09:29:05&lt;/dd&gt;<br />
  &lt;/di&gt;<br />
  &lt;di&gt;<br />
    &lt;dt&gt;Errors&lt;/dt&gt;<br />
    &lt;dd&gt;1&lt;/dd&gt;<br />
  &lt;/di&gt;<br />
  &lt;di&gt;<br />
    &lt;dt&gt;Last error occured at&lt;/dt&gt;<br />
    &lt;dd&gt;20010324 09:2905&lt;/dd&gt;<br />
  &lt;/di&gt;<br />
&lt;/dl&gt;</p>
<p></p>
<p>Where the &lt;di/&gt; represents an &#8216;item&#8217;. or perhaps it is the simple and lovable &lt;li/&gt; tag.  </p>
<p><em>Something</em> that structurally groups related terms and definitions for both styling and interaction.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens</title>
		<link>http://html5doctor.com/the-dl-element/#comment-14853</link>
		<dc:creator>Jens</dc:creator>
		<pubDate>Fri, 15 Apr 2011 12:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=725#comment-14853</guid>
		<description>I think tables often are used when a DL would suffice or even be more semantic. But then again, I&#039;ve always been unsure on when to use the DL. But I recon my example of a status report below this is a fair usage of the DL where often Tables are perhaps misused because it&#039;s not really table data just simple relations between two items:

&lt;code&gt;
&lt;h4&gt;SMS - Mobile&lt;/h4&gt;
&lt;dl&gt;
  &lt;dt&gt;Message sent&lt;/dt&gt;
  &lt;dd&gt;18&lt;/dd&gt;
  &lt;dt&gt;Last sent&lt;/dt&gt;
  &lt;dd&gt;20110325 09:29:05&lt;/dd&gt;
  &lt;dt&gt;Errors&lt;/dt&gt;
  &lt;dd&gt;1&lt;/dd&gt;
  &lt;dt&gt;Last error occured at&lt;/dt&gt;
  &lt;dd&gt;20010324 09:2905&lt;/dd&gt;
&lt;/dl&gt;

&lt;/code&gt;

Am I on the right track on this one?</description>
		<content:encoded><![CDATA[<p>I think tables often are used when a DL would suffice or even be more semantic. But then again, I&#8217;ve always been unsure on when to use the DL. But I recon my example of a status report below this is a fair usage of the DL where often Tables are perhaps misused because it&#8217;s not really table data just simple relations between two items:</p>
<p><code><br />
&lt;h4&gt;SMS - Mobile&lt;/h4&gt;<br />
&lt;dl&gt;<br />
  &lt;dt&gt;Message sent&lt;/dt&gt;<br />
  &lt;dd&gt;18&lt;/dd&gt;<br />
  &lt;dt&gt;Last sent&lt;/dt&gt;<br />
  &lt;dd&gt;20110325 09:29:05&lt;/dd&gt;<br />
  &lt;dt&gt;Errors&lt;/dt&gt;<br />
  &lt;dd&gt;1&lt;/dd&gt;<br />
  &lt;dt&gt;Last error occured at&lt;/dt&gt;<br />
  &lt;dd&gt;20010324 09:2905&lt;/dd&gt;<br />
&lt;/dl&gt;</code></p>
<p></p>
<p>Am I on the right track on this one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://html5doctor.com/the-dl-element/#comment-14592</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 04 Mar 2011 20:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=725#comment-14592</guid>
		<description>I mean end tag of a p element but it disappeared :S</description>
		<content:encoded><![CDATA[<p>I mean end tag of a p element but it disappeared :S</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://html5doctor.com/the-dl-element/#comment-14590</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Fri, 04 Mar 2011 20:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=725#comment-14590</guid>
		<description>Why doesn&#039;t w3 use  here in the &lt;a href=&quot;http://dev.w3.org/html5/spec/Overview.html#conversations&quot; rel=&quot;nofollow&quot;&gt;link&lt;/a&gt;  you mention?</description>
		<content:encoded><![CDATA[<p>Why doesn&#8217;t w3 use  here in the <a href="http://dev.w3.org/html5/spec/Overview.html#conversations" rel="nofollow">link</a>  you mention?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 一路(bishua)</title>
		<link>http://html5doctor.com/the-dl-element/#comment-10054</link>
		<dc:creator>一路(bishua)</dc:creator>
		<pubDate>Fri, 06 Aug 2010 03:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=725#comment-10054</guid>
		<description>In short,we can do it that have lots of way.</description>
		<content:encoded><![CDATA[<p>In short,we can do it that have lots of way.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

