From 0e5cd531636a248e71acb80e48e41a686ade4563 Mon Sep 17 00:00:00 2001 From: AronDemian Date: Wed, 24 Jun 2020 06:44:17 +0200 Subject: [PATCH] Make search jumplink's target the search input instead of the container The exact search input element as target focus the searchbox. It saves AT users a user action, while still remaining read out due to connected label in screen readers. Change-Id: I83003fbbb5b6903038d1ca8b323302cb8f52e841 --- includes/templates/skin-legacy.mustache | 2 +- includes/templates/skin.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/templates/skin-legacy.mustache b/includes/templates/skin-legacy.mustache index d22ce35..af32b0d 100644 --- a/includes/templates/skin-legacy.mustache +++ b/includes/templates/skin-legacy.mustache @@ -56,7 +56,7 @@ }}
{{msg-vector-jumptonavigation}} - {{msg-vector-jumptosearch}} + {{msg-vector-jumptosearch}} {{{html-bodycontent}}} {{#html-printfooter}}
{{{html-printfooter}}}
diff --git a/includes/templates/skin.mustache b/includes/templates/skin.mustache index 90deb70..acc0883 100644 --- a/includes/templates/skin.mustache +++ b/includes/templates/skin.mustache @@ -72,7 +72,7 @@ }}
{{msg-vector-jumptonavigation}} - {{msg-vector-jumptosearch}} + {{msg-vector-jumptosearch}} {{{html-bodycontent}}} {{#html-printfooter}}
{{{html-printfooter}}}