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(UploadPicker): Add label for upload progress and connect progress with description [a11y] #1000

Merged
merged 1 commit into from
Dec 15, 2023

Conversation

susnux
Copy link
Contributor

@susnux susnux commented Dec 14, 2023

All form elements - and this includes also the progress element - need a label this is now added.
Also semantically connecting the description with the progress by using aria-describedby

@susnux susnux added bug Something isn't working 3. to review Waiting for reviews labels Dec 14, 2023
Copy link

codecov bot commented Dec 14, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (865e9df) 92.10% compared to head (144c40d) 92.10%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1000   +/-   ##
=======================================
  Coverage   92.10%   92.10%           
=======================================
  Files           3        3           
  Lines          76       76           
  Branches       13       13           
=======================================
  Hits           70       70           
  Misses          3        3           
  Partials        3        3           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@susnux susnux merged commit 05aaf51 into master Dec 15, 2023
15 checks passed
@susnux susnux deleted the fix/invalid-form branch December 15, 2023 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BITV] Missing label on progress element
3 participants