react-pdf icon indicating copy to clipboard operation
react-pdf copied to clipboard

Add aria labels to links in pdf page annotations

Open SebiBasti opened this issue 1 year ago • 1 comments

Before you start - checklist

  • [X] I understand that React-PDF does not aim to be a fully-fledged PDF viewer and is only a tool to make one
  • [X] I have checked if this feature request is not already reported

Description

The google lighthouse test complains that the links in my displayed pdf don't have discernible names. Aria labels are missing in page annotations.

Proposed solution

This could be fixed by adding aria labels with the value of the link text.

Alternatives

No response

Additional information

Screenshot 2023-04-03 at 01 27 23

SebiBasti avatar Apr 02 '23 23:04 SebiBasti