Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Snackbar: Accessibility #4063

Closed
Closed
@acdvorak

Description

@acdvorak

In scope

  • Announce label text to screen reader users
    • Use a "polite" live region to avoid interrupting the user's work
  • Hide from accessibility tree while closed
    • Determine whether to use display: none or aria-hidden="true"
  • Prevent focus while closed
  • Dedicated "X" icon to dismiss
    If a snackbar gets "stuck", the user needs a way to manually dismiss it. See Snackbar action handler text not appearing #3981.

Out of scope

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions