html5/spec Overview.html,1.4046,1.4047

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv13062

Modified Files:
	Overview.html 
Log Message:
fine tune <section> and <article> descriptions some more. (whatwg r5031)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4046
retrieving revision 1.4047
diff -u -d -r1.4046 -r1.4047
--- Overview.html	13 Apr 2010 08:47:14 -0000	1.4046
+++ Overview.html	13 Apr 2010 08:50:09 -0000	1.4047
@@ -12672,8 +12672,9 @@
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="#htmlelement">HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href="#the-section-element">section</a></code> element <a href="#represents">represents</a> a
-  generic document or application section. A section, in this context,
-  is a thematic grouping of content, typically with a heading.<p class="example">Examples of sections would be chapters, the
+  generic section of a document or application. A section, in this
+  context, is a thematic grouping of content, typically with a
+  heading.<p class="example">Examples of sections would be chapters, the
   various tabbed pages in a tabbed dialog box, or the numbered
   sections of a thesis. A Web site's home page could be split into
   sections for an introduction, news items, contact information.<p class="note">Authors are encouraged to use the
@@ -12898,12 +12899,12 @@
    <dt>DOM interface:</dt>
    <dd>Uses <code><a href="#htmlelement">HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href="#the-article-element">article</a></code> element <a href="#represents">represents</a> a
-  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 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
+  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 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 blog entry on a site that accepts user-submitted

Received on Tuesday, 13 April 2010 08:50:17 UTC