<?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: dd-details wrong again</title>
	<atom:link href="http://html5doctor.com/dd-details-wrong-again/feed/" rel="self" type="application/rss+xml" />
	<link>http://html5doctor.com/dd-details-wrong-again/</link>
	<description>helping you implement HTML5 today</description>
	<lastBuildDate>Tue, 07 Feb 2012 11:44:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Alohci</title>
		<link>http://html5doctor.com/dd-details-wrong-again/#comment-2160</link>
		<dc:creator>Alohci</dc:creator>
		<pubDate>Mon, 01 Feb 2010 01:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=991#comment-2160</guid>
		<description>Since 30th January, the heading element for figure is now &quot;figcaption&quot;, replacing DT. DD is simply dropped from figure. The body of figure is everything inside the figure element except for figcaption and its contents.

Details is changed similarly, with the heading element for details becoming &quot;summary&quot;.</description>
		<content:encoded><![CDATA[<p>Since 30th January, the heading element for figure is now &#8220;figcaption&#8221;, replacing DT. DD is simply dropped from figure. The body of figure is everything inside the figure element except for figcaption and its contents.</p>
<p>Details is changed similarly, with the heading element for details becoming &#8220;summary&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blijbol</title>
		<link>http://html5doctor.com/dd-details-wrong-again/#comment-1721</link>
		<dc:creator>Blijbol</dc:creator>
		<pubDate>Thu, 26 Nov 2009 22:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=991#comment-1721</guid>
		<description>&lt;strong&gt;Appearantly, there&#039;s a very simple solution to this problem.&lt;/strong&gt; Yes, much simpler than the solutions presented here.

Read about it on my blog:
http://blog.jeroenvandergun.nl/7-html5-figure-and-details-do-not-break-in-ie</description>
		<content:encoded><![CDATA[<p><strong>Appearantly, there&#8217;s a very simple solution to this problem.</strong> Yes, much simpler than the solutions presented here.</p>
<p>Read about it on my blog:<br />
<a href="http://blog.jeroenvandergun.nl/7-html5-figure-and-details-do-not-break-in-ie" rel="nofollow">http://blog.jeroenvandergun.nl/7-html5-figure-and-details-do-not-break-in-ie</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blijbol</title>
		<link>http://html5doctor.com/dd-details-wrong-again/#comment-1720</link>
		<dc:creator>Blijbol</dc:creator>
		<pubDate>Thu, 26 Nov 2009 20:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=991#comment-1720</guid>
		<description>I think the problem is smaller than it seems. Why do you want to style the dd element? The only logical reason is probably to remove the margin on the left. It isn&#039;t a huge problem if this style is bled to the parent since the parent probably doesn&#039;t have a margin anyway.

For all other cases, you can either insert a span element inside the dd element and style the span, or put the figure or details element inside a div and style that div.</description>
		<content:encoded><![CDATA[<p>I think the problem is smaller than it seems. Why do you want to style the dd element? The only logical reason is probably to remove the margin on the left. It isn&#8217;t a huge problem if this style is bled to the parent since the parent probably doesn&#8217;t have a margin anyway.</p>
<p>For all other cases, you can either insert a span element inside the dd element and style the span, or put the figure or details element inside a div and style that div.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lars Gunther</title>
		<link>http://html5doctor.com/dd-details-wrong-again/#comment-1406</link>
		<dc:creator>Lars Gunther</dc:creator>
		<pubDate>Fri, 16 Oct 2009 15:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=991#comment-1406</guid>
		<description>I am just about ready to give up on this. I have been arguing that dt/dd is bad since it changes the semantics as well as the syntax from its usage in dl, which is really bad from a teaching POV. To deaf ears. Dean Edwards et al have been arguing that the solution is bad from a technical POV. To deaf ears.

I really, really wish that something that actually was untested and thrown out like an &quot;hey, this is an interesting idea&quot; would not be carved into stone as it apparently has.</description>
		<content:encoded><![CDATA[<p>I am just about ready to give up on this. I have been arguing that dt/dd is bad since it changes the semantics as well as the syntax from its usage in dl, which is really bad from a teaching POV. To deaf ears. Dean Edwards et al have been arguing that the solution is bad from a technical POV. To deaf ears.</p>
<p>I really, really wish that something that actually was untested and thrown out like an &#8220;hey, this is an interesting idea&#8221; would not be carved into stone as it apparently has.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tino Zijdel</title>
		<link>http://html5doctor.com/dd-details-wrong-again/#comment-1402</link>
		<dc:creator>Tino Zijdel</dc:creator>
		<pubDate>Fri, 16 Oct 2009 08:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=991#comment-1402</guid>
		<description>Just a thought: Microsoft is still supporting IE6 and IE7 and actively patching (security) issues in those browsers. Wouldn&#039;t it be possible to ask Microsoft to patch this particular issue in IE6 and IE7 and distribute that patch the same as other patches for IE6 and 7? Chances are that people who will still be using IE6/7 some years from now will at least use a patched version, so imo it&#039;s not too late to solve this problem at the source.</description>
		<content:encoded><![CDATA[<p>Just a thought: Microsoft is still supporting IE6 and IE7 and actively patching (security) issues in those browsers. Wouldn&#8217;t it be possible to ask Microsoft to patch this particular issue in IE6 and IE7 and distribute that patch the same as other patches for IE6 and 7? Chances are that people who will still be using IE6/7 some years from now will at least use a patched version, so imo it&#8217;s not too late to solve this problem at the source.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SelenIT</title>
		<link>http://html5doctor.com/dd-details-wrong-again/#comment-1377</link>
		<dc:creator>SelenIT</dc:creator>
		<pubDate>Wed, 14 Oct 2009 17:23:51 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=991#comment-1377</guid>
		<description>&lt;blockquote&gt;Ironically the problem isn’t with the &lt;code&gt;dt&lt;/code&gt; part of the solution, it’s actually with the &lt;code&gt;dd&lt;/code&gt;.&lt;/blockquote&gt;
The problem is with the &lt;em&gt;last&lt;/em&gt; part of it, whatever it is. Just swapping &lt;code&gt;dt&lt;/code&gt; and &lt;code&gt;dd&lt;/code&gt; in the example seems to fix the problem with &lt;code&gt;dd&lt;/code&gt; styling... until we try to style dd as well.

This is the common problem of old IEs (7 and before)  — they &lt;em&gt;completely ignore&lt;/em&gt; the closing tags for all sort of list items (&lt;code&gt;li&lt;/code&gt;, &lt;code&gt;dt&lt;/code&gt; or &lt;code&gt;dd&lt;/code&gt;), closing them only implicitly, when the opening tag of the next list item or the closing tag of the list itself appears. I guess that it was done to ensure that the lists contain only allowed elements as direct children (for making the tag soup parsing easier).

And IMHO this is the reason not to reuse any list-related tags in any context other than lists...</description>
		<content:encoded><![CDATA[<blockquote><p>Ironically the problem isn’t with the <code>dt</code> part of the solution, it’s actually with the <code>dd</code>.</p></blockquote>
<p>The problem is with the <em>last</em> part of it, whatever it is. Just swapping <code>dt</code> and <code>dd</code> in the example seems to fix the problem with <code>dd</code> styling&#8230; until we try to style dd as well.</p>
<p>This is the common problem of old IEs (7 and before)  — they <em>completely ignore</em> the closing tags for all sort of list items (<code>li</code>, <code>dt</code> or <code>dd</code>), closing them only implicitly, when the opening tag of the next list item or the closing tag of the list itself appears. I guess that it was done to ensure that the lists contain only allowed elements as direct children (for making the tag soup parsing easier).</p>
<p>And IMHO this is the reason not to reuse any list-related tags in any context other than lists&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Pratt</title>
		<link>http://html5doctor.com/dd-details-wrong-again/#comment-1369</link>
		<dc:creator>Chris Pratt</dc:creator>
		<pubDate>Wed, 14 Oct 2009 01:59:43 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=991#comment-1369</guid>
		<description>Couldn&#039;t &lt;figure&gt; and &lt;details&gt; be treated just like &lt;section&gt; and simply indent and continue the document outline with &lt;h1&gt;-&lt;h6&gt;? Think of it as just another &lt;section&gt; but with additional semantics.</description>
		<content:encoded><![CDATA[<p>Couldn&#8217;t &lt;figure&gt; and &lt;details&gt; be treated just like &lt;section&gt; and simply indent and continue the document outline with &lt;h1&gt;-&lt;h6&gt;? Think of it as just another &lt;section&gt; but with additional semantics.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lisa Firke</title>
		<link>http://html5doctor.com/dd-details-wrong-again/#comment-1365</link>
		<dc:creator>Lisa Firke</dc:creator>
		<pubDate>Tue, 13 Oct 2009 18:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=991#comment-1365</guid>
		<description>Okay, let&#039;s not use dt/dd. The hack is very, very ugly. And the reality is, we have to make some allowance for IE6 and 7. We do. We don&#039;t like it, but we do.

Can anyone tell me what would be so heinously wrong with just marking up a the content of &lt;em&gt;detail&lt;/em&gt; and &lt;em&gt;figure&lt;/em&gt; with an h5 or h6 (indicating suitable subordination to the doc as a whole) and a paragraph? Must every title-like thingie and accompanying content have a special contextual tag, or can we just be simpler about things?

Or is that just CRAZY talk? ; )</description>
		<content:encoded><![CDATA[<p>Okay, let&#8217;s not use dt/dd. The hack is very, very ugly. And the reality is, we have to make some allowance for IE6 and 7. We do. We don&#8217;t like it, but we do.</p>
<p>Can anyone tell me what would be so heinously wrong with just marking up a the content of <em>detail</em> and <em>figure</em> with an h5 or h6 (indicating suitable subordination to the doc as a whole) and a paragraph? Must every title-like thingie and accompanying content have a special contextual tag, or can we just be simpler about things?</p>
<p>Or is that just CRAZY talk? ; )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remy Sharp</title>
		<link>http://html5doctor.com/dd-details-wrong-again/#comment-1362</link>
		<dc:creator>Remy Sharp</dc:creator>
		<pubDate>Tue, 13 Oct 2009 16:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=991#comment-1362</guid>
		<description>@Alejandro - thats pretty much what I was arguing in the IRC channel here: http://krijnhoetmer.nl/irc-logs/whatwg/20091013#l-554

However I understand the problem with this - and I&#039;ll be posting a follow up blog post here shortly explaining how to style up figure and details and how to treat it.</description>
		<content:encoded><![CDATA[<p>@Alejandro &#8211; thats pretty much what I was arguing in the IRC channel here: <a href="http://krijnhoetmer.nl/irc-logs/whatwg/20091013#l-554" rel="nofollow">http://krijnhoetmer.nl/irc-logs/whatwg/20091013#l-554</a></p>
<p>However I understand the problem with this &#8211; and I&#8217;ll be posting a follow up blog post here shortly explaining how to style up figure and details and how to treat it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alejandro Moreno</title>
		<link>http://html5doctor.com/dd-details-wrong-again/#comment-1361</link>
		<dc:creator>Alejandro Moreno</dc:creator>
		<pubDate>Tue, 13 Oct 2009 16:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=991#comment-1361</guid>
		<description>So what&#039;s wrong with this?

&lt;code&gt;
&lt;figure&gt;
    &lt;header&gt;This is the figure&#039;s header.&lt;/header&gt;
    &lt;p&gt;This is the content.&lt;/p&gt;
    &lt;footer&gt;This is the figure&#039;s footer.&lt;/footer&gt;
&lt;/figure&gt;
&lt;/code&gt;

And only one of &lt;header&gt; and &lt;footer&gt; are required.</description>
		<content:encoded><![CDATA[<p>So what&#8217;s wrong with this?</p>
<p><code><br />
&lt;figure&gt;<br />
    &lt;header&gt;This is the figure's header.&lt;/header&gt;<br />
    &lt;p&gt;This is the content.&lt;/p&gt;<br />
    &lt;footer&gt;This is the figure's footer.&lt;/footer&gt;<br />
&lt;/figure&gt;<br />
</code></p>
<p>And only one of &lt;header&gt; and &lt;footer&gt; are required.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

