- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 24 Sep 2009 10:12:22 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv7850
Modified Files:
Overview.html
Log Message:
Show that you don't need to put <nav> in <header>. (whatwg r3987)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3148
retrieving revision 1.3149
diff -u -d -r1.3148 -r1.3149
--- Overview.html 24 Sep 2009 10:02:52 -0000 1.3148
+++ Overview.html 24 Sep 2009 10:12:19 -0000 1.3149
@@ -11591,14 +11591,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>
Received on Thursday, 24 September 2009 10:25:48 UTC