- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 17 Jul 2009 11:42:24 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv26617
Modified Files:
Overview.html
Log Message:
Clarify what is normative and what is not in the <header> section. (whatwg r3442)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2566
retrieving revision 1.2567
diff -u -d -r1.2566 -r1.2567
--- Overview.html 17 Jul 2009 11:29:51 -0000 1.2566
+++ Overview.html 17 Jul 2009 11:42:21 -0000 1.2567
@@ -10993,12 +10993,12 @@
<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 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.<div class="example">
+ <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.<div class="example">
<p>Here are some sample headers. This first one is for a game:</p>
Received on Friday, 17 July 2009 11:42:33 UTC