Commit dabfd01 1 parent bdc7928 commit dabfd01 Copy full SHA for dabfd01
File tree 1 file changed +14
-3
lines changed
1 file changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -91043,9 +91043,20 @@ document.body.appendChild(frame)</code></pre>
91043
91043
<li><p><span data-x="concept-node-replace-all">Replace all</span> with null within
91044
91044
<var>document</var>, without firing any mutation events.</p></li>
91045
91045
91046
- <li><p>If <var>document</var> is <span>fully active</span>, then run the <span>URL and history
91047
- update steps</span> with <var>document</var> and <var>entryDocument</var>'s <span
91048
- data-x="concept-document-url">URL</span>.</p></li>
91046
+ <li>
91047
+ <p>If <var>document</var> is <span>fully active</span>, then:</p>
91048
+
91049
+ <ol>
91050
+ <li><p>Let <var>newURL</var> be a copy of <var>entryDocument</var>'s <span
91051
+ data-x="concept-document-url">URL</span>.</p></li>
91052
+
91053
+ <li><p>If <var>entryDocument</var> is not <var>document</var>, then set <var>newURL</var>'s
91054
+ <span data-x="concept-url-fragment">fragment</span> to null.</p></li>
91055
+
91056
+ <li><p>Run the <span>URL and history update steps</span> with <var>document</var> and
91057
+ <var>newURL</var>.</p></li>
91058
+ </ol>
91059
+ </li>
91049
91060
91050
91061
<!-- <span>the document's referrer</span> stays the same -->
91051
91062
You can’t perform that action at this time.
0 commit comments