[html5] r4116 - [e] (0) Clarify <aside>; change 'demographics' to 'locales'.

whatwg at whatwg.org whatwg at whatwg.org
Mon Oct 12 04:46:05 PDT 2009


Author: ianh
Date: 2009-10-12 04:46:04 -0700 (Mon, 12 Oct 2009)
New Revision: 4116

Modified:
   complete.html
   index
   source
Log:
[e] (0) Clarify <aside>; change 'demographics' to 'locales'.

Modified: complete.html
===================================================================
--- complete.html	2009-10-12 07:18:21 UTC (rev 4115)
+++ complete.html	2009-10-12 11:46:04 UTC (rev 4116)
@@ -13313,14 +13313,17 @@
    <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 — 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>
+  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 — 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
   targeted at users who can benefit from navigation information being
   omitted in the initial rendering, or who can benefit from navigation
@@ -69403,7 +69406,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

Modified: index
===================================================================
--- index	2009-10-12 07:18:21 UTC (rev 4115)
+++ index	2009-10-12 11:46:04 UTC (rev 4116)
@@ -13149,14 +13149,17 @@
    <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 — 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>
+  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 — 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
   targeted at users who can benefit from navigation information being
   omitted in the initial rendering, or who can benefit from navigation
@@ -60453,7 +60456,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

Modified: source
===================================================================
--- source	2009-10-12 07:18:21 UTC (rev 4115)
+++ source	2009-10-12 11:46:04 UTC (rev 4116)
@@ -13992,14 +13992,17 @@
 
   <p>The <code>nav</code> element <span>represents</span> 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>nav</code> element — only sections that
-  consist of major navigation blocks are appropriate for the
-  <code>nav</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>footer</code> element is more appropriate in such cases, and
-  no <code>nav</code> element is necessary for those links.</p>
+  section with navigation links.</p>
 
+  <p>Not all groups of links on a page need to be in a
+  <code>nav</code> element — only sections that consist of major
+  navigation blocks are appropriate for the <code>nav</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>footer</code> element alone is sufficient for such cases,
+  without a <code>nav</code> element.</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
@@ -78132,7 +78135,7 @@
    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.</p></li>
+   predominantly Western locales instead.</p></li>
 
   </ol>
 




More information about the Commit-Watchers mailing list