blueprint icon indicating copy to clipboard operation
blueprint copied to clipboard

a11y: tooltip role and aria-describedby

Open bvandercar-vt opened this issue 1 year ago • 0 comments

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 has role="tooltip" - https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/tooltip_role
  • apply an id to the tooltip content, and aria-describedby={id} to the target

bvandercar-vt avatar Jan 10 '24 18:01 bvandercar-vt