<?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: Hello, summary and figcaption elements</title>
	<atom:link href="http://html5doctor.com/summary-figcaption-element/feed/" rel="self" type="application/rss+xml" />
	<link>http://html5doctor.com/summary-figcaption-element/</link>
	<description>helping you implement HTML5 today</description>
	<lastBuildDate>Thu, 29 Jul 2010 20:57:13 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adam Boarman&#39;s dot com &#187; Blog Archive &#187; The figure &#38; figcaption elements</title>
		<link>http://html5doctor.com/summary-figcaption-element/comment-page-1/#comment-5655</link>
		<dc:creator>Adam Boarman&#39;s dot com &#187; Blog Archive &#187; The figure &#38; figcaption elements</dc:creator>
		<pubDate>Thu, 24 Jun 2010 08:14:13 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1343#comment-5655</guid>
		<description>[...] readers will know that a new element was recently introduced, namely &lt;figcaption&gt;. Who knows if it&#8217;ll stick, but for now here&#8217;s what the spec [...]</description>
		<content:encoded><![CDATA[<p>[...] readers will know that a new element was recently introduced, namely &lt;figcaption&gt;. Who knows if it&#8217;ll stick, but for now here&#8217;s what the spec [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: New HTML5 elements: summary &#38; figcaption - Gurushala</title>
		<link>http://html5doctor.com/summary-figcaption-element/comment-page-1/#comment-2329</link>
		<dc:creator>New HTML5 elements: summary &#38; figcaption - Gurushala</dc:creator>
		<pubDate>Sun, 28 Feb 2010 00:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1343#comment-2329</guid>
		<description>[...] two new HTML elements: summary and figcaption were added to HTML5 project. The creation of these new elements to the [...]</description>
		<content:encoded><![CDATA[<p>[...] two new HTML elements: summary and figcaption were added to HTML5 project. The creation of these new elements to the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alohci</title>
		<link>http://html5doctor.com/summary-figcaption-element/comment-page-1/#comment-2317</link>
		<dc:creator>Alohci</dc:creator>
		<pubDate>Thu, 25 Feb 2010 00:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1343#comment-2317</guid>
		<description>@fjpoblam - The figcaption needs to be a direct child of figure. You can put the &lt;a&gt; tags outside the &lt;figure&gt; tags to achieve what you&#039;re trying to do in a valid way.</description>
		<content:encoded><![CDATA[<p>@fjpoblam &#8211; The figcaption needs to be a direct child of figure. You can put the &lt;a&gt; tags outside the &lt;figure&gt; tags to achieve what you&#8217;re trying to do in a valid way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fjpoblam</title>
		<link>http://html5doctor.com/summary-figcaption-element/comment-page-1/#comment-2312</link>
		<dc:creator>fjpoblam</dc:creator>
		<pubDate>Wed, 24 Feb 2010 16:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1343#comment-2312</guid>
		<description>Probably, I misunderstand the intent of &lt;figure&gt; and should be using &lt;section&gt; instead, as I see the W3 validator rejects what I&#039;m trying:

&lt;figure&gt;
&lt;a href=&quot;http://[...rest of URL...]&quot;&gt;
&lt;img [...stuff...] &gt;
&lt;figcaption&gt;
[text]
&lt;/figcaption&gt;
&lt;/a&gt;
&lt;/figure&gt;

The W3 validator wants an &lt;a&gt; for the &lt;img&gt; and a separate &lt;a&gt; inside the &lt;figcaption&gt;.</description>
		<content:encoded><![CDATA[<p>Probably, I misunderstand the intent of &lt;figure&gt; and should be using &lt;section&gt; instead, as I see the W3 validator rejects what I&#8217;m trying:</p>
<p>&lt;figure&gt;<br />
&lt;a href=&#8221;http://[...rest of URL...]&#8220;&gt;<br />
&lt;img [...stuff...] &gt;<br />
&lt;figcaption&gt;<br />
[text]<br />
&lt;/figcaption&gt;<br />
&lt;/a&gt;<br />
&lt;/figure&gt;</p>
<p>The W3 validator wants an &lt;a&gt; for the &lt;img&gt; and a separate &lt;a&gt; inside the &lt;figcaption&gt;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bractus</title>
		<link>http://html5doctor.com/summary-figcaption-element/comment-page-1/#comment-2276</link>
		<dc:creator>bractus</dc:creator>
		<pubDate>Thu, 18 Feb 2010 17:33:35 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1343#comment-2276</guid>
		<description>Hi Bruce

Do you have any document shows logic order of html5 tags? I mean shows what is the best practice using tags within each other.
For example, I saw a developer is using &lt;section first  and then &lt;article but others use vice versa.</description>
		<content:encoded><![CDATA[<p>Hi Bruce</p>
<p>Do you have any document shows logic order of html5 tags? I mean shows what is the best practice using tags within each other.<br />
For example, I saw a developer is using &lt;section first  and then &lt;article but others use vice versa.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce Lawson</title>
		<link>http://html5doctor.com/summary-figcaption-element/comment-page-1/#comment-2218</link>
		<dc:creator>Bruce Lawson</dc:creator>
		<pubDate>Mon, 08 Feb 2010 09:34:06 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1343#comment-2218</guid>
		<description>JoshS

my reading is same as yours. But I think that they way details is currently specified is enough for the 80% of authorial needs.</description>
		<content:encoded><![CDATA[<p>JoshS</p>
<p>my reading is same as yours. But I think that they way details is currently specified is enough for the 80% of authorial needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JoshS</title>
		<link>http://html5doctor.com/summary-figcaption-element/comment-page-1/#comment-2213</link>
		<dc:creator>JoshS</dc:creator>
		<pubDate>Fri, 05 Feb 2010 20:44:07 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1343#comment-2213</guid>
		<description>If I read the spec correctly, the summary tag is always visible, and everything else in the details tag is only visible when the open attribute is set. &lt;a href=&quot;http://dev.w3.org/html5/spec/interactive-elements.html#the-details-element&quot; rel=&quot;nofollow&quot;&gt;Pillar Magazine Example&lt;/a&gt;

Assuming this is correct, I have some comments about the summary tag. The content model for the summary tag is phrasing content, which means it can only contain other phrasing content. 

What if you want to have more complex info in the summary. As an example, I&#039;m thinking about the Facebook Settings page. They have a setting heading, description and current value. When you show the &quot;details&quot; area, you see the edit fields (like the Pillar Magazine example, BUT some of the &quot;summary&quot; is not visible.

I can&#039;t see this working with summary as currently defined unless, summary is not phrasing content or if other child elements of the details element could be visible when it is &quot;closed.&quot;</description>
		<content:encoded><![CDATA[<p>If I read the spec correctly, the summary tag is always visible, and everything else in the details tag is only visible when the open attribute is set. <a href="http://dev.w3.org/html5/spec/interactive-elements.html#the-details-element" rel="nofollow">Pillar Magazine Example</a></p>
<p>Assuming this is correct, I have some comments about the summary tag. The content model for the summary tag is phrasing content, which means it can only contain other phrasing content. </p>
<p>What if you want to have more complex info in the summary. As an example, I&#8217;m thinking about the Facebook Settings page. They have a setting heading, description and current value. When you show the &#8220;details&#8221; area, you see the edit fields (like the Pillar Magazine example, BUT some of the &#8220;summary&#8221; is not visible.</p>
<p>I can&#8217;t see this working with summary as currently defined unless, summary is not phrasing content or if other child elements of the details element could be visible when it is &#8220;closed.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lucideer</title>
		<link>http://html5doctor.com/summary-figcaption-element/comment-page-1/#comment-2212</link>
		<dc:creator>lucideer</dc:creator>
		<pubDate>Thu, 04 Feb 2010 18:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1343#comment-2212</guid>
		<description>&quot;Are you suggesting that we shouldn’t add things to the spec because, if used badly, they might be dangerous/ misused?&quot;
I would think things shouldn&#039;t be added to the spec if it&#039;s reasonable to assume they will be used badly often enough to degrade the overall quality/usabilty of websites by a greater amount than any potential benefit.

@Shelley, on printing.
I would imagine the ideal behaviour, if details is kept, would be to print details in it&#039;s current state. That would be the expected behaviour I would guess.</description>
		<content:encoded><![CDATA[<p>&#8220;Are you suggesting that we shouldn’t add things to the spec because, if used badly, they might be dangerous/ misused?&#8221;<br />
I would think things shouldn&#8217;t be added to the spec if it&#8217;s reasonable to assume they will be used badly often enough to degrade the overall quality/usabilty of websites by a greater amount than any potential benefit.</p>
<p>@Shelley, on printing.<br />
I would imagine the ideal behaviour, if details is kept, would be to print details in it&#8217;s current state. That would be the expected behaviour I would guess.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shelley</title>
		<link>http://html5doctor.com/summary-figcaption-element/comment-page-1/#comment-2211</link>
		<dc:creator>Shelley</dc:creator>
		<pubDate>Thu, 04 Feb 2010 13:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1343#comment-2211</guid>
		<description>Oh and PS, as for Hixie&#039;s statement:

&quot;Hixie replied “Generally speaking, browser vendors have found that people expect their “print” features to just print what’s on the screen. However, I’m certainly open to changing the spec on this if the browser vendors feel the spec should change”.&quot;

The web, past, present, or future, does not belong only to Opera, Apple, Mozilla, Microsoft, and Google.</description>
		<content:encoded><![CDATA[<p>Oh and PS, as for Hixie&#8217;s statement:</p>
<p>&#8220;Hixie replied “Generally speaking, browser vendors have found that people expect their “print” features to just print what’s on the screen. However, I’m certainly open to changing the spec on this if the browser vendors feel the spec should change”.&#8221;</p>
<p>The web, past, present, or future, does not belong only to Opera, Apple, Mozilla, Microsoft, and Google.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shelley</title>
		<link>http://html5doctor.com/summary-figcaption-element/comment-page-1/#comment-2210</link>
		<dc:creator>Shelley</dc:creator>
		<pubDate>Thu, 04 Feb 2010 13:17:31 +0000</pubDate>
		<guid isPermaLink="false">http://html5doctor.com/?p=1343#comment-2210</guid>
		<description>Bruce, I&#039;m saying that we have to understand who the element is for, and the use cases for the element, first.

We shouldn&#039;t be adding things into HTML because of some coolness factor, or a browser developer or spec writer thought it would be neat. 

Everything that goes into the next version of HTML should be questioned, its impact understood, backed by relevant use cases, a solid understanding of the audience for the change, and rigorous testing to ensure that the addition won&#039;t cause confusion or break existing web pages. 

This process may come off dull and uninteresting, but HTML is the foundation on which everything is built: we can&#039;t turn it into an ever changing set of tinker toys. 

I checked back into the history of Details, and can never find where anyone specifically asked for this element. Definitely no one from the HTML authoring community asked for it, at least, as far as I can discover to this point. So what we&#039;re doing, then, is providing this brand new element, and also introducing declarative animations into an environment that isn&#039;t necessarily set up to handle such animations. At least, not handle declarative animations, cleanly. And we&#039;re doing so because someone had an idea that the triangle expando sections should be markup, rather than CSS and JavaScript. 

There&#039;s nothing &quot;semantic&quot; about an expando section. It&#039;s nothing more than a way of compressing page space. It&#039;s no different than the use of tabs, but we&#039;re not adding these to the spec. Or at least, not yet (now that we&#039;ve opened the door, who knows). Or overlay elements, or popups, or any of the other JS/CSS enabled behaviors we&#039;ve used to manage page space.

In fact, to return to Peter&#039;s note about print (or other instances where JS and JS behaviors are turned off), if the details element was semantically viable, its state should be preserved in the printed result, but I can&#039;t imagine anyone who would want it to be. 

You might want to consider bringing this up in the W3C, because that&#039;s where the discussion on the change proposal will be. Or not, your choice, but that is where the discussion will occur.</description>
		<content:encoded><![CDATA[<p>Bruce, I&#8217;m saying that we have to understand who the element is for, and the use cases for the element, first.</p>
<p>We shouldn&#8217;t be adding things into HTML because of some coolness factor, or a browser developer or spec writer thought it would be neat. </p>
<p>Everything that goes into the next version of HTML should be questioned, its impact understood, backed by relevant use cases, a solid understanding of the audience for the change, and rigorous testing to ensure that the addition won&#8217;t cause confusion or break existing web pages. </p>
<p>This process may come off dull and uninteresting, but HTML is the foundation on which everything is built: we can&#8217;t turn it into an ever changing set of tinker toys. </p>
<p>I checked back into the history of Details, and can never find where anyone specifically asked for this element. Definitely no one from the HTML authoring community asked for it, at least, as far as I can discover to this point. So what we&#8217;re doing, then, is providing this brand new element, and also introducing declarative animations into an environment that isn&#8217;t necessarily set up to handle such animations. At least, not handle declarative animations, cleanly. And we&#8217;re doing so because someone had an idea that the triangle expando sections should be markup, rather than CSS and JavaScript. </p>
<p>There&#8217;s nothing &#8220;semantic&#8221; about an expando section. It&#8217;s nothing more than a way of compressing page space. It&#8217;s no different than the use of tabs, but we&#8217;re not adding these to the spec. Or at least, not yet (now that we&#8217;ve opened the door, who knows). Or overlay elements, or popups, or any of the other JS/CSS enabled behaviors we&#8217;ve used to manage page space.</p>
<p>In fact, to return to Peter&#8217;s note about print (or other instances where JS and JS behaviors are turned off), if the details element was semantically viable, its state should be preserved in the printed result, but I can&#8217;t imagine anyone who would want it to be. </p>
<p>You might want to consider bringing this up in the W3C, because that&#8217;s where the discussion on the change proposal will be. Or not, your choice, but that is where the discussion will occur.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
