Open Bug 1855695 Opened 1 year ago Updated 19 days ago

Tab order problems in the PDF viewer

Categories

(Firefox :: PDF Viewer, defect)

defect

Tracking

()

Accessibility Severity s3

People

(Reporter: marco, Unassigned)

References

(Depends on 1 open bug)

Details

(Keywords: access)

From the 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. In the HTML mark-up elements have tabindex attributs set to positive values.

Don't use positive tabindex values such as tabindex="10". By dynamic changes through JavaScript DOM manipulation such as showing and hideng contents, this coding causes inconsistancies and the keyboard focus does not move through the content as expected.

Inplement appropriate ARIA landmark roles to enable screen reader users and users of other ARIA browser add-ons to better navigate in the document content:

* set the role="main" on the parent element for the document content,

* Set the role="navigation" (or `<nav>` tag instead of `<div>`) for the parent element of the navigational toolbar with buttons Back, Forward, etc.
Depends on: 1171799
You need to log in before you can comment on or make changes to this bug.