digitallinguistics / data-explorer

The DLx portal for viewing, searching, and aggregating data
https://data.digitallinguistics.io
MIT License
3 stars 0 forks source link

Notes toggle is not accessible #319

Open dwhieb opened 1 year ago

dwhieb commented 1 year ago

The icon to toggle the expand/collapse state of the Notes list isn't keyboard navigable.

Just adding tabindex=0 to it won't fix the problem. The element becomes focusable, but still not interactive.

The easiest solution is probably to abandon the hover functionality, and use a simple <details> + <summary> approach.