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

Progress bar a11y #733

Merged
merged 7 commits into from
Sep 7, 2021
Merged

Progress bar a11y #733

merged 7 commits into from
Sep 7, 2021

Conversation

Gabss405
Copy link
Contributor

@Gabss405 Gabss405 commented Aug 26, 2021

#721

Not sure if setting tabIndex to -1 is absolutely necessary? - progress bar isn't focusable anyway, removed

  • it works in Chrome,Safari & Edge, Firefox

  • Firefox: screenreader gets stuck on progressbar if withStep is true (user can tab to skip) removing role fixed this

  • added role="progressbar" for better compatibility having spoken to @OlenaKashuba this is an overkill, also introduces the bug in Firefox

Screen.Recording.2021-08-26.at.15.29.49.mov
Screen.Recording.2021-08-26.at.15.19.31.mov

@netlify
Copy link

netlify bot commented Aug 26, 2021

✔️ Deploy Preview for zrc ready!

🔨 Explore the source changes: a7a9469

🔍 Inspect the deploy log: https://app.netlify.com/sites/zrc/deploys/61374c5b9b260d0007de6ff9

😎 Browse the preview: https://deploy-preview-733--zrc.netlify.app/

@Gabss405 Gabss405 added the work in progress Pull request being worked on label Aug 27, 2021
@Gabss405 Gabss405 added accessibility This issue affects accessibility and removed work in progress Pull request being worked on labels Sep 2, 2021
@Gabss405 Gabss405 merged commit 547bc8f into master Sep 7, 2021
@Gabss405 Gabss405 self-assigned this Sep 7, 2021
@Gabss405 Gabss405 deleted the progress-bar-a11y branch September 7, 2021 11:39
@poteirard
Copy link
Contributor

🎉 This PR is included in version 4.45.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@Gabss405 Gabss405 restored the progress-bar-a11y branch October 6, 2021 15:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility This issue affects accessibility released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants