Commit ae688ea 1 parent 7d21798 commit ae688ea Copy full SHA for ae688ea
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 @@ -90985,9 +90985,20 @@ document.body.appendChild(frame)</code></pre>
90985
90985
<li><p><span data-x="concept-node-replace-all">Replace all</span> with null within
90986
90986
<var>document</var>, without firing any mutation events.</p></li>
90987
90987
90988
- <li><p>If <var>document</var> is <span>fully active</span>, then run the <span>URL and history
90989
- update steps</span> with <var>document</var> and <var>entryDocument</var>'s <span
90990
- data-x="concept-document-url">URL</span>.</p></li>
90988
+ <li>
90989
+ <p>If <var>document</var> is <span>fully active</span>, then:</p>
90990
+
90991
+ <ol>
90992
+ <li><p>Let <var>newURL</var> be a copy of <var>entryDocument</var>'s <span
90993
+ data-x="concept-document-url">URL</span>.</p></li>
90994
+
90995
+ <li><p>If <var>entryDocument</var> is not <var>document</var>, then set <var>newURL</var>'s
90996
+ <span data-x="concept-url-fragment">fragment</span> to null.</p></li>
90997
+
90998
+ <li><p>Run the <span>URL and history update steps</span> with <var>document</var> and
90999
+ <var>newURL</var>.</p></li>
91000
+ </ol>
91001
+ </li>
90991
91002
90992
91003
<!-- <span>the document's referrer</span> stays the same -->
90993
91004
You can’t perform that action at this time.
0 commit comments