Skip to content

Accessibility: Content in BottomSheet is hidden from screen readers #24

Description

@fymmot

There is an accessibility problem with the current implementation affecting visually impaired screen reader users.

When the bottom sheet is expanded, the attribute aria-hidden=true is set on the container element. This effectively hides everything from the screen reader, making it inaccessible.

How to reproduce

Expected behavior

  • The bottom sheet is expanded and the screen reader will start reading its content.

Actual behavior

  • The bottom sheet is expanded
  • The screen reader cannot find any content.

image

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