Engineers are currently investigating the issue.
Description:
When a canvas collaboration is modified using only a keyboard and screenreader, there is no auditory or programmatic indication that a user or group has been successfully added or removed. The UI updates visually, but the chnage is not conveyed to assistive technologies.
This violates WCAG 2.1 - Success Criterion 4.1.3 Status <essages (Level AA), which requires that dynamic changes in content be announced to users or assistive tech without shifting keyboard focus.
Expected behavior:
After selecting a user or group to add or remove from a collaboration, a status message should be programmatically exposed so a screen reader can announce the result.
Workaround:
No workaround exists at this time.
Steps to Reproduce:
- Navigate to Collaborations
- Choose to create or edit a Collaboration
- With a screenreader enabled navigate to the list of users or groups via keyboard.
- Select ‘Add' or ‘Remove’
- Observe the UI visually updates, no status message is announced to the screen reader.