Skip to content

Commit ec13a5e

Browse files
committed
Editorial: use an explicit argument for navigationType
1 parent 5e107e3 commit ec13a5e

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

source

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56053,7 +56053,8 @@ fur
5605356053

5605456054
<li><p><span>Navigate</span><!--DONAV form--> <var>target browsing context</var> to
5605556055
<var>destination</var>, with <var data-x="navigation-hh">historyHandling</var> set to
56056-
<var>historyHandling</var>.</p>
56056+
<var>historyHandling</var> and <var data-x="navigation-navigationtype">navigationType</var>
56057+
set to "<code data-x="">form-submission</code>".</p>
5605756058
</ol>
5605856059
</li>
5605956060

@@ -83126,9 +83127,11 @@ interface <dfn>Location</dfn> { // but see also <a href="#the-location-interface
8312683127
it, search for "DONAV" -->
8312783128
<p>To <dfn export>navigate</dfn> a browsing context <var>browsingContext</var> to a resource
8312883129
<var>resource</var>, with an optional boolean <dfn id="exceptions-enabled"
83129-
export><var>exceptionsEnabled</var></dfn> (default false) and an optional <span>history handling
83130+
export><var>exceptionsEnabled</var></dfn> (default false), an optional <span>history handling
8313083131
behavior</span> <dfn data-x="navigation-hh"><var>historyHandling</var></dfn> (default "<code
83131-
data-x="hh-default">default</code>"):</p>
83132+
data-x="hh-default">default</code>"), and an optional string <dfn
83133+
data-x="navigation-navigationtype"><var>navigationType</var></dfn> (default "<code
83134+
data-x="">other</code>"):</p>
8313283135

8313383136
<ol>
8313483137
<li><p>If <var>resource</var> is a <span>URL</span>, then set <var>resource</var> to a new <span
@@ -83239,11 +83242,6 @@ interface <dfn>Location</dfn> { // but see also <a href="#the-location-interface
8323983242
step and the step that starts the parser. -->
8324083243
</li>
8324183244

83242-
<li><p>Let <var>navigationType</var> be "<code data-x="">form-submission</code>" if the <span
83243-
data-x="navigate">navigation algorithm</span> was invoked as a result of the <span
83244-
data-x="concept-form-submit">form submission algorithm</span>, and "<code data-x="">other</code>"
83245-
otherwise.</p></li>
83246-
8324783245
<li><p>Let <var>sandboxFlags</var> be the result of <span>determining the creation sandboxing
8324883246
flags</span> given <var>browsingContext</var> and <var>browsingContext</var>'s <span
8324983247
data-x="bc-container">container</span>.</p></li>

0 commit comments

Comments
 (0)