SemanticComputing / sampo-ui

Sampo-UI – A framework for building user interfaces for semantic portals
https://seco.cs.aalto.fi/tools/sampo-ui
MIT License
33 stars 7 forks source link

Accessibility: use Table instead of ARIA Grid #48

Open henrikaskj opened 1 year ago

henrikaskj commented 1 year ago

The table in the ClientFS perspective is an ARIA Grid. I think it would improve accessibility if it was a Table element like in the other perspectives.

henrikaskj commented 1 year ago

Never mind, it seems the react-virtualized developers have done a thorough job on addressing accessibility issues: https://github.com/bvaughn/react-virtualized/pull/1624 Spamming ARIA often does more harm than good for screen reader users though, so it could be an idea to replace react-virtualized in the future