Hi,
to conform to the ARIA design pattern the tooltip need to become visibile with keyboard focus.
Furthermore you don't need aria-live on the tooltip if the content isn't generate on the fly and you also can remove aria-expanded or change it to aria-haspopup="true" because it's an hover/focus tooltip not on that user trigger with enter / click
Hi,
to conform to the ARIA design pattern the tooltip need to become visibile with keyboard focus.
Furthermore you don't need aria-live on the tooltip if the content isn't generate on the fly and you also can remove aria-expanded or change it to aria-haspopup="true" because it's an hover/focus tooltip not on that user trigger with enter / click