"David Segall" <> wrote in message
news:...
> As everybody knows using "click here" as a link is deprecated
> <http://www.w3.org/QA/Tips/noClickHere>. One of my web pages
> <http://profectus.com.au/ee_getdata.html> contains the sentence "The
> relevant chapter can be downloaded from here" and I have used the word
> "here" as the link. Presumably, the W3C is implying that "from here"
> is redundant. Which words in the revised sentence - "The relevant
> chapter can be downloaded" - should be the new link?
One of the reasons it's deprecated is that certain screen readers list the
links in a document at the beginning stripped of their context. For example,
a user might browse to a page and hear "home, about us, profile, contact,
login, click here, click here, click here, download it here, click here"
etc.
For this reason, Jukka's solution is the most appropriate since it makes
sense even when stripped of the context of the surrounding text. When I'm
faced with similar situations I try to get away from the call to action
within the link text, e.g. <p><a etc...>read the relevant chapter
here</a></p> and try to use the link to describe what it's pointing at, e.g.
<p>The chapter on <a etc...>servlets and JSP</a> is available online</p>.
As well as being essential for accessibility and a boon for usability, it's
excellent for giving your number one blind user a hint about what the link
is pointing at.
--
+mrcakey
www.dreamberry.co.uk