diff --git a/ARIA/apg/patterns/tooltip/tooltip-pattern.md b/ARIA/apg/patterns/tooltip/tooltip-pattern.md index 2502afb21..021fd3d39 100644 --- a/ARIA/apg/patterns/tooltip/tooltip-pattern.md +++ b/ARIA/apg/patterns/tooltip/tooltip-pattern.md @@ -88,10 +88,8 @@ if (enableSidebar) document.body.classList.add('has-sidebar');

Note

  1. Focus stays on the triggering element while the tooltip is displayed.
  2. -
  3. - If the tooltip is invoked when the trigger element receives focus, then it is dismissed when it no longer has focus (onBlur). - If the tooltip is invoked with mouseIn, then it is dismissed with on mouseOut. -
  4. +
  5. If the tooltip is invoked when the trigger element receives focus, then it is dismissed when it no longer has focus (onBlur).
  6. +
  7. If the tooltip is invoked when a pointing cursor moves over the trigger element, then it remains open as long as the cursor is over the trigger or the tooltip.
diff --git a/_external/aria-practices b/_external/aria-practices index 0fcefb660..a6f3fbe39 160000 --- a/_external/aria-practices +++ b/_external/aria-practices @@ -1 +1 @@ -Subproject commit 0fcefb660c8646bbeea38370c0b0ec507e65fc04 +Subproject commit a6f3fbe390469ff745a1f346aaaa3fce60f1a1a1 diff --git a/_external/data b/_external/data index 42f334254..e0fa319e6 160000 --- a/_external/data +++ b/_external/data @@ -1 +1 @@ -Subproject commit 42f334254a860a697bda48f695354d505726415f +Subproject commit e0fa319e64086c3a2f5535a3454f6bcf71e66d20