- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 19 Dec 2009 01:34:33 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv7704 Modified Files: Overview.html Log Message: Web log -> blog (whatwg r4453) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3552 retrieving revision 1.3553 diff -u -d -r1.3552 -r1.3553 --- Overview.html 18 Dec 2009 08:12:11 -0000 1.3552 +++ Overview.html 19 Dec 2009 01:34:30 -0000 1.3553 @@ -260,7 +260,7 @@ <h1>HTML5</h1> <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> - <h2 class="no-num no-toc" id="editor-s-draft-18-december-2009">Editor's Draft 18 December 2009</h2> + <h2 class="no-num no-toc" id="editor-s-draft-19-december-2009">Editor's Draft 19 December 2009</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -353,7 +353,7 @@ specification's progress along the W3C Recommendation track. - This specification is the 18 December 2009 Editor's Draft. + This specification is the 19 December 2009 Editor's Draft. </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) what was previously the HTML4, XHTML1, and DOM2 HTML @@ -12003,15 +12003,15 @@ component of a page that consists of a self-contained composition in a document, page, application, or site and that is intended to be independently distributable or reusable, e.g. in syndication. This - could be a forum post, a magazine or newspaper article, a Web log + could be a forum post, a magazine or newspaper article, a blog entry, a user-submitted comment, an interactive widget or gadget, or any other independent item of content.<p>When <code><a href="#the-article-element">article</a></code> elements are nested, the inner <code><a href="#the-article-element">article</a></code> elements represent articles that are in principle related to the contents of the outer article. For - instance, a Web log entry on a site that accepts user-submitted + instance, a blog entry on a site that accepts user-submitted comments could represent the comments as <code><a href="#the-article-element">article</a></code> - 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> + elements nested within the <code><a href="#the-article-element">article</a></code> element for the blog + 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.<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
Received on Saturday, 19 December 2009 01:34:35 UTC