Ask HN: Accessible Applications in WebGL and for the Desktop?
I'm building a scheduling app right now using that renders directly on the desktop using opengl. I'm considering making a web version by compiling to web assembly. As I understand it, if I want to sell this application as a web app it needs to meet certain accessibility requirements. As far as I can tell that means I cannot sell the app and need to start over because opengl/webgl aren't particularly accessible on the desktop or browser. Am I legally required to build this as a traditional web app to meet accessibility requirements if I want to run it in a browser? Are requirements looser if I build it just as a desktop app?
2 comments
[ 4.4 ms ] story [ 15.4 ms ] threadhttps://section508.gov/
Other customers, such as schools and universities, might want WCAG 2.1
https://www.w3.org/TR/WCAG20/
They may also need to be 508 compliant because of funding rules.
Beyond that, things become complicated.
If I'm selling mostly to businesses does that mean most requirements are avoided? Does that differ between desktop and web?
For context, it's, roughly speaking, a tool for making gantt charts. Not something that would really be central to a role. Just makes a task that could be done in a spreadsheet easier.