You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I followed instructions in documentation written for my React-PDF version
I have checked if this bug is not already reported
I have checked if an issue is not listed in Known issues
If I have a problem with PDF rendering, I checked if my PDF renders properly in PDF.js demo
Description
We are trying to ensure our app is accessible. For part of our evaluation, we use axe devtools to do full page scans. It is reporting an error that elements should not have tabindex greater than 0. Here is link to error description: https://dequeuniversity.com/rules/axe/4.10/tabindex?application=AxeChrome
Before you start - checklist
Description
We are trying to ensure our app is accessible. For part of our evaluation, we use axe devtools to do full page scans. It is reporting an error that elements should not have tabindex greater than 0. Here is link to error description: https://dequeuniversity.com/rules/axe/4.10/tabindex?application=AxeChrome
Corresponding Element Inspection:
Steps to reproduce
If useful, I can provide a sample pdf. But guessing this is related to links in general.
Expected behavior
react-pdf viewer page passes WCAG AA requirements including valid tab index values.
Actual behavior
tabindex is set to 1000
Additional information
No response
Environment
The text was updated successfully, but these errors were encountered: