[html5] r3684 - [e] (0) Clarify usage of <article> for widgets.

whatwg at whatwg.org whatwg at whatwg.org
Thu Aug 27 17:48:44 PDT 2009


Author: ianh
Date: 2009-08-27 17:48:42 -0700 (Thu, 27 Aug 2009)
New Revision: 3684

Modified:
   index
   source
Log:
[e] (0) Clarify usage of <article> for widgets.

Modified: index
===================================================================
--- index	2009-08-28 00:33:35 UTC (rev 3683)
+++ index	2009-08-28 00:48:42 UTC (rev 3684)
@@ -71,7 +71,7 @@
   <div class=head>
    <p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
    <h1>HTML 5</h1>
-   <h2 class="no-num no-toc" id=draft-standard-—-27-august-2009>Draft Standard — 27 August 2009</h2>
+   <h2 class="no-num no-toc" id=draft-standard-—-28-august-2009>Draft Standard — 28 August 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>-->
@@ -12687,13 +12687,15 @@
    </dd>
   </dl><p>The <code><a href=#the-article-element>article</a></code> element <a href=#represents>represents</a> a
   section of a page that consists of a composition that forms an
-  independent part of a document, page, or site. This could be a forum
-  post, a magazine or newspaper article, a Web log entry, a
-  user-submitted comment, or any other independent item of
-  content.</p>
+  independent part of a document, page, application, or site. This
+  could be a forum post, a magazine or newspaper article, a Web log
+  entry, a user-submitted comment, an interactive widget, or any other
+  independent item of content.</p>
  
   <p>An <code><a href=#the-article-element>article</a></code> element is "independent" in the sense
-  that its contents could stand alone, for example in syndication.</p>
+  that its contents could stand alone, for example in syndication, or
+  as a interchangeable component on a user-configurable portal
+  page.</p>
 
   <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
@@ -74388,6 +74390,7 @@
   Steve Runyon,
   Steven Bennett,
   Steven Garrity,
+  Steven Tate,
   Stewart Brodie,
   Stuart Ballard,
   Stuart Parmenter,

Modified: source
===================================================================
--- source	2009-08-28 00:33:35 UTC (rev 3683)
+++ source	2009-08-28 00:48:42 UTC (rev 3684)
@@ -13550,13 +13550,15 @@
 
   <p>The <code>article</code> element <span>represents</span> a
   section of a page that consists of a composition that forms an
-  independent part of a document, page, or site. This could be a forum
-  post, a magazine or newspaper article, a Web log entry, a
-  user-submitted comment, or any other independent item of
-  content.</p>
+  independent part of a document, page, application, or site. This
+  could be a forum post, a magazine or newspaper article, a Web log
+  entry, a user-submitted comment, an interactive widget, or any other
+  independent item of content.</p>
  
   <p>An <code>article</code> element is "independent" in the sense
-  that its contents could stand alone, for example in syndication.</p>
+  that its contents could stand alone, for example in syndication, or
+  as a interchangeable component on a user-configurable portal
+  page.</p>
 
   <p>When <code>article</code> elements are nested, the inner
   <code>article</code> elements represent articles that are in
@@ -88298,6 +88300,7 @@
   Steve Runyon,
   Steven Bennett,
   Steven Garrity,
+  Steven Tate,
   Stewart Brodie,
   Stuart Ballard,
   Stuart Parmenter,




More information about the Commit-Watchers mailing list