Skip to content

Commit

Permalink
Editorial: fix window.focus() xref
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi authored Nov 19, 2020
1 parent 444282a commit 5566997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -73837,7 +73837,7 @@ END:VCARD</pre>
<p>User agents are encouraged to ignore calls to this <code data-x="dom-window-blur">blur()</code>
method entirely.</p>

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

0 comments on commit 5566997

Please sign in to comment.