Skip to content

WCAG 2.1 AA Keyboard Navigation Access on Modal Views #365

Description

@JoyLight00

Background
Users who rely on screen readers or keyboard-only interfaces must be able to navigate checking menus and modals.

Goal
Refactor modal components to meet keyboard accessibility standards.

Acceptance Criteria

  • Force focus trap inside open modals (user cannot Tab focus to page background).
  • Pressing Escape key closes the open modal.
  • Screen readers read out modal title label.

Key Files
src/components/ui/Modal.tsx, src/components/CreateWalletModal.tsx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No 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