I am using bootstrap's tool-tip
functionality.
I have a button
and when it is clicked a tooltip
appears. I am able to achieve this functionality by using trigger
option of Bootstrap tool-tip plugin.
However, screen readers are not able to read the content of opened tool-tip
.
I am trying to get screen readers read the content of the tool-tip once it appears.
So how to ensure the tool-tip content is conveyed by screen readers when the user presses the Enter key when the button
has focus.
Can any one help me to achieve this functionality?
I am attaching the plunker link