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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
The tooltip now does not override or update the parent
element `aria-label` unless the parent's `aria-label` does not exist,
or it has been previously set by the tooltip. It determines if it
has been set by the tooltip by placing the `aria-labelledby` attribute
on the parent element and setting it to `tooltip`.
Fixes#10242.
0 commit comments