Hacker News new | ask | show | jobs
by triskweline 1281 days ago
Unpoly lead dev here

Unpoly takes special care to always move the focus to the next relevant element in an interaction. E.g. when a link updates a fragment, the focus is moved to that fragment. Or when an overlay is closed, focus is returned to the link that originally opened that overlay.

More details can be found here: http://triskweline.de/unpoly2-slides/#78

Feel free to install a screen reader and play with the demo app (https://demo.unpoly.com/).

2 comments

Probably the right place to ask this:

The slide said

> DEMO OF SERVER-SIDE APP ISSUES

> Link to demo app (https://demo.unpoly.com/)

> (press Start Classic on first page)

but there is no “Start Classic”?

The slides are out of date, both when they talk about the demo and in API details.
This is excellent - thanks for the reply. Those slides answered my question really well, and it looks like you've put a lot of thought into this.