On Wed, 13 May 2009, Ben Lau wrote:
> Hi all,
>
> I am to build templates for a page, and below is a pseudo example of my code
> order:
>
> -skip to #content-
> [div#navigation]
> <a name="content"></a>
> [h1]
> [div#promotion]
> [div.content]
>
> I've always believed my h1 should always come after the 'content' anchor (or
> within a #content div), so when screen reader skips my navigation to the
> content, they're able to read the h1 as well.
There's no need for an anchor; put an id atribute in <h1>:
<h1 id="content">
--
Chris F.A. Johnson, webmaster <http://woodbine-gerrard.com>
===================================================================
Author:
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [email protected]
*******************************************************************