[html5] r3442 - [e] (0) Clarify what is normative and what is not in the <header> section.
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jul 17 04:42:17 PDT 2009
Author: ianh
Date: 2009-07-17 04:42:15 -0700 (Fri, 17 Jul 2009)
New Revision: 3442
Modified:
index
source
Log:
[e] (0) Clarify what is normative and what is not in the <header> section.
Modified: index
===================================================================
--- index 2009-07-17 11:29:45 UTC (rev 3441)
+++ index 2009-07-17 11:42:15 UTC (rev 3442)
@@ -12469,12 +12469,14 @@
<dt>DOM interface:</dt>
<dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
</dl><p>The <code><a href=#the-header-element>header</a></code> element <a href=#represents>represents</a> a group
- of introductory or navigational aids. A <code><a href=#the-header-element>header</a></code> element
- typically contains the section's heading (an
+ of introductory or navigational aids.</p>
+
+ <p class=note>A <code><a href=#the-header-element>header</a></code> element is intended to usually
+ contain the section's heading (an
<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h1</a></code>–<code><a href=#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements>h6</a></code> element or an
- <code><a href=#the-hgroup-element>hgroup</a></code> element), but can also contain other content,
- such as a table of contents, a search form, or any relevant
- logos.</p>
+ <code><a href=#the-hgroup-element>hgroup</a></code> element), but this is not required. The
+ <code><a href=#the-header-element>header</a></code> element can also be used to wrap a section's
+ table of contents, a search form, or any relevant logos.</p>
<div class=example>
Modified: source
===================================================================
--- source 2009-07-17 11:29:45 UTC (rev 3441)
+++ source 2009-07-17 11:42:15 UTC (rev 3442)
@@ -13225,12 +13225,14 @@
</dl>
<p>The <code>header</code> element <span>represents</span> a group
- of introductory or navigational aids. A <code>header</code> element
- typically contains the section's heading (an
+ of introductory or navigational aids.</p>
+
+ <p class="note">A <code>header</code> element is intended to usually
+ contain the section's heading (an
<code>h1</code>–<code>h6</code> element or an
- <code>hgroup</code> element), but can also contain other content,
- such as a table of contents, a search form, or any relevant
- logos.</p>
+ <code>hgroup</code> element), but this is not required. The
+ <code>header</code> element can also be used to wrap a section's
+ table of contents, a search form, or any relevant logos.</p>
<div class="example">
More information about the Commit-Watchers
mailing list