Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fymmot opened this issue Jul 7, 2021 · 0 comments
Open

Comments

@fymmot
Copy link

fymmot commented Jul 7, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant