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

fix: sr-only notification #3

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

Inferato
Copy link

Description

Testing Tabs with a notification using the Voiceover screen reader, it does read aloud the contents of the notification bubble, but there’s no other information “spoken” about the number being displayed on tab. So, as a user with a visual impairment, the notification count might not be obvious what it’s referring to.

Deploy Preview

Include a direct link to your changes in this PR's deploy preview here (e.g., a specific component page).

Merge Checklist

  • If your update includes visual changes, have they been reviewed by a designer? Send them a link to the Netlify deploy preview, if applicable.
  • Does your change adhere to the documented style conventions?
  • Do any prop types have missing descriptions in the Props API tables in the documentation site (check deploy preview)?
  • Were your changes tested using all available themes (see theme switcher in the header of the deploy preview, under the "Settings" icon)?
  • Were your changes tested in the example app?
  • Is there adequate test coverage for your changes?
  • Consider whether this change needs to reviewed/QA'ed for accessibility (a11y). If so, please add wittjeff and adamstankiewicz as reviewers on this PR.

Post-merge Checklist

  • Verify your changes were released to NPM at the expected version.
  • If you'd like, share your contribution in #show-and-tell.
  • 🎉 🙌 Celebrate! Thanks for your contribution.

@Inferato Inferato self-assigned this May 25, 2022
monteri and others added 8 commits May 27, 2022 06:41
…enedx#1287)

* Adds new React hook `useIndexOfLastVisibleChild` to provide a mechanism to determine the last element in a container, accounting for when the screen width changes.
* Utilizes `useIndexOfLastVisibleChild` in the `Tabs` component to ensure the tabs don't wrap; that is, they now remain on a single line and show a "More" dropdown when there is overflow.
# [19.24.0](openedx/paragon@v19.23.1...v19.24.0) (2022-05-27)

### Features

* [BD-46] exports useIndexOfLastVisibleChild, responsive tabs ([openedx#1287](openedx#1287)) ([75311f6](openedx@75311f6))
* feat: add all MUI icons
* feat: add missing icons from MUI
# [19.25.0](openedx/paragon@v19.24.0...v19.25.0) (2022-05-27)

### Features

* [BD-46] add all MUI icons ([openedx#1313](openedx#1313)) ([404692e](openedx@404692e))
@viktorrusakov viktorrusakov force-pushed the lytvynenko/sr_only_notification branch from 7ebad0b to de3274e Compare June 2, 2022 11:04
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

Successfully merging this pull request may close these issues.

4 participants