mozilla / pdf.js

PDF Reader in JavaScript
https://mozilla.github.io/pdf.js/
Apache License 2.0
47.7k stars 9.88k forks source link

Tab order #9557

Open MarioBatusic opened 6 years ago

MarioBatusic commented 6 years ago

Configuration:

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:

marco-c commented 11 months ago

Also filed on Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1855695.