Hacker News new | ask | show | jobs
by jscholes 1995 days ago
> Is there some software library that turns websites into text, that these screen readers all use, or do they implement their own?

They implement their own. But the browser also has responsibilities in this area, to construct an accessibility tree from the DOM which screen readers can parse.