Closed
Bug 1855695
Opened 1 year ago
Closed 5 months ago
Tab order problems in the PDF viewer
Categories
(Firefox :: PDF Viewer, defect)
Firefox
PDF Viewer
Tracking
()
People
(Reporter: marco, Assigned: calixte)
References
Details
(Keywords: access)
Comment 1•1 year ago
|
||
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.
Reporter | ||
Updated•5 months ago
|
Assignee: nobody → cdenizet
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•5 months ago
|
||
The tab order problems were fixed, I've opened bug 1920963 for the landmark roles.
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
Resolution: --- → FIXED
Reporter | ||
Updated•5 months ago
|
Target Milestone: --- → 132 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•