[html5] r3869 - [e] (0) Tweak element definitions based on data collected from a study Jeremey did.
whatwg at whatwg.org
whatwg at whatwg.org
Tue Sep 15 18:08:47 PDT 2009
Author: ianh
Date: 2009-09-15 18:08:46 -0700 (Tue, 15 Sep 2009)
New Revision: 3869
Modified:
index
source
Log:
[e] (0) Tweak element definitions based on data collected from a study Jeremey did.
Modified: index
===================================================================
--- index 2009-09-16 00:44:30 UTC (rev 3868)
+++ index 2009-09-16 01:08:46 UTC (rev 3869)
@@ -12851,8 +12851,7 @@
<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, possibly
- with a footer.</p>
+ is a thematic grouping of content, typically with a heading.</p>
<p class=example>Examples of sections would be chapters, the
various tabbed pages in a tabbed dialog box, or the numbered
@@ -13044,11 +13043,11 @@
<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
- section of a page that consists of a composition that forms an
- independent part of a document, page, application, or site. This
- could be a forum post, a magazine or newspaper article, a Web log
- entry, a user-submitted comment, an interactive widget, or any other
- independent item of content.</p>
+ component of a page that consists of a self-contained composition
+ that forms an independent part of a document, page, application, or
+ site. This could be a forum post, a magazine or newspaper article, a
+ Web log entry, a user-submitted comment, an interactive widget, or
+ any other independent item of content.</p>
<p>An <code><a href=#the-article-element>article</a></code> element is "independent" in the sense
that its contents could stand alone, for example in syndication, or
@@ -39035,8 +39034,9 @@
attribute boolean <a href=#dom-details-open title=dom-details-open>open</a>;
};</pre>
</dd>
- </dl><p>The <code><a href=#the-details-element>details</a></code> element <a href=#represents>represents</a> additional
- information or controls which the user can obtain on demand.</p>
+ </dl><p>The <code><a href=#the-details-element>details</a></code> element <a href=#represents>represents</a> a
+ disclosure widget from which the user can obtain additional
+ information or controls.</p>
<p class=note>The <code><a href=#the-details-element>details</a></code> element is not appropriate
for footnotes. Please see <a href=#footnotes>the section on
Modified: source
===================================================================
--- source 2009-09-16 00:44:30 UTC (rev 3868)
+++ source 2009-09-16 01:08:46 UTC (rev 3869)
@@ -13661,8 +13661,7 @@
<p>The <code>section</code> element <span>represents</span> a
generic document or application section. A section, in this context,
- is a thematic grouping of content, typically with a heading, possibly
- with a footer.</p>
+ is a thematic grouping of content, typically with a heading.</p>
<p class="example">Examples of sections would be chapters, the
various tabbed pages in a tabbed dialog box, or the numbered
@@ -13860,11 +13859,11 @@
</dl>
<p>The <code>article</code> element <span>represents</span> a
- section of a page that consists of a composition that forms an
- independent part of a document, page, application, or site. This
- could be a forum post, a magazine or newspaper article, a Web log
- entry, a user-submitted comment, an interactive widget, or any other
- independent item of content.</p>
+ component of a page that consists of a self-contained composition
+ that forms an independent part of a document, page, application, or
+ site. This could be a forum post, a magazine or newspaper article, a
+ Web log entry, a user-submitted comment, an interactive widget, or
+ any other independent item of content.</p>
<p>An <code>article</code> element is "independent" in the sense
that its contents could stand alone, for example in syndication, or
@@ -43812,8 +43811,9 @@
</dd>
</dl>
- <p>The <code>details</code> element <span>represents</span> additional
- information or controls which the user can obtain on demand.</p>
+ <p>The <code>details</code> element <span>represents</span> a
+ disclosure widget from which the user can obtain additional
+ information or controls.</p>
<p class="note">The <code>details</code> element is not appropriate
for footnotes. Please see <a href="#footnotes">the section on
More information about the Commit-Watchers
mailing list