Tell screen reader that page has changed in Backbone/Angular single-page app
Imagine you have a simple, single-page application - regardless of whether it was written using Backbone, Angular, Ember or anything else. How can you tell a screen reader that we've changed 'page' when a route is followed? In a classic application, when I navigate from /index.html to /about.html the screen reader obviously detects the page change, and re-reads as you'd expect. In my Backbone application though, when I follow a route I cannot work out how to trigger a 're-read'. I've tried triggering a focus event which I'd seen somewhere, but that doesn't seem to work. Note: I'm currently