Skip to content

Commit 2745af0

Browse files
authored
Editorial: add note about updating destination
To avoid confusion when implementers overlook the step where destination is updated to the correct navigable container. Fixes whatwg#11306 and fixes whatwg#8383.
1 parent ecf8df8 commit 2745af0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103441,7 +103441,8 @@ location.href = '#foo';</code></pre>
103441103441
client</span></dd>
103442103442

103443103443
<dt><span data-x="concept-request-destination">destination</span></dt>
103444-
<dd>"<code data-x="">document</code>"</dd>
103444+
<dd>"<code data-x="">document</code>" <span class="note">The destination is updated below when
103445+
<var>navigable</var> has a <span data-x="nav-container">container</span>.</span></dd>
103445103446

103446103447
<dt><span data-x="concept-request-credentials-mode">credentials mode</span></dt>
103447103448
<dd>"<code data-x="">include</code>"</dd>

0 commit comments

Comments
 (0)