Skip to content

Commit

Permalink
[e] (0) Mention that <nav> might be used by ATs.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@3620 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Aug 14, 2009
1 parent 81d20b7 commit 6d79dcc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index
Expand Up @@ -12320,6 +12320,13 @@ not-slash = %x0000-002E / %x0030-10FFFF
<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
Expand Down Expand Up @@ -73676,6 +73683,7 @@ interface <a href=#htmldocument>HTMLDocument</a> {
Adam Roben,
Addison Phillips,
Adele Peterson,
Adrian Bateman,
Adrian Sutton,
Agust&iacute;n Fern&aacute;ndez,
Ajai Tirumali,
Expand Down
8 changes: 8 additions & 0 deletions source
Expand Up @@ -13077,6 +13077,13 @@ not-slash = %x0000-002E / %x0030-10FFFF
<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
Expand Down Expand Up @@ -87215,6 +87222,7 @@ interface <span>HTMLDocument</span> {
Adam Roben,
Addison Phillips,
Adele Peterson,
Adrian Bateman,
Adrian Sutton,
Agust&iacute;n Fern&aacute;ndez,
Ajai Tirumali,
Expand Down

0 comments on commit 6d79dcc

Please sign in to comment.