🔖 fix: Announce Bookmark Selection State (#11450)

* fix: bookmarks announce selection state

* chore: address Copilot comments
This commit is contained in:
Dustin Healy 2026-01-21 10:49:50 -08:00 committed by GitHub
parent 828c2b2048
commit 12ec64b988
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 40 additions and 12 deletions

View file

@ -27,6 +27,8 @@ export interface MenuItemProps {
| 'grid'
| undefined;
ariaControls?: string;
ariaLabel?: string;
ariaChecked?: boolean;
ref?: React.Ref<any>;
className?: string;
render?: