Skip to content

a11y: tabbed_content does not implement ARIA arrow-key keyboard pattern #442

@perasperaactual

Description

@perasperaactual

The tabbed_content component does not respond to ArrowLeft/ArrowRight keys to switch between tabs, which is required by the ARIA Authoring Practices Guide for the Tabs pattern (APG). Currently only mouse/click interaction works. Fix: add a keydown handler on each tab button that moves focus and activates the previous/next tab on ArrowLeft/ArrowRight. Found in e2e run on PR #437.

Metadata

Metadata

Assignees

No one assigned

    Labels

    accessibilityWeb accessibility (WCAG, a11y)

    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