Hacker News new | ask | show | jobs
by pyuser583 1344 days ago
I have a medical disorder which could one day render me blind.

I worry about how much of the web I will be able to use.

Don’t JS free web pages have better accessibility?

1 comments

As long as the underlying DOM uses the correct semantics, there shouldn't really be a great difference. One can write a static page that would be less accessible than a js heavy alternative. Screen readers nowadays work with the rendered page DOM, not the raw html.