[html5] r3987 - [e] (0) Show that you don't need to put <nav> in <header>.
whatwg at whatwg.org
whatwg at whatwg.org
Thu Sep 24 03:19:40 PDT 2009
Author: ianh
Date: 2009-09-24 03:19:39 -0700 (Thu, 24 Sep 2009)
New Revision: 3987
Modified:
index
source
Log:
[e] (0) Show that you don't need to put <nav> in <header>.
Modified: index
===================================================================
--- index 2009-09-24 10:10:12 UTC (rev 3986)
+++ index 2009-09-24 10:19:39 UTC (rev 3987)
@@ -13077,14 +13077,15 @@
<article>
<header>
<h1>Demos in Exampland</h1>
- <nav>
- <ul>
- <li><a href="#public">Public demonstrations</a></li>
- <li><a href="#destroy">Demolitions</a></li>
- <em>...more...</em>
- </ul>
- </nav>
+ <p>Written by A. N. Other.</p>
</header>
+ <nav>
+ <ul>
+ <li><a href="#public">Public demonstrations</a></li>
+ <li><a href="#destroy">Demolitions</a></li>
+ <em>...more...</em>
+ </ul>
+ </nav>
<div>
<section id="public">
<h1>Public demonstrations</h1>
Modified: source
===================================================================
--- source 2009-09-24 10:10:12 UTC (rev 3986)
+++ source 2009-09-24 10:19:39 UTC (rev 3987)
@@ -13899,14 +13899,15 @@
<article>
<header>
<h1>Demos in Exampland</h1>
- <nav>
- <ul>
- <li><a href="#public">Public demonstrations</a></li>
- <li><a href="#destroy">Demolitions</a></li>
- <em>...more...</em>
- </ul>
- </nav>
+ <p>Written by A. N. Other.</p>
</header>
+ <nav>
+ <ul>
+ <li><a href="#public">Public demonstrations</a></li>
+ <li><a href="#destroy">Demolitions</a></li>
+ <em>...more...</em>
+ </ul>
+ </nav>
<div>
<section id="public">
<h1>Public demonstrations</h1>
More information about the Commit-Watchers
mailing list