[OT] Re: grouping and bypassing links

Gabriel Bulfon wrote:

> I write some like this:
> 
> <map title="Menu de navegación">
>             <a href="#firstOption" tabindex="1">Saltear barra de
> navegacion</a> | 
>             <a href="index.htm" class="Menu" title="Página de Inicio"
> tabindex="2" accesskey="I" hreflang="es">Inicio</a> | 
> <a href="Contacto.htm" class="Menu" title="Acceso a la Página de Contacto"
> tabindex="3" accesskey="C" hreflang="es">Contacto</a> |
> </map>
> <h1><a name="firstOption">Opciones en esta pagina</a></h1>

Everything looks right except for the <map> tags. Those shouldn't be 
there. Try looking up unordered lists instead (<ul>)...

That aside, this message is off the topic of accessibility and would be 
better suited for an HTML help list or a general web dev help list like 
WebDesign-L.

Good luck,
James

PS. As a pre-emptive avoidance, the W3C HTML list is not the appropriate 
  place for this either.

-- 
http://cookiecrook.com/

Received on Thursday, 5 February 2004 12:51:07 UTC