A common misconception among web developers is that screen readers only read the non-JavaScript page. Due to this misconception, we sometimes assume it’s unnecessary to make JavaScript apps and other functionality accessible. This is categorically false. According to a January 2014 survey conducted by WebAIM, 97.6% of screen reader users have JavaScript enabled. Be sure to make efforts to ensure t

