html5/spec sections.html,1.38,1.39 spec.html,1.1465,1.1466

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv16167

Modified Files:
	sections.html spec.html 
Log Message:
clarify <nav> advice (whatwg r6063)

[updated by splitter]


Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1465
retrieving revision 1.1466
diff -u -d -r1.1465 -r1.1466
--- spec.html	4 May 2011 18:47:02 -0000	1.1465
+++ spec.html	4 May 2011 19:46:57 -0000	1.1466
@@ -367,7 +367,7 @@
     <a href="Overview.html">single page HTML</a>,
     <a href="spec.html">multipage HTML</a>,
     <a href="author/">web developer edition</a>.
-This is revision 1.4867.
+This is revision 1.4868.
    </p> 
      <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
    &#169; 2010 <a href="http://www.w3.org/"><abbr title="World Wide

Index: sections.html
===================================================================
RCS file: /sources/public/html5/spec/sections.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- sections.html	3 May 2011 22:46:54 -0000	1.38
+++ sections.html	4 May 2011 19:46:57 -0000	1.39
@@ -555,14 +555,14 @@
    <dd>Uses <code><a href="elements.html#htmlelement">HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href="#the-nav-element">nav</a></code> element <a href="rendering.html#represents">represents</a> a section of
   a page that links to other pages or to parts within the page: a
-  section with navigation links.</p><p>Not all groups of links on a page need to be in a
-  <code><a href="#the-nav-element">nav</a></code> element &#8212; only sections that consist of major
-  navigation blocks are appropriate for the <code><a href="#the-nav-element">nav</a></code>
-  element. In particular, it is common for footers to have a short
-  list of links to various pages of a site, such as the terms of
-  service, the home page, and a copyright page. The
-  <code><a href="#the-footer-element">footer</a></code> element alone is sufficient for such cases,
-  without a <code><a href="#the-nav-element">nav</a></code> element.</p><p class="note">User agents (such as screen readers) that are
+  section with navigation links.</p><p class="note">Not all groups of links on a page need to be in a
+  <code><a href="#the-nav-element">nav</a></code> element &#8212; the element is primarily intended
+  for sections that consist of major navigation blocks. In particular,
+  it is common for footers to have a short list of links to various
+  pages of a site, such as the terms of service, the home page, and a
+  copyright page. The <code><a href="#the-footer-element">footer</a></code> element alone is sufficient
+  for such cases; while a <code><a href="#the-nav-element">nav</a></code> element can be used in such
+  cases, it is usually unnecessary.</p><p class="note">User agents (such as screen readers) that are
   targeted at users who can benefit from navigation information being
   omitted in the initial rendering, or who can benefit from navigation
   information being immediately available, can use this element as a

Received on Wednesday, 4 May 2011 19:47:01 UTC