Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip Link toevoegen aan Index Character Navigation #2558

Open
Robbert opened this issue Oct 11, 2024 · 1 comment
Open

Skip Link toevoegen aan Index Character Navigation #2558

Robbert opened this issue Oct 11, 2024 · 1 comment

Comments

@Robbert
Copy link
Member

Robbert commented Oct 11, 2024

Toetsenbordgebruikers die de Index Character Navigation (A-Z links) niet nodig hebben, die willen niet 26 keer op Tab drukken. Daarom wil ik automatisch een Skip Link plaatsen binnen deze component, die linkt naar een acnhor ná de 26 links.

Bijvoorbeeld:

<nav>
  <a href="#id-37889e6c-3c8c-4159-ae99-1298801eb432">Sla 26 A-Z links over</a>
  <ul>...</ul>
  <a id="id-37889e6c-3c8c-4159-ae99-1298801eb432"></a>
</nav>
@rianrietveld
Copy link

<a id="id-37889e6c-3c8c-4159-ae99-1298801eb432"></a>
gaat niet werken helaas, een a zonder href krijgt geen toetsenbordfocus.
Ik zou dit doen:
<div id="id-37889e6c-3c8c-4159-ae99-1298801eb432" tabindex="-1"></div>
tabindex="-1" is nodig voor Safari 🧌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants