Alternate text should be present for link annotations
How to Fix the Problem
In Adobe Acrobat Pro:
- Right click on the Link tag and choose Properties.
- Within the Object Properties, under the Tag tab, choose Edit Tag.
- Navigate to the Object Dictionary within the Tag Element and click New Item.
- In the Key field, type “Contents”. In the Value field, type your alternate link description. In the Value Type field, select “String” from the drop-down menu.
Why it Matters
Screen readers are able to read visible link text, but in certain cases an additional link description is needed if the link text is ambiguous (i.e. “click here”).
Rule Description
Links in PDF documents are represented by a Link tag and objects in its sub-tree, consisting of a link object reference (or Link annotation) and one or more text objects. The text object or objects inside the Link tag are used by assistive technologies to provide a name for the link. (Source: Technique PDF13)
The Algorithm (in simple terms)
If the visible link text is unclear, add a link description within the Contents key.