Phase 1 and Section 508 at CSUHypertext LinksMany text readers allow the user to navigate links by using the tab key.
Unless tabindex is used, the reader goes
from the upper left and reads through the table. This is why I have put
the most important links in the upper left on this page. The reader would
tab through the three links on the left first. Next, it would read the
tabindex link in this paragraph. The reader reads what the text for the link says.
Links are read from upper left to bottom right. The only time this is not done is with email links. Email links should be explicit, that is to say, they should be the email address. w3 tutorial on
links |