From d1d6687f6c5f8eeef7600712f5051a9c67a0ee17 Mon Sep 17 00:00:00 2001 From: Rebeka Dekany <50901361+rebekadekany@users.noreply.github.com> Date: Fri, 15 Sep 2023 09:13:30 +0200 Subject: [PATCH] Merge pull request #14796 from overleaf/rd-report-footer-recognition Accessibility - indicate that the footer has navigational purpose GitOrigin-RevId: 74edf40ac5bc6eb4ee67527b5718d65fcd77d5a6 --- services/web/app/views/layout/fat-footer.pug | 2 +- services/web/locales/en.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/services/web/app/views/layout/fat-footer.pug b/services/web/app/views/layout/fat-footer.pug index 0e377affcd..6d4cd2f49e 100644 --- a/services/web/app/views/layout/fat-footer.pug +++ b/services/web/app/views/layout/fat-footer.pug @@ -1,7 +1,7 @@ - var featuresPageVariant = splitTestVariants && splitTestVariants['features-page'] footer.fat-footer.hidden-print - .fat-footer-container + .fat-footer-container(role="navigation" aria-label=translate('footer_navigation')) .fat-footer-sections(class=hideFatFooter ? 'hidden' : undefined) .footer-section#footer-brand a(href='/', aria-label=settings.appName).footer-brand diff --git a/services/web/locales/en.json b/services/web/locales/en.json index 1ebb35f958..4e4b377d70 100644 --- a/services/web/locales/en.json +++ b/services/web/locales/en.json @@ -582,6 +582,7 @@ "font_size": "Font Size", "footer_about_us": "About us", "footer_contact_us": "Contact us", + "footer_navigation": "Footer navigation", "footer_plans_and_pricing": "Plans & pricing", "for_american_express": "For <0>American Express, the <1>4 digits on the <2>front of your card.", "for_enterprise": "For enterprise",