gdcc / dataverse-previewers

A collection of Datafile Previewers that can be configured to work with Dataverse
MIT License
5 stars 15 forks source link

Spreadsheet viewer has accessibility issues #4

Open qqmyers opened 2 years ago

qqmyers commented 2 years ago

Checking the spreadsheet viewer with Deque Axe, it reports several issues:

These all appear to be problems with the HandsOnTable being used. A quick scan of their repo shows several recent accessibility issues logged, e.g. https://github.com/handsontable/handsontable/labels/Accessibility. It's not clear that these cover the issues above, but will probably mean changes are coming. We may want to look into submitting these issues and/or checking again as their issues are resolved.

qqmyers commented 2 years ago

I also hadn't realized that the Spreadsheet previewer loads v 0.28.4 and there are open source versions up through 11.0.1 - we should upgrade and test accessibility again. Any volunteers? I have not checked to see how much the API might have changed/how much work this might be.