You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tool-tips are inaccessible for keyboard users. They should be triggered on focus as well as on hover.
You can make it screen reader accessible by changing the data-balloon attribute to aria-label, with the caveat that it will completely override the text in the control.
The tool-tips are inaccessible for keyboard users. They should be triggered on focus as well as on hover.
You can make it screen reader accessible by changing the
data-balloon
attribute toaria-label
, with the caveat that it will completely override the text in the control.Some resources that can be helpful:
The text was updated successfully, but these errors were encountered: