You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand this is a bug report and questions should be posted in the Community Forum
I searched issues and couldn’t find anything (or linked relevant results below)
Link to runnable example
No response
Steps to reproduce
Use a screen reader (e.g., NVDA, JAWS, or VoiceOver) to navigate the Uppy interface.
Add multiple files to the uploader.
Interact with the following buttons:
Global Cancel Button (top left corner and bottom right corner).
Global Pause/Resume Button (bottom right corner).
Single File Cancel Button (top right corner of an individual file).
Single File Pause/Resume Button (associated with an individual file).
Observe the aria-label values announced by the screen reader for each button.
Expected behavior
The aria-label for each button should be descriptive and provide sufficient context for screen reader users to understand the purpose of the action.
Specifically:
The Global Cancel Button should have an aria-label like "Cancel All" to indicate it applies to all uploads.
The Global Pause/Resume Button should have an aria-label like "Pause All" or "Resume All" to indicate it applies to all uploads.
The Single File Cancel Button should include the file name in the aria-label, e.g., "Cancel - testFile.jpg."
The Single File Pause/Resume Button should include the file name in the aria-label, e.g., "Pause - testFile.jpg" or "Resume - testFile.jpg."
Actual behavior
The aria-label values for the buttons are not descriptive enough, making it difficult for screen reader users to distinguish between global and single-file actions or understand the context of the buttons:
The Global Cancel Button has an aria-label of "Cancel," which does not clarify that it applies to all uploads.
The Global Pause/Resume Button has an aria-label of "Pause" or "Resume," which does not clarify that it applies to all uploads.
The Single File Cancel Button has an aria-label of "Cancel," which does not include the file name and therefore lacks context.
The Single File Pause/Resume Button has an aria-label of "Pause" or "Resume," which does not include the file name and therefore lacks context.
The text was updated successfully, but these errors were encountered:
Initial checklist
Link to runnable example
No response
Steps to reproduce
Expected behavior
The aria-label for each button should be descriptive and provide sufficient context for screen reader users to understand the purpose of the action.
Specifically:
Actual behavior
The aria-label values for the buttons are not descriptive enough, making it difficult for screen reader users to distinguish between global and single-file actions or understand the context of the buttons:
The text was updated successfully, but these errors were encountered: