@@ -56053,7 +56053,8 @@ fur
56053
56053
56054
56054
<li><p><span>Navigate</span><!--DONAV form--> <var>target browsing context</var> to
56055
56055
<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>
56057
56058
</ol>
56058
56059
</li>
56059
56060
@@ -83126,9 +83127,11 @@ interface <dfn>Location</dfn> { // but see also <a href="#the-location-interface
83126
83127
it, search for "DONAV" -->
83127
83128
<p>To <dfn export>navigate</dfn> a browsing context <var>browsingContext</var> to a resource
83128
83129
<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
83130
83131
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>
83132
83135
83133
83136
<ol>
83134
83137
<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
83239
83242
step and the step that starts the parser. -->
83240
83243
</li>
83241
83244
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
-
83247
83245
<li><p>Let <var>sandboxFlags</var> be the result of <span>determining the creation sandboxing
83248
83246
flags</span> given <var>browsingContext</var> and <var>browsingContext</var>'s <span
83249
83247
data-x="bc-container">container</span>.</p></li>
0 commit comments