- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Sep 2009 07:07:47 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21522
Modified Files:
Overview.html
Log Message:
Mention <atom:entry> is similar to <article> (whatwg r3978)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3139
retrieving revision 1.3140
diff -u -d -r1.3139 -r1.3140
--- Overview.html 22 Sep 2009 22:31:07 -0000 1.3139
+++ Overview.html 23 Sep 2009 07:07:44 -0000 1.3140
@@ -215,7 +215,7 @@
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
<!--ZZZ:-->
<!--<h2 class="no-num no-toc">W3C Working Draft 25 August 2009</h2>-->
- <h2 class="no-num no-toc" id="editor-s-draft-22-september-2009">Editor's Draft 22 September 2009</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-23-september-2009">Editor's Draft 23 September 2009</h2>
<!--:ZZZ-->
<dl><!-- ZZZ: update the month/day (twice), (un)comment out--><!--
<dt>This Version:</dt>
@@ -317,7 +317,7 @@
track.
<!--ZZZ:-->
<!--This specification is the 25 August 2009 Working Draft.-->
- This specification is the 22 September 2009 Editor's Draft.
+ This specification is the 23 September 2009 Editor's Draft.
<!--:ZZZ-->
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>This specification is also being produced by the <a href="http://www.whatwg.org/">WHATWG</a>. The two specifications are
identical from the table of contents onwards.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- context and rationale (required) --><p>This specification is intended to replace (be a new version of)
@@ -11649,7 +11649,12 @@
elements nested within the <code><a href="#the-article-element">article</a></code> element for the Web
log entry.<p>Author information associated with an <code><a href="#the-article-element">article</a></code>
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.<div class="example" id="article-example">
+ nested <code><a href="#the-article-element">article</a></code> elements.<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>
element:</p>
Received on Wednesday, 23 September 2009 07:07:56 UTC