- From: poot <cvsmail@w3.org>
- Date: Thu, 24 Sep 2009 19:25:55 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Show that you don't need to put <nav> in <header>. (whatwg r3987) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3148&r2=1.3149&f=h http://html5.org/tools/web-apps-tracker?from=3986&to=3987 =================================================================== 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:26:31 UTC