From c395d991671993e204905c8a75e7d34293b8dab4 Mon Sep 17 00:00:00 2001 From: Justin Coyne Date: Fri, 8 Mar 2024 15:04:11 -0600 Subject: [PATCH] Remove aria-expanded from location accordion aria-expanded is supposed to go on the focusable interactive control that displays the collapsable section, not the collapsable section itself. See https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-expanded --- app/views/catalog/_accordion_section_library.html.erb | 2 +- spec/views/catalog/_accordion_section_library.html.erb_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/catalog/_accordion_section_library.html.erb b/app/views/catalog/_accordion_section_library.html.erb index 193cb87e1..6158ef7d0 100644 --- a/app/views/catalog/_accordion_section_library.html.erb +++ b/app/views/catalog/_accordion_section_library.html.erb @@ -13,7 +13,7 @@ <%= snippet %> -