html5/spec Overview.html,1.4867,1.4868

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

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

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4867
retrieving revision 1.4868
diff -u -d -r1.4867 -r1.4868
--- Overview.html	4 May 2011 18:19:02 -0000	1.4867
+++ Overview.html	4 May 2011 19:08:50 -0000	1.4868
@@ -13959,14 +13959,14 @@
    <dd>Uses <code><a href="#htmlelement">HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href="#the-nav-element">nav</a></code> element <a href="#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>Not all groups of links on a page need to be in a
-  <code><a href="#the-nav-element">nav</a></code> element &mdash; 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 class="note">User agents (such as screen readers) that are
+  section with navigation links.<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 &mdash; 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 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:08:57 UTC