Open Bug 1855698 Opened 2 years ago Updated 2 years ago

Set keyboard focus initially and in some user actions

Categories

(Firefox :: PDF Viewer, defect)

defect

Tracking

()

Accessibility Severity s3

People

(Reporter: marco, Unassigned)

References

Details

(Keywords: access)

Description from GitHub bug:

Configuration:

* Web browser and its version: ALL

* Operating system and its version: ALL

* PDF.js version: Last

Steps to reproduce the problem:

1. Screen reader users do not reach the selected and activated document locations by inner-document link activation or by opening pop-ups.

Set tabindex="0" (the only necessary direct use of tabindex attribute) on the element with the role=main. After the complete document is loaded, set keyboard focus on this position using focus().

User actions in the Table of Contents or on other in-document links should not only scroll the choosen contents into view, but also set the keyboard focus to the activated document location. Only this wya will a screen reader user be in position to get the selected document location.

Accessibility Severity: --- → s3
Severity: -- → S3
You need to log in before you can comment on or make changes to this bug.