WebAIM - Web Accessibility In Mind

E-mail List Archives

RE: Repeating the same link phrase

for

From: John Foliot - bytown internet
Date: Sep 2, 2002 11:22AM


Tim,

From www.zaphodbeeblebrox.com, I used the following:

<A class=more
title="Read more of the Trews press release"
href="index.php?release=trews">[
More <SPAN class=hidden>The Trews</SPAN>... ]</A>

Which "displays" [More...], but includes unique title attributes (and thus
unique links), and for backwards compatability also has extra "hidden" text
between the anchor tags.

Does anybody have a problem with this? It certainly passes the "omnipotent"
Bobby...

JF



> -----Original Message-----
> From: Timothy J. Luoma [mailto: <EMAIL REMOVED> ]
> Sent: September 2, 2002 2:54 AM
> To: WebAIM Forum
> Subject: Repeating the same link phrase
>
>
>
> 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/
>


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