Make `StudentStatusBadge` more accessible for screen readers via `aria-live`.
Open
accessibility
- Dominant language
- Python
- Stars
- 53
- Forks
- 16
- Avg merge
- 14d 5h
- Merged PRs (30d)
- 14
Description
When the `StudentStatusBadge` is used for grading statuses, it can transition live from "New" or "Error" to "Syncing", and then either disappear or go back to "Error".
These changes are currently not properly announced by screen readers, as they are not wrapped in an `aria-live` container, but they should.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.