html5/markup/elements nav.html,1.7,1.8

Update of /sources/public/html5/markup/elements
In directory hutz:/tmp/cvs-serv18558/elements

Modified Files:
	nav.html 
Log Message:
remove obsoleted Details section for nav element (thx=Oli)


Index: nav.html
===================================================================
RCS file: /sources/public/html5/markup/elements/nav.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- nav.html	3 Feb 2010 10:27:04 -0000	1.7
+++ nav.html	12 Apr 2010 04:06:50 -0000	1.8
@@ -8,14 +8,4 @@
     section of navigation links.</p>
   </div>
   <div id="prose-model">Flow content</div>
-  <div id="details">
-    <p>Not all groups of links on a page need to be in a <a
-      href="#nav" class="element">nav</a> element &#x2014; only
-    sections that consist of primary navigation blocks are
-    appropriate for the <a href="#nav" class="element">nav</a>
-    element. In particular, it is common for footers to have a list
-    of links to various key parts of a site, but the <a
-      href="#footer" class="element">footer</a> element is more
-    appropriate in such cases.</p>
-  </div>
 </div>

Received on Monday, 12 April 2010 04:06:54 UTC