From d887146382ffb31570304838efad0a17eecf17f9 Mon Sep 17 00:00:00 2001 From: MatteoGabriele Date: Wed, 11 Feb 2026 16:17:01 +0100 Subject: [PATCH] fix(a11y): add tabindex to main content Add tabindex="-1" to the #main-content container so it can receive focus when using the skip-link feature. --- app/app.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/app.vue b/app/app.vue index 2b0a58740..95a289b1a 100644 --- a/app/app.vue +++ b/app/app.vue @@ -127,7 +127,7 @@ if (import.meta.client) { -
+