<?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, 21 May 2012 10:47:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Matth Jenks</title>
		<link>http://html5doctor.com/the-dl-element/#comment-25209</link>
		<dc:creator>Matth Jenks</dc:creator>
		<pubDate>Fri, 06 Apr 2012 18:47:52 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=725#comment-25209</guid>
		<description>Actually I found it:
http://www.w3.org/TR/html5-author/the-dl-element.html
but I mistakenly read into it what I wanted to hear:
...dt element for each NAME, not for each LIST.</description>
		<content:encoded><![CDATA[<p>Actually I found it:<br />
<a href="http://www.w3.org/TR/html5-author/the-dl-element.html" rel="nofollow">http://www.w3.org/TR/html5-author/the-dl-element.html</a><br />
but I mistakenly read into it what I wanted to hear:<br />
&#8230;dt element for each NAME, not for each LIST.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matth Jenks</title>
		<link>http://html5doctor.com/the-dl-element/#comment-25208</link>
		<dc:creator>Matth Jenks</dc:creator>
		<pubDate>Fri, 06 Apr 2012 18:42:57 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=725#comment-25208</guid>
		<description>I too share the frustration of the absent group styling hook. I&#039;m impressed that someone thought to use jQuery to add the necessary containers. But it seems too hacky and frustrating; why do acrobatics just to style items? The W3C needn&#039;t add extra tags just so we can hang styles on them. That&#039;s akin to div within div within div.

I propose The Owl&#039;s suggestion above as the least objectionable solution and we should all adopt it far and wide.

I already hear the hypothetical anguish: &quot;how can a description LIST only contain one item???&quot;  Is it semantically possible for a list to be a list of one? Possibly. See the example of a grocery list with only one needed item: http://english.stackexchange.com/questions/2370/a-list-with-only-one-item 

I further propose that DL is the new LI. When typing &quot;DL&quot; think &quot;DLI&quot; - &quot;Definition List Item.&quot;  Marvelously, now we&#039;re using less markup. One may wonder, where is our equivalent UL wrapper for the list??  Think different(ly.) Who requires a list to have a wrapper? Not the browser. As coders, we know a list is created by the simple act of grouping items. List item 1 denotes the start of the list, and the last list item denotes the end. HTML5 gives new flexibility to wrap lists in logical ways.  For example: 

&lt;code&gt;&lt;section class=&quot;boardMembers&quot;&gt;

&lt;DL&gt;&lt;DT&gt;Pete Schaffer&lt;/DT&gt;
&lt;DD&gt;Master of CSS&lt;/DD&gt;
&lt;/DL&gt;

&lt;DL&gt;&lt;DT&gt;Dustin Stover&lt;/DT&gt;
&lt;DD&gt;Master of PHP&lt;/DD&gt;
&lt;/DL&gt;

&lt;/section&gt;&lt;/code&gt;

The blockquote in the article above seems to reinforce this idea with the phrase, &quot;Within a single dl element, there should not be more than one dt element for each name.&quot;  However, I cannot find this phrase anywhere in the HTML5 specification.</description>
		<content:encoded><![CDATA[<p>I too share the frustration of the absent group styling hook. I&#8217;m impressed that someone thought to use jQuery to add the necessary containers. But it seems too hacky and frustrating; why do acrobatics just to style items? The W3C needn&#8217;t add extra tags just so we can hang styles on them. That&#8217;s akin to div within div within div.</p>
<p>I propose The Owl&#8217;s suggestion above as the least objectionable solution and we should all adopt it far and wide.</p>
<p>I already hear the hypothetical anguish: &#8220;how can a description LIST only contain one item???&#8221;  Is it semantically possible for a list to be a list of one? Possibly. See the example of a grocery list with only one needed item: <a href="http://english.stackexchange.com/questions/2370/a-list-with-only-one-item" rel="nofollow">http://english.stackexchange.com/questions/2370/a-list-with-only-one-item</a> </p>
<p>I further propose that DL is the new LI. When typing &#8220;DL&#8221; think &#8220;DLI&#8221; &#8211; &#8220;Definition List Item.&#8221;  Marvelously, now we&#8217;re using less markup. One may wonder, where is our equivalent UL wrapper for the list??  Think different(ly.) Who requires a list to have a wrapper? Not the browser. As coders, we know a list is created by the simple act of grouping items. List item 1 denotes the start of the list, and the last list item denotes the end. HTML5 gives new flexibility to wrap lists in logical ways.  For example: </p>
<p><code>&lt;section class="boardMembers"&gt;</code></p>
<p>&lt;DL&gt;&lt;DT&gt;Pete Schaffer&lt;/DT&gt;<br />
&lt;DD&gt;Master of CSS&lt;/DD&gt;<br />
&lt;/DL&gt;</p>
<p>&lt;DL&gt;&lt;DT&gt;Dustin Stover&lt;/DT&gt;<br />
&lt;DD&gt;Master of PHP&lt;/DD&gt;<br />
&lt;/DL&gt;</p>
<p>&lt;/section&gt;</p>
<p>The blockquote in the article above seems to reinforce this idea with the phrase, &#8220;Within a single dl element, there should not be more than one dt element for each name.&#8221;  However, I cannot find this phrase anywhere in the HTML5 specification.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Owl</title>
		<link>http://html5doctor.com/the-dl-element/#comment-24921</link>
		<dc:creator>The Owl</dc:creator>
		<pubDate>Wed, 07 Mar 2012 22:18:22 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=725#comment-24921</guid>
		<description>In line with the grouping mechanism, say you have a mulitple column layout with name-&gt;descriptions (dt-&gt;dd) per column.

Is it reasonable to just use multiple dl elements like:

&lt;code&gt;
 &lt;dl&gt;
    &lt;dt&gt;Name:&lt;/dt&gt;
    &lt;dd&gt;Sam Jones&lt;/dd&gt;
&lt;/dl&gt;
&lt;dl&gt;
    &lt;dt&gt;Location:&lt;/dt&gt;
    &lt;dd&gt;Denver, CO&lt;/dd&gt;
&lt;/dl&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>In line with the grouping mechanism, say you have a mulitple column layout with name-&gt;descriptions (dt-&gt;dd) per column.</p>
<p>Is it reasonable to just use multiple dl elements like:</p>
<p><code><br />
 &lt;dl&gt;<br />
    &lt;dt&gt;Name:&lt;/dt&gt;<br />
    &lt;dd&gt;Sam Jones&lt;/dd&gt;<br />
&lt;/dl&gt;<br />
&lt;dl&gt;<br />
    &lt;dt&gt;Location:&lt;/dt&gt;<br />
    &lt;dd&gt;Denver, CO&lt;/dd&gt;<br />
&lt;/dl&gt;<br />
</code></p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

