WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Listing URLs...link the URL text or just the title?

for

From: Patrick H. Lauke
Date: Nov 10, 2004 11:37AM


iain wrote:
> If I wanted to make the full URL visible, what I'd do is <a
> href="http://sitename.com/heres/another/long/url/for/example.html"
>
title="http://sitename.com/heres/another/long/url/for/example.html">Example
page at Sitename

As, depending on verbosity settings in screenreaders, a user may
potentially only hear the title when present, i'd suggest duplicating
the actual link text in the title as well

<a href="http://sitename.com/heres/another/long/url/for/example.html"
title="Example page at Sitename -
http://sitename.com/heres/another/long/url/for/example.html">Example
page at Sitename

or similar.

Patrick H. Lauke
_____________________________________________________
re