Skip to content

Commit 24f5496

Browse files
authored
Fix typo in the name of "noopener-allow-popups"
1 parent 6075687 commit 24f5496

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source

+4-3
Original file line numberDiff line numberDiff line change
@@ -86976,14 +86976,14 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
8697686976
cross-origin isolation</span> together.</p>
8697786977
</dd>
8697886978

86979-
<dt>"<dfn><code data-x="coop-noopener-allow-popups">nooopener-allow-popups</code></dfn>"</dt>
86979+
<dt>"<dfn><code data-x="coop-noopener-allow-popups">noopener-allow-popups</code></dfn>"</dt>
8698086980
<dd>
8698186981
<p>This forces the creation of a new <span>top-level browsing context</span> for the document,
8698286982
regardless of its predecessor.</p>
8698386983

8698486984
<div class="note">
8698586985
<p>While including a <code
86986-
data-x="coop-noopener-allow-popups">nooopener-allow-popups</code> value severs the opener
86986+
data-x="coop-noopener-allow-popups">noopener-allow-popups</code> value severs the opener
8698786987
relationship between the document on which it is applied and its opener, it does not create a
8698886988
robust security boundary between those same-origin documents.</p>
8698986989

@@ -87005,7 +87005,7 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
8700587005
<li><p>Autofill which may not require user interaction for same-origin documents.</p></li>
8700687006
</ul>
8700787007

87008-
<p>Developers using <code data-x="coop-noopener-allow-popups">nooopener-allow-popups</code>
87008+
<p>Developers using <code data-x="coop-noopener-allow-popups">noopener-allow-popups</code>
8700987009
need to make sure that their sensitive applications don't rely on client-side features
8701087010
accessible to other same-origin documents, e.g., <code
8701187011
data-x="dom-localStorage">localStorage</code> and other client-side storage APIs,
@@ -145582,6 +145582,7 @@ INSERT INTERFACES HERE
145582145582
Trey Eckels,
145583145583
triple-underscore, <!-- GitHub -->
145584145584
Tristan Fraipont, <!-- Kaiido on GitHub -->
145585+
Tristan Parisot, <!-- quadristan on GitHub -->
145585145586
保呂 毅 (Tsuyoshi Horo),
145586145587
Tyler Close,
145587145588
Valentin Gosu,

0 commit comments

Comments
 (0)