diff --git a/source b/source index c0b67395627..02421a62d3c 100644 --- a/source +++ b/source @@ -76781,9 +76781,11 @@ partial interface Navigator {
    -
  1. If focus target is a shadow-including inclusive ancestor of the - currently focused area of a top-level traversable's DOM anchor, then - return null.

  2. +
  3. Let focusedElement be the currently focused area of a top-level + traversable'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.