- From: Joe Clark <joeclark@joeclark.org>
- Date: Thu, 24 Jun 2004 13:17:47 -0500 (CDT)
- To: WAI-GL <w3c-wai-gl@w3.org>
> <!-- at or very near the top of the page -->
> <a href="#main">Skip Navigation</a>
> <!-- many navigation links -->
> <a id="main" /a>
I expect you mean:
<a id="main"></a>
unless you're using some kind of elite SGML mojo I don't know about.
> (b) When the target named anchor is a link, the input focus will work
> properly. You can make the empty target a link like this:
>
> <a id="main" href="#main" title="main content" /a>
One more time: That anchor links back to itself. Moreover, I expect you
mean to close it with </a>.
> (d) Hide the skip link by positioning it off screen.
>
> <a href="#main" id="main" class="skip">Skip Navigation</a>
Same problem.
--
Joe Clark | joeclark@joeclark.org
Accessibility <http://joeclark.org/access/>
Expect criticism if you top-post
Received on Thursday, 24 June 2004 14:17:50 UTC