I have been using NVDA tool to identify accessibility issues in HTML page. I have been receiving an issue where the tool tip is not readable.
<span class="icon-interface-question-mark" title="Click for Info" (click)="showAdditionalInfo()">
I had added title attribute to fix the issue. But it is not working. Please suggest.