[html5] r3978 - [e] (0) Mention <atom:entry> is similar to <article>
whatwg at whatwg.org
whatwg at whatwg.org
Wed Sep 23 00:14:50 PDT 2009
Author: ianh
Date: 2009-09-23 00:14:49 -0700 (Wed, 23 Sep 2009)
New Revision: 3978
Modified:
index
source
Log:
[e] (0) Mention <atom:entry> is similar to <article>
Modified: index
===================================================================
--- index 2009-09-22 22:38:09 UTC (rev 3977)
+++ index 2009-09-23 07:14:49 UTC (rev 3978)
@@ -112,7 +112,7 @@
<div class=head>
<p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<h1>HTML5</h1>
- <h2 class="no-num no-toc" id=draft-standard-—-22-september-2009>Draft Standard — 22 September 2009</h2>
+ <h2 class="no-num no-toc" id=draft-standard-—-23-september-2009>Draft Standard — 23 September 2009</h2>
<p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
<p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
<!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -13146,6 +13146,11 @@
element (q.v. the <code><a href=#the-address-element>address</a></code> element) does not apply to
nested <code><a href=#the-article-element>article</a></code> elements.</p>
+ <p class=note>When used specifically with content to be
+ redistributed in syndication, the <code><a href=#the-article-element>article</a></code> element is
+ similar in purpose to the <code title="">entry</code> element in
+ Atom. <a href=#refsATOM>[ATOM]</a>
+
<div class=example id=article-example>
<p>This example shows a blog post using the <code><a href=#the-article-element>article</a></code>
Modified: source
===================================================================
--- source 2009-09-22 22:38:09 UTC (rev 3977)
+++ source 2009-09-23 07:14:49 UTC (rev 3978)
@@ -13966,6 +13966,11 @@
element (q.v. the <code>address</code> element) does not apply to
nested <code>article</code> elements.</p>
+ <p class="note">When used specifically with content to be
+ redistributed in syndication, the <code>article</code> element is
+ similar in purpose to the <code title="">entry</code> element in
+ Atom. <a href="#refsATOM">[ATOM]</a>
+
<div id="article-example" class="example">
<p>This example shows a blog post using the <code>article</code>
More information about the Commit-Watchers
mailing list