From f145d75ca8656d713ae170522a45745be35a770a Mon Sep 17 00:00:00 2001 From: Jeff Bishop Date: Wed, 27 May 2026 18:08:29 -0700 Subject: [PATCH 1/4] Fix duplicate footer contentinfo landmark Remove nested role=contentinfo inside footer wrapper to keep a single top-level contentinfo landmark and reduce repeated landmark violations. Estimated impact from known scan: addresses landmark-contentinfo-is-top-level (100) and landmark-no-duplicate-contentinfo (99), roughly 199 findings (~40% of the prior 500). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- themes/custom/az_barrio/templates/layout/page.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/custom/az_barrio/templates/layout/page.html.twig b/themes/custom/az_barrio/templates/layout/page.html.twig index 56321b960d..95e0599378 100644 --- a/themes/custom/az_barrio/templates/layout/page.html.twig +++ b/themes/custom/az_barrio/templates/layout/page.html.twig @@ -267,7 +267,7 @@