Bob D'Errico
Results
2
comments of
Bob D'Errico
I believe using `aria-description` instead of `aria-label` would help. I gave this a quick try, and while the button styles/tooltips break (due to the `[aria-label]` selectors and `content: attr(aria-label)`), the...
Hmmm actually, `aria-description` may not (yet) be a viable option. According to the [MDN page](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Attributes/aria-description) on `aria-description`: > Note: aria-description is still in W3C Editor's Draft for ARIA 1.3. For...