Skip to content

Commit 4c0c1eb

Browse files
committed
Editorial: fix typo targetNavigable
Fixes #11709.
1 parent fa58fec commit 4c0c1eb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106194,10 +106194,9 @@ location.href = '#foo';</code></pre>
106194106194
<li><p>If <var>url</var> <span data-x="concept-url-equals">equals</span>
106195106195
<var>navigable</var>'s <span data-x="nav-document">active document</span>'s <span
106196106196
data-x="concept-document-url">URL</span>, and <var>initiatorOriginSnapshot</var> is <span>same
106197-
origin</span> with <var>targetNavigable</var>'s <span data-x="nav-document">active
106198-
document</span>'s <span data-x="concept-document-origin">origin</span>, then set
106199-
<var>historyHandling</var> to "<code
106200-
data-x="NavigationHistoryBehavior-replace">replace</code>".</p></li>
106197+
origin</span> with <var>navigable</var>'s <span data-x="nav-document">active document</span>'s
106198+
<span data-x="concept-document-origin">origin</span>, then set <var>historyHandling</var> to
106199+
"<code data-x="NavigationHistoryBehavior-replace">replace</code>".</p></li>
106201106200

106202106201
<li><p>Otherwise, set <var>historyHandling</var> to "<code
106203106202
data-x="NavigationHistoryBehavior-push">push</code>".</p></li>

0 commit comments

Comments
 (0)