LibA11y: Making our library content accessible
  • Introduction to LibA11y
  • Part 1: Why should we care?
    • 1.1 Why should we care about digital accessibility?
    • 1.2 How is content perceived?
  • Part 2: How To Build Better...
    • 2.0 How to build better content? Test your work.
    • 2.1 Page Structure
    • 2.2 Images
    • 2.3 Color and Text
    • 2.4 Hyperlinks
    • 2.5 Readability
    • 2.6 Video and Audio
    • 2.7 Tables
  • Appendices: Tools & Resources
    • A. Four principles of a well-coded page
    • B. Better copy-pasting
    • C. Non-HTML documents
    • D. Useful Links
    • Conclusion
Powered by GitBook
On this page
  • Screen Reader Interaction
  • Solutions
  • Better Links
  • Better Link Examples
  • Video tutorial
  • Testing
  • Read More...

Was this helpful?

  1. Part 2: How To Build Better...

2.4 Hyperlinks

Previous2.3 Color and TextNext2.5 Readability

Last updated 1 year ago

Was this helpful?

Screen Reader Interaction

Another method for skimming a webpage with a screen reader is to listen to all of the hyperlinks on the page.

Solutions

Better Links

  • Link wording should clearly explain its destination and/or intent. Ambiguous phrasing can obscure a link's purpose.

  • Read your links out of context to insure they will stand alone as a screen reader presents them in order.

  • Avoid introductory phrases such as "click here" for a link.

  • Definitely do not use "click here" as a link on its own.

  • Do not use raw web addresses in links as the screen reader will read it aloud the entire URL.

Better Link Examples

  • Poorly written link: for directions.

  • Better: are available online.

  • Poorly written: Learn more about accessibility .

  • Better: Learn more about .

Video tutorial

Testing

When reviewing WAVE's "Details" tab, look for alerts of "Suspicious Link Text" then click on the link alert icons to find the questionable links on your page. On this page WAVE identified the poorly written link examples above. The tool also identified redundant links from the examples above as well!

Read More...

Click here
Directions to Miami University
here
accessibility standards from WebAIM
Tips for Getting Started Writing for Web Accessibility
All about links: how they are used in navigation, labelling concerns, and distinguishing them from surrounding text. From the ADA National Network.