Open carolframpton opened 3 days ago
sp-table
Given the default role for sp-table is role="grid" I expect the component to support the keyboard navigation associated with the grid role.
ref: https://www.w3.org/WAI/ARIA/apg/patterns/grid/ see Keyboard Interaction For Data Grids section
Per @jnurthen, the default role should be table.
Navigation between sortable column headers and cell which contain inputs is with tabs.
Yes, I can manually set role=table.
No response
Chrome
https://opensource.adobe.com/spectrum-web-components/storybook/index.html?path=/story/table-virtualized--virtualized
None
Code of conduct
Impacted component(s)
sp-table
Expected behavior
Given the default role for sp-table is role="grid" I expect the component to support the keyboard navigation associated with the grid role.
ref: https://www.w3.org/WAI/ARIA/apg/patterns/grid/ see Keyboard Interaction For Data Grids section
Per @jnurthen, the default role should be table.
Actual behavior
Navigation between sortable column headers and cell which contain inputs is with tabs.
Yes, I can manually set role=table.
Screenshots
No response
What browsers are you seeing the problem in?
Chrome
How can we reproduce this issue?
Sample code or abstract reproduction which illustrates the problem
https://opensource.adobe.com/spectrum-web-components/storybook/index.html?path=/story/table-virtualized--virtualized
Severity
None
Logs taken while reproducing problem
No response