hixie: Clarify <aside>; change 'demographics' to 'locales'. (whatwg r4116)

hixie: Clarify <aside>; change 'demographics' to 'locales'. (whatwg
r4116)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3274&r2=1.3275&f=h
http://html5.org/tools/web-apps-tracker?from=4115&to=4116

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.3274
retrieving revision 1.3275
diff -u -d -r1.3274 -r1.3275
--- Overview.html 12 Oct 2009 07:07:24 -0000 1.3274
+++ Overview.html 12 Oct 2009 11:35:05 -0000 1.3275
@@ -11658,13 +11658,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. 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 list of links to various key parts of a site, but the
-  <code><a href="#the-footer-element">footer</a></code> element is more appropriate in such cases, and
-  no <code><a href="#the-nav-element">nav</a></code> element is necessary for those links.<p class="note">User agents (such as screen readers) that are
+  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
   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
@@ -54136,7 +54137,7 @@
    user agents intended for dedicated use in new networks), the more
    comprehensive <code title="">UTF-8</code> encoding is
    suggested. Due to its use in legacy content, <code title="">windows-1252</code> is suggested as a default in
-   predominantly Western demographics instead.</li>
+   predominantly Western locales instead.</li>
 
   </ol><p>The <a href="#document-s-character-encoding">document's character encoding</a> must immediately
   be set to the value returned from this algorithm, at the same time

Received on Monday, 12 October 2009 11:35:49 UTC