WebAIM - Web Accessibility In Mind

E-mail List Archives

Thread: RE: Repeating the same link phrase

for

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

From: Jukka Korpela
Date: Tue, Sep 03 2002 4:42AM
Subject: RE: Repeating the same link phrase
No previous message | Next message →

Kynn Bartlett wrote:

> At 12:36 PM +0300 9/2/02, Jukka Korpela wrote:
> >Surely that "Download" is superfluous. As a rule of thumb, a
> link text
> >should not contain a verb in the imperative.
>
> A matter of style, though.

Yes - and at some point, good style becomes an accessibility issue, not just
"style". For example, unnecessarily complicated or pointlessly artistic or
disturbingly verbose textual content surely violates checkpoint 14.1, "Use
the clearest and simplest language appropriate for a site's content" - which
is a rather debatable checkpoint, but I guess we all agree that there is an
important accessibility issue involved.

> I can easily see link titles being
> action verbs such as "download" -- I don't buy your rule of thumb.

OK, let us agree to disagree on that. I suppose your implicit point here is
that although any link is equally a "download" link and a "follow this
and..." link, some links are more equally "download" links, i.e. they are
primarily intended for fetching a resource and saving it onto local disk.
They might even appear on a separate "Download area" page. But even then,
does "Download" belong to the _link text_? I would say that not any more
than "View" belongs to the text of a link that is mainly intended to provide
access to a resource in visual presentation, such as a link to an image.
Objectively, a "Download" prefix makes the link less useful in an alphabetic
(or other) list of links, as a rule.

> It may be your personal style preference, but I think it's nothing
> more than that.

Well, maybe a little more. I would like to cite the same sources that I have
cited in my treatise/rant on "Click here",
http://www.cs.tut.fi/~jkorpela/www/click.html
since several basic arguments are well transferable from "Click" to
"Download":

"Link text should be meaningful enough to make sense when read out of
context -- either on its own or as part of a sequence of links. Link text
should also be terse.
For example, in HTML, write "Information about version 4.3" instead of
"click here". - -"
WCAG 1.0, guideline 13

"Try to avoid references in the text to online aspects. "See the section on
device independence" is better than "For more on device independence, click
here.""
TimBL, "Style Guide for online hypertext"

"Users with dyslexia may have problems reading long pages - -. Selecting
words with high information content as hypertext anchors will help these
users, as well as blind users, scan for interesting links (no "click here",
please)."
Jakob Nielsen, alertbox "Accessible Design for Users With Disabilities"

--
Jukka Korpela, senior adviser
TIEKE Finnish Information Society Development Centre
http://www.tieke.fi
Phone: +358 9 4763 0397 Fax: +358 9 4763 0399


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


From: Kynn Bartlett
Date: Tue, Sep 03 2002 5:24AM
Subject: RE: Repeating the same link phrase
← Previous message | Next message →

At 2:30 PM +0300 9/3/02, Jukka Korpela wrote:
>Kynn Bartlett wrote:
>> I can easily see link titles being
>> action verbs such as "download" -- I don't buy your rule of thumb.
>
>OK, let us agree to disagree on that. I suppose your implicit point here is
>that although any link is equally a "download" link and a "follow this
>and..." link, some links are more equally "download" links, i.e. they are
>primarily intended for fetching a resource and saving it onto local disk.
>They might even appear on a separate "Download area" page. But even then,
>does "Download" belong to the _link text_? I would say that not any more
>than "View" belongs to the text of a link that is mainly intended to provide
>access to a resource in visual presentation, such as a link to an image.
>Objectively, a "Download" prefix makes the link less useful in an alphabetic
>(or other) list of links, as a rule.

Well, the thing is that maybe it's clear in this case (although that is
debatable), but in other cases it is not clear. For example, in an
inline link or even an author's link (at the bottom of the page),
you might come across the word "Kynn" as the link text. It could be a
link to a profile page about me, it could be a link to my home page,
or it could be a link that emails me. I prefer to make it explicit
in the human-readable title what a link will do, and thus something
like:

<a href="http://kynn.com/" title="Go read Kynn's homepage">Kynn</a>
...
<a href="mailto: = EMAIL ADDRESS REMOVED = " title="Email the author">Kynn</a>

I think the use of action verbs here is appropriate, especially
since it gives the sense of what the author would like you to do
with the link, instead of it just sitting there by itself.

--Kynn

--
Kynn Bartlett < = EMAIL ADDRESS REMOVED = > http://kynn.com
Chief Technologist, Idyll Mountain http://idyllmtn.com
Next Book: Teach Yourself CSS in 24 http://cssin24hours.com
Kynn on Web Accessibility ->> http://kynn.com/+sitepoint


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


From: Leo Smith
Date: Thu, Sep 05 2002 6:36AM
Subject: RE: Repeating the same link phrase
← Previous message | No next message

The use of the imperative seems appropriate here. The most
important rule of thumb when it comes to link text is that it should
clearly convey the link destination when read out of context as a
standalone, for example as part of a list of links.

In this regard, the link text "Kynn" does not clearly convey anything
about the link destination, whereas "Go read Kynn's home page"
does.

Leo.

> <a href="http://kynn.com/" title="Go read Kynn's homepage">Kynn</a>
> ... <a href="mailto: = EMAIL ADDRESS REMOVED = " title="Email the author">Kynn</a>
>
> I think the use of action verbs here is appropriate, especially
> since it gives the sense of what the author would like you to do
> with the link, instead of it just sitting there by itself.
>




Leo Smith
Web Designer/Developer
USM Office of Publications and Marketing
University of Southern Maine
207-780-4774


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