[html5] r5221 - [e] (0) Try to once again clarify <article>'s definition a bit.
whatwg at whatwg.org
whatwg at whatwg.org
Wed Jul 28 17:34:09 PDT 2010
Author: ianh
Date: 2010-07-28 17:34:06 -0700 (Wed, 28 Jul 2010)
New Revision: 5221
Modified:
complete.html
index
source
Log:
[e] (0) Try to once again clarify <article>'s definition a bit.
Modified: complete.html
===================================================================
--- complete.html 2010-07-28 23:03:17 UTC (rev 5220)
+++ complete.html 2010-07-29 00:34:06 UTC (rev 5221)
@@ -209,7 +209,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>Web Applications 1.0</h1>
- <h2 class="no-num no-toc">Draft Standard — 28 July 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 29 July 2010</h2>
</hgroup><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>-->
@@ -15245,7 +15245,7 @@
<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
self-contained composition in a document, page, application, or site
- and that is intended to be independently distributable or reusable,
+ and that is, in principle, 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
Modified: index
===================================================================
--- index 2010-07-28 23:03:17 UTC (rev 5220)
+++ index 2010-07-29 00:34:06 UTC (rev 5221)
@@ -213,7 +213,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG src=/images/logo></a></p>
<hgroup><h1>HTML5 (including next generation additions still in development)</h1>
- <h2 class="no-num no-toc">Draft Standard — 28 July 2010</h2>
+ <h2 class="no-num no-toc">Draft Standard — 29 July 2010</h2>
</hgroup><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>-->
@@ -15169,7 +15169,7 @@
<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
self-contained composition in a document, page, application, or site
- and that is intended to be independently distributable or reusable,
+ and that is, in principle, 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
Modified: source
===================================================================
--- source 2010-07-28 23:03:17 UTC (rev 5220)
+++ source 2010-07-29 00:34:06 UTC (rev 5221)
@@ -16110,7 +16110,7 @@
<p>The <code>article</code> element <span>represents</span> a
self-contained composition in a document, page, application, or site
- and that is intended to be independently distributable or reusable,
+ and that is, in principle, 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
More information about the Commit-Watchers
mailing list