Skip to content

Add support for numeric focus keys in focus zones #520

@iansan5653

Description

@iansan5653

The accessibility specification for content preview tabs (internal link) recommends supporting numeric focus keys to jump to specific items in the tabs list:

Key Behavior
1-8 Selects the first through eighth tab in the tab list, respectively. Noop if there is not a tab in the tab list order that corresponds with the number keypress.
9 Selects the last tab in the tab list, regardless of if there are more than 9 tabs. Noop if there is only one tab.

Ideally this would be supported natively by focus-zone, I think probably as a new FocusKeys.Numeric enum value.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions