Closed Bug 1855695 Opened 1 year ago Closed 5 months ago

Tab order problems in the PDF viewer

Categories

(Firefox :: PDF Viewer, defect)

defect

Tracking

()

RESOLVED FIXED
132 Branch
Accessibility Severity s3

People

(Reporter: marco, Assigned: calixte)

References

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
Assignee: nobody → cdenizet
Status: NEW → ASSIGNED
See Also: → 1920963

The tab order problems were fixed, I've opened bug 1920963 for the landmark roles.

Status: ASSIGNED → RESOLVED
Closed: 5 months ago
Resolution: --- → FIXED
Target Milestone: --- → 132 Branch
No longer depends on: 1920843
You need to log in before you can comment on or make changes to this bug.