Description:
The dictionary tooltip lacks accessibility support for screen readers and keyboard navigation. It should follow WAI-ARIA guidelines to ensure inclusivity for all users.
✅ Acceptance Criteria:
-
Add role="tooltip" and appropriate aria-label attributes.
-
Enable keyboard navigation:
- Enter to open
- Escape to close
-
Manage focus states properly when tooltip opens.
-
Confirm tooltip content is announced correctly by screen readers (e.g., NVDA or VoiceOver).
Description:
The dictionary tooltip lacks accessibility support for screen readers and keyboard navigation. It should follow WAI-ARIA guidelines to ensure inclusivity for all users.
✅ Acceptance Criteria:
Add
role="tooltip"and appropriatearia-labelattributes.Enable keyboard navigation:
Manage focus states properly when tooltip opens.
Confirm tooltip content is announced correctly by screen readers (e.g., NVDA or VoiceOver).