Skip to content

Tab stop for quick keyboard escaping #25

@drewstewartdesigns

Description

@drewstewartdesigns

In the carousel example, when traversing the DOM with the keyboard the user is required to cycle through all the list items before they can tab put of the carousel.

Would it be better to only allow tabbing to focus visible elements instead of revealing the next "page" of list items? If the tab order went

  • First visible item
  • N visible items
  • Last visible item
  • Next pagination button
  • Next focusable DOM element

Paging to the next set of list items would be triggered with an arrow key while a visible list item has focus, or by the pagination button.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions