File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78673,7 +78673,7 @@ callback <dfn>FrameRequestCallback</dfn> = void (<span>DOMHighResTimeStamp</span
78673
78673
<p>Otherwise, apply <span>the rules for choosing a browsing context given a browsing context
78674
78674
name</span> using <var>target</var> as the name and <var>source browsing context</var> as the
78675
78675
context in which the algorithm is executed. If this results in there not being a chosen browsing
78676
- context, then abort these steps . Otherwise, let <var>target browsing context</var> be the
78676
+ context, then return null . Otherwise, let <var>target browsing context</var> be the
78677
78677
<span>browsing context</span> so obtained.</p>
78678
78678
78679
78679
</li>
@@ -78742,9 +78742,9 @@ callback <dfn>FrameRequestCallback</dfn> = void (<span>DOMHighResTimeStamp</span
78742
78742
<ol>
78743
78743
78744
78744
<li><p>If the result of <span data-x="split a string on commas">splitting <var>features</var>
78745
- on commas</span> contains the token "<code data-x="">noopener</code>", <span data-x="disowned
78746
- its opener">disown <var>target browsing context</var>'s opener</span>, and return <code
78747
- data-x=""> null</code> .</p></li>
78745
+ on commas</span> contains the token "<code data-x="">noopener</code>", then <span
78746
+ data-x="disowned its opener">disown <var>target browsing context</var>'s opener</span> and
78747
+ return null.</p></li>
78748
78748
78749
78749
<li><p>Otherwise, return the <code>WindowProxy</code> object of <var>target browsing
78750
78750
context</var>.</p></li>
You can’t perform that action at this time.
0 commit comments