From a64b5cb4477fea3359f478fb9043e47a470e32ea Mon Sep 17 00:00:00 2001 From: Cyril Date: Wed, 24 Jun 2026 11:26:50 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BF=EF=B8=8F(frontend)=20remove=20redunda?= =?UTF-8?q?nt=20aria-label=20on=20table=20of=20contents=20links?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removed redundant aria-label to fix double SR announce. --- CHANGELOG.md | 1 + .../src/features/docs/doc-table-content/components/Heading.tsx | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b148363a..0cc6445c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to - ♻️(frontend) new create button for docs #2423 - ♿️(frontend) align search modal field label with placeholder #2384 - 🚚(frontend) move Waffle to bottom left #2455 +- ♿️(frontend) remove redundant aria-label on table of contents links #2459 ### Fixed diff --git a/src/frontend/apps/impress/src/features/docs/doc-table-content/components/Heading.tsx b/src/frontend/apps/impress/src/features/docs/doc-table-content/components/Heading.tsx index acc4ff53e..dc4700d43 100644 --- a/src/frontend/apps/impress/src/features/docs/doc-table-content/components/Heading.tsx +++ b/src/frontend/apps/impress/src/features/docs/doc-table-content/components/Heading.tsx @@ -85,7 +85,6 @@ export const Heading = ({ border-radius: var(--c--globals--spacings--st); } `} - aria-label={text} aria-current={isHighlight ? 'true' : undefined} >