From b8380ab30aec4aa58920daccce4e31af8fd1d93a Mon Sep 17 00:00:00 2001 From: Nathan Knowler Date: Wed, 12 Aug 2026 22:05:44 -0300 Subject: [PATCH] fix: remove tabindex=-1 for main skip link target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Browsers already correctly set the “sequential focus navigation start point” and doing this tends to create a larger usability regression with regards to where the focus starts (i.e. clicking a focusable item within the element no longer sets that start point to that specific focusable, but on the containing element with tabindex=-1). --- app/app.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.vue b/app/app.vue index 03fc939fb5..5950a09bdd 100644 --- a/app/app.vue +++ b/app/app.vue @@ -154,7 +154,7 @@ if (!isBlogPostRoute.value) { {{ route.name === 'search' ? `${$t('search.title_packages')} - npmx` : message }} -
+