E-mail List Archives
Repeating the same link phrase
From: Timothy J. Luoma
Date: Sep 2, 2002 12:03AM
- Next message: Jukka Korpela: "RE:
around images" - Previous message: Steve Vosloo: "
around images" - Next message in Thread: Tom Gilder: "Re: Repeating the same link phrase"
- Previous message in Thread: None
- View all messages in this Thread
I have a download page where documents are available in multiple formats:
| HTML | ZIP | PDF | Word |
======|========|========|========|========|
Doc01 | HTML | ZIP | PDF | Word |
======|========|========|========|========|
Doc02 | HTML | ZIP | PDF | Word |
======|========|========|========|========|
Doc03 | HTML | ZIP | PDF | Word |
======|========|========|========|========|
This passes Section 508 but fails WCAG which says (as level 2 priority)
"Do not use the same link phrase more than once when the links point to
different URLs."
source: http://bobby.watchfire.com/bobby/html/en/gls/g265.html
which led me to
http://www.w3.org/TR/WAI-WEBCONTENT-TECHS/#tech-meaningful-links
which led me to
http://www.w3.org/TR/WCAG10-HTML-TECHS/#link-text
which recommends this technique:
Example.
<A href="my-doc.html">My document is available in HTML</A>,
<A href="my-doc.pdf" title="My document in PDF">PDF</A>,
<A href="my-doc.txt" title="My document in text">plain text</A>
However, that technique does not satisfy the Bobby AAA checker.
Now writing this out over and over again:
"Download Document 1 in PDF"
"Download Document 1 in Word"
"Download Document 1 in ZIP"
seems a bit over-the-top.
Or am I wrong?
What's the best way to handle this?
TjL
--
30 Days to becoming an Opera Lover
http://www.tntluoma.com/opera/lover/
Day Six: Images are Everything
http://www.tntluoma.com/opera/lover/day06-images/
----
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/
- Next message: Jukka Korpela: "RE:
around images" - Previous message: Steve Vosloo: "
around images" - Next message in Thread: Tom Gilder: "Re: Repeating the same link phrase"
- Previous message in Thread: None
- View all messages in this Thread