[html5] r3620 - [e] (0) Mention that <nav> might be used by ATs.

whatwg at whatwg.org whatwg at whatwg.org
Fri Aug 14 03:13:40 PDT 2009


Author: ianh
Date: 2009-08-14 03:13:38 -0700 (Fri, 14 Aug 2009)
New Revision: 3620

Modified:
   index
   source
Log:
[e] (0) Mention that <nav> might be used by ATs.

Modified: index
===================================================================
--- index	2009-08-14 09:17:13 UTC (rev 3619)
+++ index	2009-08-14 10:13:38 UTC (rev 3620)
@@ -12320,6 +12320,13 @@
   <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>
 
+  <p class=note>User agents (such as screen readers) that are
+  targetted 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
+  way to determine what content on the page to initially skip and/or
+  provide on request.</p>
+
   <div class=example>
 
    <p>In the following example, the page has several places where
@@ -73676,6 +73683,7 @@
   Adam Roben,
   Addison Phillips,
   Adele Peterson,
+  Adrian Bateman,
   Adrian Sutton,
   Agustín Fernández,
   Ajai Tirumali,

Modified: source
===================================================================
--- source	2009-08-14 09:17:13 UTC (rev 3619)
+++ source	2009-08-14 10:13:38 UTC (rev 3620)
@@ -13077,6 +13077,13 @@
   <code>footer</code> element is more appropriate in such cases, and
   no <code>nav</code> element is necessary for those links.</p>
 
+  <p class="note">User agents (such as screen readers) that are
+  targetted 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
+  way to determine what content on the page to initially skip and/or
+  provide on request.</p>
+
   <div class="example">
 
    <p>In the following example, the page has several places where
@@ -87215,6 +87222,7 @@
   Adam Roben,
   Addison Phillips,
   Adele Peterson,
+  Adrian Bateman,
   Adrian Sutton,
   Agustín Fernández,
   Ajai Tirumali,




More information about the Commit-Watchers mailing list