Skip to content

Commit 5566997

Browse files
authored
Editorial: fix window.focus() xref
1 parent 444282a commit 5566997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73837,7 +73837,7 @@ END:VCARD</pre>
7383773837
<p>User agents are encouraged to ignore calls to this <code data-x="dom-window-blur">blur()</code>
7383873838
method entirely.</p>
7383973839

73840-
<p class="note">Historically, the <code data-x="dom-window-blur">focus()</code> and <code
73840+
<p class="note">Historically, the <code data-x="dom-window-focus">focus()</code> and <code
7384173841
data-x="dom-window-blur">blur()</code> methods actually affected the system-level focus of the
7384273842
system widget (e.g., tab or window) that contained the <span>browsing context</span>, but hostile
7384373843
sites widely abuse this behavior to the user's detriment.</p>

0 commit comments

Comments
 (0)