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
In some cases where tooltips elements are used the tooltip will not trigger and become visible for keyboard users.
The Web Content Accessibility Guidelines (WCAG) 2.1 provides specific guidelines that govern the creation and management of accessible tooltips. These include the following:
1.4.13 (AA) Content on Hover or Focus: Tooltips must be dismissible, hoverable, and persistent.
2.1.1 (A) Keyboard: All content must be accessible via a keyboard, including tooltips.
2.4.7 (AA) Focus Visible: Any element that receives focus, including tooltips, should be clearly highlighted.
In some cases where tooltips elements are used the tooltip will not trigger and become visible for keyboard users.
The Web Content Accessibility Guidelines (WCAG) 2.1 provides specific guidelines that govern the creation and management of accessible tooltips. These include the following:
1.4.13 (AA) Content on Hover or Focus: Tooltips must be dismissible, hoverable, and persistent.
2.1.1 (A) Keyboard: All content must be accessible via a keyboard, including tooltips.
2.4.7 (AA) Focus Visible: Any element that receives focus, including tooltips, should be clearly highlighted.
APG
https://www.w3.org/WAI/ARIA/apg/patterns/tooltip/
The text was updated successfully, but these errors were encountered: