wojtekmaj / react-pdf

Display PDFs in your React app as easily as if they were images.
https://projects.wojtekmaj.pl/react-pdf
MIT License
9.01k stars 861 forks source link

Resolving issue #1424 : Added arialabels to links #1744

Closed SamuelLo1 closed 3 months ago

SamuelLo1 commented 3 months ago

I worked with a team to add arialabels for links embedded onto the pdfs. Solving this can resolve the issue with google lighthouse test where arialabels were missing in link annotations. The code was tested with the vite pdf sample and upon inspecting a link it should have an arialabel attribute now.

wojtekmaj commented 3 months ago

This does not resolve the issue, but tricks the automated tools into thinking it's solved. Sorry, not gonna do it the Volkswagen way :D