I once thought that a screen reader for a visually impaired user could not read a web page dynamically generated by javascript since I was educated to create a web page that works even with javascript.
I was recently told that a screen reader can actually read web content dynamically created in an AJAX web application.
So, since a screen reader can do this, why is it an accessibility discipline for a webpage to work if javascript is disabled?
source
share