element-hq / element-hq/element-web
Fix `SeparatorView` not belonging to any landmarks
Open
A-Room-List
O-Frequent
S-Minor
T-Defect
- Dominant language
- TypeScript
- Stars
- 13.5k
- Forks
- 2.8k
- PR merge metrics
- PR metrics pending
Description
https://github.com/element-hq/element-web/pull/32742 introduces collapsible panels for the new room list.
The PR also introduces an axe violation: https://dequeuniversity.com/rules/axe/4.1/region
This is because the separator does not belong to any specific landmark roles. Fixing this would require changing the current roles that are given to some structural element.
Contributor guide
Assessment
This issue has not been assessed yet.