blueprint
blueprint copied to clipboard
a11y: tooltip role and aria-describedby
Checklist
- [N/A] Includes tests
- [N/A] Update documentation
Changes proposed in this pull request:
Improve tooltip a11y by adding the following:
- wrap the tooltip content in a
div
that hasrole="tooltip"
- https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tooltip_role - apply an
id
to the tooltip content, andaria-describedby={id}
to the target