Skip to content

Commit

Permalink
[SITES-21038] Core Tabs Component Accessibility Issue - Invalid ARIA …
Browse files Browse the repository at this point in the history
…attribute value (#2713)

Updating tab panel id value, to have connection with tab item aria-controls value, for passing lighthouse report accessibility successfully
  • Loading branch information
YahorC committed Apr 5, 2024
1 parent 9e182f4 commit 7267867
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</ol>
<div data-sly-repeat.item="${items}"
data-sly-resource="${item.resource @ decorationTagName='div'}"
id="${item.id}"
id="${item.id}-tabpanel"
role="tabpanel"
aria-labelledby="${item.id}-tab"
tabindex="0"
Expand Down

0 comments on commit 7267867

Please sign in to comment.