Skip to content

Commit 0ce114d

Browse files
annevkdomenic
authored andcommitted
Regression fix: tokenize features earlier in window.open()
Regressed in a68a1f7. Fixes #3107.
1 parent 9252cf8 commit 0ce114d

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
@@ -78180,6 +78180,9 @@ callback <dfn>FrameRequestCallback</dfn> = void (<span>DOMHighResTimeStamp</span
7818078180
<li><p>If <var>target</var> is the empty string, then set <var>target</var> to "<code
7818178181
data-x="">_blank</code>".</p></li>
7818278182

78183+
<li><p>Let <var>tokenizedFeatures</var> be the result of <span
78184+
data-x="concept-window-open-features-tokenize">tokenizing</span> <var>features</var>.</p></li>
78185+
7818378186
<li><p>Let <var>noopener</var> be true if <var>tokenizedFeatures</var> <span data-x="map
7818478187
exists">contains</span> an entry with the key "<code data-x="">noopener</code>"</p></li>
7818578188

@@ -78198,9 +78201,6 @@ callback <dfn>FrameRequestCallback</dfn> = void (<span>DOMHighResTimeStamp</span
7819878201

7819978202
<li><p>If <var>target browsing context</var> is null, then return null.</p></li>
7820078203

78201-
<li><p>Let <var>tokenizedFeatures</var> be the result of <span
78202-
data-x="concept-window-open-features-tokenize">tokenizing</span> <var>features</var>.</p></li>
78203-
7820478204
<li><p>Let <var>resource</var> be the <span>URL</span> "<code>about:blank</code>".</p></li>
7820578205

7820678206
<li>

0 commit comments

Comments
 (0)