You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: add ARIA attributes to admin notices dropdown for accessibility
- Added role='button', aria-haspopup='true', aria-expanded='false', and aria-label to dropdown button
- Added role='menu' to menu container
- Added role='menuitem' to all menu items (select all, deselect all, inverse selection)
- Follows WCAG 2.1 Level A accessibility guidelines
- Resolves TODO comment at line 40
This change makes the operations dropdown accessible to screen reader users,
allowing them to properly interact with the admin notices bulk actions.
0 commit comments