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

[a11y]: [Text area][Playground] - The word/character count not conveyed properly by JAWS #16747

Closed
2 tasks done
2nikhiltom opened this issue Jun 12, 2024 · 0 comments · Fixed by #16898
Closed
2 tasks done

Comments

@2nikhiltom
Copy link
Contributor

2nikhiltom commented Jun 12, 2024

Package

@carbon/react

Browser

Firefox

Operating System

No response

Package version

v1.58.0

React version

18.02

Automated testing tool and ruleset

Manual QA

Assistive technology

JAWS

Description

The numbers X/maxCount are confusing and unclear in their purpose. For instance, it's not specified whether this represents a count of characters or words, which makes it difficult for screen reader users to understand.

When the maxCount word limit is set along with the enableCounter prop, the screen reader announcement for the word/character count used to only triggers once when 10 words/characters were left.

Also, no announcements are made when the maximum word/character count is reached. This inconsistency makes it difficult for screen reader users to understand the remaining count and when the limit is hit.

This functionality can be seen when enableCounter prop os set to true

image

WCAG 2.1 Violation

No response

Reproduction/example

https://react.carbondesignsystem.com/?path=/story/components-textarea--playground

Suggested Severity

3

Code of Conduct

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

Successfully merging a pull request may close this issue.

2 participants