- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 23 Sep 2009 08:36:12 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv6994
Modified Files:
Overview.html
Log Message:
Remove the word 'independent' from the definition of <article> to avoid quite so much confusion. (whatwg r3979)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3140
retrieving revision 1.3141
diff -u -d -r1.3140 -r1.3141
--- Overview.html 23 Sep 2009 07:07:44 -0000 1.3140
+++ Overview.html 23 Sep 2009 08:36:09 -0000 1.3141
@@ -11635,13 +11635,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
- that forms an independent part of 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 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
+ 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
+ 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
Received on Wednesday, 23 September 2009 08:36:22 UTC