Skip to content

Commit

Permalink
Move the check up
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Jun 24, 2021
1 parent 73dd153 commit 52b2b0b
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -85781,25 +85781,6 @@ interface <dfn interface>Location</dfn> { // but see also <a href="#the-location
https://github.com/whatwg/html/issues/1213
https://software.hixie.ch/utilities/js/live-dom-viewer/?saved=1946 to 1955 -->

<li id="navigate-fragid-step">
<p>If <var>historyHandling</var> is not "<code data-x="hh-reload">reload</code>",
<var>resource</var> is a <span data-x="concept-request">request</span>, <var>resource</var>'s
<span data-x="concept-request-url">URL</span> <span data-x="concept-url-equals">equals</span>
<var>browsingContext</var>'s <span>active document</span>'s <span
data-x="concept-document-url">URL</span> with <span data-x="url equals exclude
fragments"><i>exclude fragments</i></span> set to true, and <var>resource</var>'s <span
data-x="concept-request-url">URL</span>'s <span data-x="concept-url-fragment">fragment</span> is
non-null, then:</p>

<ol>
<li><p><span data-x="navigate-fragid">Navigate to a fragment</span> given
<var>browsingContext</var>, <var>resource</var>'s <span
data-x="concept-request-url">URL</span>, and <var>historyHandling</var>.</p></li>

<li><p>Return.</p></li>
</ol>
</li>

<li>
<p>If <var>historyHandling</var> is "<code data-x="hh-default">default</code>", and any of the
following are true:</p>
Expand All @@ -85821,6 +85802,25 @@ interface <dfn interface>Location</dfn> { // but see also <a href="#the-location
<p>then set <var>historyHandling</var> to "<code data-x="hh-replace">replace</code>".</p>
</li>

<li id="navigate-fragid-step">
<p>If <var>historyHandling</var> is not "<code data-x="hh-reload">reload</code>",
<var>resource</var> is a <span data-x="concept-request">request</span>, <var>resource</var>'s
<span data-x="concept-request-url">URL</span> <span data-x="concept-url-equals">equals</span>
<var>browsingContext</var>'s <span>active document</span>'s <span
data-x="concept-document-url">URL</span> with <span data-x="url equals exclude
fragments"><i>exclude fragments</i></span> set to true, and <var>resource</var>'s <span
data-x="concept-request-url">URL</span>'s <span data-x="concept-url-fragment">fragment</span> is
non-null, then:</p>

<ol>
<li><p><span data-x="navigate-fragid">Navigate to a fragment</span> given
<var>browsingContext</var>, <var>resource</var>'s <span
data-x="concept-request-url">URL</span>, and <var>historyHandling</var>.</p></li>

<li><p>Return.</p></li>
</ol>
</li>

<li><p>Let <var>incumbentNavigationOrigin</var> be the <span>origin</span> of the <span>incumbent
settings object</span>, or if no <span>script</span> was involved, the <span
data-x="concept-document-origin">origin</span> of the <span>node document</span> of the element
Expand Down

0 comments on commit 52b2b0b

Please sign in to comment.