Skip to content

Tab order #9557

Description

@MarioBatusic

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions