mefechoel / svelte-navigator

Simple, accessible routing for Svelte
Other
504 stars 39 forks source link

Manage Focus on navigation #1

Closed mefechoel closed 4 years ago

mefechoel commented 4 years ago

Currently, when navigating by clicking a Link, the link will remain focused after the transition is complete. This is a bad experience when using screen readers and other assistive technology.

The Router should move focus when navigating. It should:

Resources:

mefechoel commented 4 years ago

Implemented in 3.0.0 release