privacytests / privacytests.org

Source code for privacytests.org. Includes browser testing code and site rendering.
https://privacytests.org
MIT License
797 stars 23 forks source link

Fix accessibility #194

Open arthuredelstein opened 6 months ago

arthuredelstein commented 6 months ago

The website is not appropriately set up for screen readers. More details here:

https://twitter.com/kaveinthran/status/1736967867793547433

arthuredelstein commented 6 months ago

Fixes in 025e1ac4ebaa4cdbd7868b06d2fc694394c429c5 and 6f1e6fd2bb64255fd46eb6bb703ffa231e63a9bf

kaveinthran commented 4 months ago

moving to next and previous cell command read all the spans name altogether, withthe column names. as a result of it, the needed info which is just the browser name in that row is not said.

You can test using the latest version of nvda at https://www.nvaccess.org/download/ here's some guides on designing accessible table https://www.w3.org/WAI/tutorials/tables/ https://webaim.org/techniques/tables/data