Skip to content

Commit 1b8ec50

Browse files
authored
Fix popover initial focus autofocus document targeting
Match the dialog processing model and use the more correct, modern framework of navigables instead of browsing contexts. Closes #11187.
1 parent d745538 commit 1b8ec50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87486,9 +87486,9 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
8748687486

8748787487
<li><p>Run the <span>focusing steps</span> given <var>control</var>.</p></li>
8748887488

87489-
<li><p>Let <var>topDocument</var> be the <span>active document</span> of <var>control</var>'s
87490-
<span>node document</span>'s <span data-x="concept-document-bc">browsing context</span>'s
87491-
<span>top-level browsing context</span>.</p></li>
87489+
<li><p>Let <var>topDocument</var> be <var>control</var>'s <span>node navigable</span>'s <span
87490+
data-x="nav-top">top-level traversable</span>'s <span data-x="nav-document">active
87491+
document</span>.</p></li>
8749287492

8749387493
<li><p>If <var>control</var>'s <span>node document</span>'s <span
8749487494
data-x="concept-document-origin">origin</span> is not the <span data-x="same origin">same</span>

0 commit comments

Comments
 (0)