Annotations (PDF-8)

Link text in PDF documents is marked up in a way that is identifiable by keyboard and assistive technology users. Links in PDF documents should be represented by a Link tag and objects in its sub-tree, which includes a link object reference (or Link annotation) and one or more text objects. The text object(s) within the Link tag should be utilized by assistive technologies to provide a name for the link.

How to test

Tool: Screen reader

  1. Use a screen reader to go through the PDF document.
  2. Verify that the link is read out properly and its description correctly indicates where the link leads to.
  3. Verify the tag tree visually to ensure the links are correctly tagged as with a nested ‘Link-OBJR’ tag.
  4. Use the Tab key to navigate to each link. Press Enter to verify that the link takes you to the intended target.

Test outcomes

  • Pass: All links are accurately tagged, easily read by a screen reader, can be activated using a keyboard, and the link text clearly states the link’s purpose.

  • Fail: If any link is inaccurately tagged, cannot be read by a screen reader, can’t be activated with a keyboard, or the link text does not clearly state the link’s purpose.

  • NA: There are no links present in the document.

Related WCAG criteria