react-sortable-table-demo icon indicating copy to clipboard operation
react-sortable-table-demo copied to clipboard

Consider using group only if scrollable

Open mcking65 opened this issue 6 years ago • 0 comments

The group wrapper on the table creates undesirable screen reader verbosity. I understand the need when there is a focusable div wrapping the table to support scrolling. However, if the table is not scrollable and the div is thus not focusable, it would make a cleaner presentation if the role group and aria-labelledby were left out.

mcking65 avatar Oct 06 '19 00:10 mcking65