From afc857491ef59d050b0ae974d27fcc689d17c270 Mon Sep 17 00:00:00 2001 From: Tom Byers Date: Thu, 5 Sep 2024 22:33:20 +0100 Subject: [PATCH 1/3] Remove aria-hidden from search label Hiding it with `aria-hidden` removes it from the accessibilty tree, which also stops it labelling the input textbox. It also already has styles to hide it visually so doesn't need it for that. --- lib/source/layouts/_search.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/source/layouts/_search.erb b/lib/source/layouts/_search.erb index be33467d..ee0ccc4a 100644 --- a/lib/source/layouts/_search.erb +++ b/lib/source/layouts/_search.erb @@ -2,7 +2,7 @@