mleibman / SlickGrid

A lightning fast JavaScript grid/spreadsheet
http://wiki.github.com/mleibman/SlickGrid
MIT License
6.81k stars 1.98k forks source link

Accessibility issue from screen reader when tabbing into grid #1183

Open leonliang33 opened 6 years ago

leonliang33 commented 6 years ago

When loading a slick grid we have hidden div with undescriptive role name. Accessibility comes into concern when someone navigate into the grid and screen reader reads back 'Group'

Can we add a descriptive role for this div?

6pac commented 6 years ago

Check out 'Accessibility' at the new SlickGrid site. Perhaps this has been solved.