diff --git a/source b/source index 3e72fe00cb7..13a1e437504 100644 --- a/source +++ b/source @@ -76838,9 +76838,11 @@ partial interface Navigator {
    -
  1. If focus target is a shadow-including inclusive ancestor of the - currently focused area of a top-level browsing context's DOM anchor, - then return null.

  2. +
  3. Let focusedElement be the currently focused area of a top-level + browsing context's DOM anchor.

  4. + +
  5. If focus target is a shadow-including inclusive ancestor of + focusedElement, then return focusedElement.

  6. Return the focus delegate for focus target given focus trigger.