Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a noopener-allow-popups value to COOP #10394

Merged
merged 14 commits into from
Oct 8, 2024
Prev Previous commit
Next Next commit
Turn dl to div
yoavweiss committed Sep 13, 2024
commit dffb2ca6237de8554e9c161ec099b1f867c5fe8b
4 changes: 2 additions & 2 deletions source
Original file line number Diff line number Diff line change
@@ -86797,7 +86797,7 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
<p>This forces the creation of a new <span>top-level browsing context</span> for the
document, regardless of its predecessor.</p>

<dl class="domintro">
<div class="note">
<p>While including a <code
data-x="coop-noopener-allow-popups">nooopener-allow-popups</code> value severs the opener
relationship between the document on which it is applied and its opener, it does not create
@@ -86817,7 +86817,7 @@ dictionary <dfn dictionary>DragEventInit</dfn> : <span>MouseEventInit</span> {
sensitive information.</li>
<li>Autofill which may not require user interaction for same-origin documents.</li>
</ul>
</dl>
</div>
</dd>
</dl>