WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: RE: 1px gif link vs. hidden text link

for

Number of posts in this thread: 2 (In chronological order)

From: Jukka Korpela
Date: Mon, Oct 21 2002 11:13PM
Subject: RE: 1px gif link vs. hidden text link
No previous message | Next message →

Freda Lockert wrote:

> I'm wondering which is the best way to provide a link to pass over a
> long contents list and go straight to the first article in the
> newsletter?

If you make the contents list hypertextual, i.e. you simply make each item
there a link to the start of the corresponding article, there is no need for
a separate "skip" link. The first link can be used to jump to the first
article.

Schematically:

<div>Content:</div>
<ul class="toc">
<li><a href="#lue">Life, universe, and everything</a></li>
...
</ul>

<h2><a name="lue" id="lue">Life, universe and everything</a></h2>

--
Jukka Korpela, senior adviser
TIEKE Finnish Information Society Development Centre
http://www.tieke.fi/
Diffuse Business Guide to Web Accessibility and Design for All:
http://www.diffuse.org/accessibility.html


----
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/


From: Freda Lockert
Date: Tue, Oct 22 2002 12:02AM
Subject: RE: 1px gif link vs. hidden text link
← Previous message | No next message


>If you make the contents list hypertextual, i.e. you simply make each item
>there a link to the start of the corresponding article, there is no need for
>a separate "skip" link. The first link can be used to jump to the first
>article.

Which they already are! I was thinking about it for too long, I'd
stopped seeing it clearly :-). And the contents lists are already
marked up as unordered lists.

Thank you.

Freda


--
Freda's Views of France : http://www.cubica.co.uk/france/


----
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/