Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

How do I create an accessible hypertext link?

Table of Contents
minLevel1
maxLevel6
outlinefalse
stylenone
typelist
printablefalse

Making hypertext links accessible is crucial for creating web pages and documents that are accessible to everyone, including . This includes users with disabilities who rely on assistive technologies like screen readers. Thankfully, there are some simple guidelines that can be followed to ensure that links are accessible and easy to navigate for all users.

  1. Use meaningful text for links

  2. No capitalized letters

  3. Do not use URLs for link text

  4. Avoid using the word “link” as part of the link text

  5. Do not use tooltips or screen tips to add more information

...

The use of meaningful text for links is beneficial to all users by making the ability to quickly navigate documents even easier. The text in a link should be describing where the link will go and . This should make sense if read out of context from the remain remaining text. This is important because people who use screen readers can have the software reading only links on webpages. With that in mind, do Do not use the following phrases as link text due to them not making sense without context:

...

A kink link text with capital letters is harder for users to read, but people with reading disabilities struggle even more. Additionally, screen Screen readers also may read the capitalized letters one by one instead of part of the word, which . This will be difficult to understand.

Hypertext URLs (like https://www.fredonia.edu/about/offices/information-technology-services) should not be used. Screen readers will only read the URL as individual letters one letter at a time and would be very difficult to understand as well as time consuming. Short URLs can be used but only if the point is to saw show what the URL is, like for a website homepage (like www.fredonia.edu). However, this sort of link is unnecessary unneeded and is better to have more readable link text like https://www.fredonia.edu/ Fredonia Homepage website.

Users are usually given information that text has been hyperlinked, so it is counterintuitive to add . So adding the word “link” to the start or end of the hypertext linka link text is not needed. For example, the https://www.fredonia.edu/ Fredonia Homepage would be read by most screen readers as “Link Homepage State University of New York at Fredonia (SUNY Fredonia).Fredonia Homepage.”

To convey additional information about links to users, it is not recommended to use tooltips, which . Tooltips are pop-up windows that appear when users hover over links. It is best to include all relevant information within the text of the links themselves, as explained in step 1.

Tooltips are unnecessary unneeded and may create problems, especially for users with accessibility needs. For instance, people who use screen readers may disable tooltips to limit auditory information, while those . Those who use only the keyboard cannot access tooltip content. AdditionallyAlso, users who require larger text may not be able to adjust the tooltip size within their browser. Furthermore, title attributes may not be supported on mobile devices such as phones and tablets.

...

Accessible Hypertext Link:

For more information about , visit WCAG 2.1 Web Accessibility Guidelines visit https://www.w3.org/TR/WCAG21/

Inaccessible Hypertext Links:

For more information about WCAG 2.1 Web Accessibility Guidelines visit https://www.w3.org/TR/WCAG21/.

For more information about WCAG 2.1 Web Accessibility Guidelines visit click here.

If you have a document that you know will be likely printed by users then you can use URLs but . But only in parenthesis and they cannot be a link. If this is not done, then screen readers will read it letter by letter.

...

For more information about WCAG 2.1 Web Accessibility Guidelines visit https://www.w3.org/TR/WCAG21/ (https://www.w3.org/TR/WCAG21/).

...