From 7267867ac580f069ddc42a76db5ead80b36ecafe Mon Sep 17 00:00:00 2001 From: Yahor Chaptsou <163125600+YahorC@users.noreply.github.com> Date: Fri, 5 Apr 2024 10:04:21 +0200 Subject: [PATCH] [SITES-21038] Core Tabs Component Accessibility Issue - Invalid ARIA attribute value (#2713) Updating tab panel id value, to have connection with tab item aria-controls value, for passing lighthouse report accessibility successfully --- .../jcr_root/apps/core/wcm/components/tabs/v1/tabs/tabs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/src/content/jcr_root/apps/core/wcm/components/tabs/v1/tabs/tabs.html b/content/src/content/jcr_root/apps/core/wcm/components/tabs/v1/tabs/tabs.html index 482d91809c..3d9f2ff09c 100644 --- a/content/src/content/jcr_root/apps/core/wcm/components/tabs/v1/tabs/tabs.html +++ b/content/src/content/jcr_root/apps/core/wcm/components/tabs/v1/tabs/tabs.html @@ -38,7 +38,7 @@