mefechoel / svelte-navigator

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

Add example illustrating the use of skip links #15

Open mefechoel opened 3 years ago

mefechoel commented 3 years ago

Svelte Navigator gives you a lot of accessibility improvements out of the box, but for an even better experience the user needs to tailor focus management manually.

A common and apparently very useful technique to improve a11y is the usage of skip links. This is described further in this blog post by Marcy Sutton on the results of user testing different a11y approaches.

It might not be obvious how to implement the technique with Svelte Navigator, so it should be broken down in an example.