spectrum-web-components
spectrum-web-components copied to clipboard
[Bug][a11y]: Table checkboxes to select row or Select All have no label
Code of conduct
- [X] I agree to follow this project's code of conduct.
Impacted component(s)
Table
Expected behavior
Checkboxes used to select the row within the table should be labelled by "Select " + the rowheader. Select All checkbox should be labelled "Select All."
Actual behavior
Checkboxes within the table have no accessibility name and are indistinguishable from each other.
Screenshots
No response
What browsers are you seeing the problem in?
No response
How can we reproduce this issue?
- Go to '...'
- Click on '....'
- Scroll to '....'
- Check console
- See error
Sample code that illustrates the problem
No response
Logs taken while reproducing problem
No response
related to https://github.com/adobe/spectrum-web-components/issues/3394
fixed via #4145