We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23ff54 commit 07455ceCopy full SHA for 07455ce
CHANGELOG.md
@@ -18,6 +18,7 @@ and this project adheres to
18
- ♿ add document visible in list and openable via enter key #1365
19
- ♿ add pdf outline property to enable bookmarks display #1368
20
- ♿ hide decorative icons from assistive tech with aria-hidden #1404
21
+ - ♿ remove redundant aria-label to avoid over-accessibility #1420
22
23
### Fixed
24
src/frontend/apps/impress/src/components/dropdown-menu/DropdownMenu.tsx
@@ -162,7 +162,6 @@ export const DropdownMenu = ({
162
menuItemRefs.current[index] = el;
163
}}
164
role="menuitem"
165
- aria-label={option.label}
166
data-testid={option.testId}
167
$direction="row"
168
disabled={isDisabled}
0 commit comments