Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Greetings,
When I was testing your Tooltip component demos (particularly the keyboard navigation demo), I noticed the tooltip content was not being announced by screen readers when I tested with the NVDA screen reader in Chrome and Firefox and the VoiceOver screen reader in Mac OS Safari.
I believe this is due to a misspelling of the aria-describedby attribute. When I inspect the generated HTML in Chrome, the attribute is written as "aria_describedby" instead of the correct "aria-describedby" format. I believe this could be considered an accessibility issue under the WCAG 1.3.1 criterion.
I have posted a screenshot image I took of the generated code below. Let me know if you need further information. Thank you!
-Ken Watson