-
-
Notifications
You must be signed in to change notification settings - Fork 738
Open
Description
The Progressbar component in src/components/ProgressBar.tsx currently doesn’t expose key accessibility attributes. so to make it more inclusive and compliant with accessibility standards, we can add aria-valuenow, aria-valuemax, and aria-valuemin to the progress bar element. These attributes ensure screen readers and other assistive technologies can correctly interpret its state.
expected behavior - The Progressbar should provide these ARIA attributes so assistive technologies can accurately convey its progress state to users.
This also resolves the existing TODO comment in the Progressbar source file and contributes to improving the overall accessibility of the library.
Metadata
Metadata
Assignees
Labels
No labels