- From: poot <cvsmail@w3.org>
- Date: Wed, 23 Sep 2009 17:36:38 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Remove the word 'independent' from the definition of <article> to
avoid quite so much confusion. (whatwg r3979)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3140&r2=1.3141&f=h
http://html5.org/tools/web-apps-tracker?from=3978&to=3979
===================================================================
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:37:17 UTC