Skip to content

Commit 278eb23

Browse files
committed
✨(frontend) add missing aria-label to add sub-doc button for a11y
improves screen reader support for the add sub-doc action in the document tree Signed-off-by: Cyril <[email protected]>
1 parent b056dbf commit 278eb23

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to
66

77
## [Unreleased]
88

9+
### Changed
10+
11+
- ♿(frontend) improve accessibility:
12+
- ♿ add missing aria-label to add sub-doc button for accessib… #1480
13+
914
## [3.8.0] - 2025-10-14
1015

1116
### Added

src/frontend/apps/impress/src/features/docs/doc-tree/components/DocTreeItemActions.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ export const DocTreeItemActions = ({
178178
});
179179
}}
180180
color="primary"
181+
aria-label={t('Add a sub page')}
181182
data-testid="doc-tree-item-actions-add-child"
182183
>
183184
<Icon

0 commit comments

Comments
 (0)