Skip to content

Commit

Permalink
[e] (0) Show that you don't need to put <nav> in <header>.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3987 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 24, 2009
1 parent 970eea1 commit ee06d7d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 14 deletions.
15 changes: 8 additions & 7 deletions index
Expand Up @@ -13077,14 +13077,15 @@ not-slash = %x0000-002E / %x0030-10FFFF
&lt;article&gt;
&lt;header&gt;
&lt;h1&gt;Demos in Exampland&lt;/h1&gt;
&lt;nav&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#public"&gt;Public demonstrations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#destroy"&gt;Demolitions&lt;/a&gt;&lt;/li&gt;
<em>...more...</em>
&lt;/ul&gt;
&lt;/nav&gt;
&lt;p&gt;Written by A. N. Other.&lt;/p&gt;
&lt;/header&gt;
&lt;nav&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="#public"&gt;Public demonstrations&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="#destroy"&gt;Demolitions&lt;/a&gt;&lt;/li&gt;
<em>...more...</em>
&lt;/ul&gt;
&lt;/nav&gt;
&lt;div&gt;
&lt;section id="public"&gt;
&lt;h1&gt;Public demonstrations&lt;/h1&gt;
Expand Down
15 changes: 8 additions & 7 deletions source
Expand Up @@ -13899,14 +13899,15 @@ not-slash = %x0000-002E / %x0030-10FFFF
&lt;article>
&lt;header>
&lt;h1>Demos in Exampland&lt;/h1>
&lt;nav>
&lt;ul>
&lt;li>&lt;a href="#public">Public demonstrations&lt;/a>&lt;/li>
&lt;li>&lt;a href="#destroy">Demolitions&lt;/a>&lt;/li>
<em>...more...</em>
&lt;/ul>
&lt;/nav>
&lt;p>Written by A. N. Other.&lt;/p>
&lt;/header>
&lt;nav>
&lt;ul>
&lt;li>&lt;a href="#public">Public demonstrations&lt;/a>&lt;/li>
&lt;li>&lt;a href="#destroy">Demolitions&lt;/a>&lt;/li>
<em>...more...</em>
&lt;/ul>
&lt;/nav>
&lt;div>
&lt;section id="public">
&lt;h1>Public demonstrations&lt;/h1>
Expand Down

0 comments on commit ee06d7d

Please sign in to comment.