[html5] r3979 - [a] (0) Remove the word 'independent' from the definition of <article> to avoid [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Sep 23 01:43:16 PDT 2009
Author: ianh
Date: 2009-09-23 01:43:15 -0700 (Wed, 23 Sep 2009)
New Revision: 3979
Modified:
index
source
Log:
[a] (0) Remove the word 'independent' from the definition of <article> to avoid quite so much confusion.
Modified: index
===================================================================
--- index 2009-09-23 07:14:49 UTC (rev 3978)
+++ index 2009-09-23 08:43:15 UTC (rev 3979)
@@ -13126,13 +13126,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>
+ 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>
<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
Modified: source
===================================================================
--- source 2009-09-23 07:14:49 UTC (rev 3978)
+++ source 2009-09-23 08:43:15 UTC (rev 3979)
@@ -13946,13 +13946,12 @@
</dl>
<p>The <code>article</code> element <span>represents</span> 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>
+ 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>
<p>When <code>article</code> elements are nested, the inner
<code>article</code> elements represent articles that are in
More information about the Commit-Watchers
mailing list