According to the tooltip ARIA documentation (linked below), the tooltip should be the aria-describedby value for element that it targets. However, we currently default to aria-label. It could be confusing or unexpected if adding a tooltip to a control changes its label for screen readers.
References:
According to the tooltip ARIA documentation (linked below), the tooltip should be the
aria-describedbyvalue for element that it targets. However, we currently default toaria-label. It could be confusing or unexpected if adding a tooltip to a control changes its label for screen readers.References: